Smartkey Bytesize Java http://www.smartkey.co.uk/ Latest BytesizeArticles direct to your browser en-gb © Smartkey 2008 Adding XML and Java code examples to Javadoc comments http://www.smartkey.co.uk/blogArticle.html?articleNumber=86 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. 2008-08-19 00:00:00.0 Steve Neal Article Techniques for Processing AJAX XML Requests in Java Web Applications http://www.smartkey.co.uk/blogArticle.html?articleNumber=85 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? 2008-06-04 00:00:00.0 Steve Neal Article How to Access the Size of a Collection in a JSP Page Using JSTL-EL http://www.smartkey.co.uk/blogArticle.html?articleNumber=84 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. 2008-03-31 00:00:00.0 Steve Neal Article Packaging Java ME Applications with the Antic Ant task http://www.smartkey.co.uk/blogArticle.html?articleNumber=82 This article illustrates just how simple it is to correctly package a Java ME Midlet using Smartkey's freely available Antic Ant task. 2008-03-28 00:00:00.0 Steve Neal Article