Good Java Style, Revisited
Learn the elements of good Java code style and why they are important.
Learn the elements of good Java code style and why they are important.
Learn how to create a tree model that displays an XML document structure.
Learn what dynamic service discovery is and what it can do for you. Then see how easy it is to integrate this magic into your own project.
Learn how to cleanly and properly manage a parallel task of unknown duration, respond to a variety of outcomes, and keep the user interface responsive and informative.
Learn how to load and process an XML document using only the standard Java API, and then see how to simplify matters with XPath expressions.
Learn how to use the Calendar class to properly compute differences between dates, understand why using "24*60*60*1000" is a really bad idea, and see how ChoiceFormat can be used to display relative date differences in a human-friendly format without effort.