August 11, 2008
javagems – Gems for Java programmers; those code fragments copied again and again from one project to another – Java Gems are general purpose utilities for Java. Yes, Java Gems are those simple code snippets copied again and again from one project to another, often from your private project to several work projects, those small [...]
Read the full article →
May 2, 2008
Use XQuery from a Java environment – XML data format can be hard to search, but with the fairly recent introduction of the XQuery API, XML searches are now flexible and easy to perform. For Java programmers who work with XML documents using SAX, DOM, JDOM, JAXP, and more, the XQuery API for Pragmatic Caching [...]
Read the full article →