How to Access the Size of a Collection in a JSP Page Using JSTL-EL
Jan 9th
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.
The Problem
The JSTL and EL greatly reduce the amount [...]

Adding XML to Javadoc comments
Aug 19th
Posted by Steve Neal in Development ...
5 comments
In this article I’ll show you a simple technique for inserting XML code snippets in your Javadocs that keeps them readable in both the source code and the resulting HTML files.
Problems with adding comments
Inserting code snippets into Javadoc comments that read well in both the source code and the HTML files produced by Javadoc can [...]