Like This Site? 
 
RSS Feed Follow Us 

on Twitter! Be Our Fan!

5 things you didn't know about everyday Java tools

Share this post!
 Vote this!

Some Java™ tools defy categorization and are frequently collected under the rubric of "things that work." This installment of 5 things offers up a collection of tools you'll be glad to have, even if you end up storing them in your kitchen drawer.
The Java platform is full of "bits of string" — useful command-line tools and libraries that most Java developers will never even know about, let alone use.Many of them don't fit neatly into any of the programming categories I've covered so far in the 5 things series, but try them out anyway: some could still earn a place in your virtual kitchen drawer.

1. StAX

Develop skills on this topic

This content is part of a progressive knowledge path for advancing your skills. See Become a Java developer
When XML first appeared on most Java developers' radar, back around the turn of the millennium, there were two basic approaches to parsing XML files. The SAX parser is essentially a giant state machine of events fired back at the developer via a series of callback methods.  more...

0 comments:

Post a Comment