Adding XML and Java code examples to Javadoc comments

Posted: Aug 19, 2008 by Steve Neal

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

Posted: Jun 4, 2008 by Steve Neal

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

Posted: Mar 31, 2008 by Steve Neal

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

Posted: Mar 28, 2008 by Steve Neal

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]