Adding XML and Java code examples to Javadoc comments
In this article I'll show you a simple technique for inserting Java code and XML code snippets in your Javadocs that keeps them readable in both the source code and the resulting HTML files.... [read full article]
Techniques for Processing AJAX XML Requests in Java Web Applications
There is extensive support for XML processing in Java applications, but what is the simplest approach to processing small XML requests in a Web application?... [read full article]
How to Access the Size of a Collection in a JSP Page Using JSTL-EL
A common and frustrating problem that many programmers encounter when first working with JSPs is how to access the size of a Collection using the JavaServer Pages Standard Tag Library (JSTL) and the Expression Language (EL). This article discusses this problem and illustrates a best practice solution.... [read full article]
Packaging Java ME Applications with the Antic Ant task
This article illustrates just how simple it is to correctly package a Java ME Midlet using Smartkey's freely available Antic Ant task.... [read full article]