Author: SSWUG Research

Community

Using Java with DB2 for OS/390

(Craig S. Mullins) Just about everyone has at least heard of Java and how it is going transform the world of IT. But just because you’ve heard about Java doesn’t mean you fully understand it. And even if you know a bit about Java, there is always more to discover. Let’s face it, there’s a lot of hyp

Community

Get the most from ContentHandlers

by Brett McLaughlin – This tip breaks down each method in the org.xml.sax.ContentHandler interface, explaining the purpose and usage of each callback, and its relation to an XML parsing event. You will understand the arguments to each method, and the information passed from a SAX parser to its regis

Community

XQuery: A Guided Tour

XQuery is not only a query language, but also a language that can do fairly general processing of XML. It is a strongly typed language that works well with data that may be strongly or weakly typed. Because the types used in XQuery are the same types used in XML and XML Schema, the type system is a

Community

More Trees & Hierarchies in SQL

(Rob Volk) Hierarchies are sometimes difficult to store in SQL tables…things like trees, threaded forums, org charts and the like…and it’s usually even harder to retrieve the hierarchy once you do store it. Here’s a method that’s easy to understand and maintain, and gives you the full hierarchy