Java Tutorials »

[10 Feb 2009 | No Comment | 706 views]
Introduction to Java Servlets with Eclipse (Part2)

(Part1) – Part2 -  (Part3) – (Part4)
Implementation of Tutorial’s Example
For our tutorial, we are going to use index.jsp to demonstrate how to implement Java Servlet that greets the users. Index.jsp will be used to obtain the first name as well as the last name / surname of the users. For this case, textboxes should be adequate as first name and surname. However, it would be different case if we are required to get the country of origin of the users. The use of combobox would be more appropriate for choosing …

Headline, Java Tutorials »

[9 Feb 2009 | No Comment | 1,768 views]
Introduction to Java Servlets with Eclipse (Part1)

Part1 – (Part2) -  (Part3) – (Part4)
Introduction
Java Servlet is the one of the most important Java technologies. It is the simplest model to build a complete Java J2EE Web Application. Furthermore, even for complex J2EE Web Application that uses Struts, Spring, EJB and etc, they are still using Servlet for certain purposes such as Servlet Filter, Listener and etc. Thus, it is just a good idea for you to have well-built understanding of Java Servlet. Prior reading this tutorial, it would be excellent if you have mastered the basic …

Featured, Java Libraries »

[25 Jan 2009 | No Comment | 851 views]
Build Systems – Ant

Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make’s wrinkles.

Featured, Java Libraries »

[15 Jan 2009 | No Comment | 727 views]
Build Systems – Continuum

Continuum is a continous integration server for building Java based projects.

Featured, Java Libraries »

[15 Jan 2009 | No Comment | 638 views]
Build Systems – Antmod

Antmod’s repository management, release descriptors, working with modules

Java Libraries »

[9 Jan 2009 | One Comment | 1,628 views]

CruiseControl is a framework for a continuous build process. It includes, but is not limited to, plugins for email notification, Ant, and various source control tools. A web interface is provided to view the details of the current and previous builds.
CruiseControl is distributed under a BSD-style license and is free for use. CruiseControl adheres to an open source model and therefore makes the source code freely available.
CruiseControl is maintained and developed by a group of dedicated volunteers.
URL:http://cruisecontrol.sourceforge.net/
Licence: BSD License