Articles
Developing a webservice using Axis, Ant and Tomcat
During a recent project I developed a web service using Apache Axis. I wanted to share my experience with the Axis users community and I wrote a step-by-step tutorial about the creation of a web service using Axis, Ant and Tomcat. This tutorial is accompanied by a sample source code.
Integrating Appfuse and AjaxTags autocomplete: a short tutorial
Appfuse is a great Java framework to help you create new web applications, based on Spring, Hibernate and many MVC frameworks. AjaxTags is a nifty JSP tag library for simplifying some basic Ajax functionalities. I have used both on a project and here is a short integration tutorial.
Appfuse and Quartz: a quick tutorial
If you need a scheduler in your Java webapp, then you probably need Quartz. This tutorial explain how to integrate Quartz with Appfuse or any Spring based application.