how-to

Design patterns and GWT

We have a calculator EntryPoint implementation that places a CalculatorWidget on the RootPanel, so we now need to provide this widget. This will be our own...

0 replies - 4796 views - 07/21/08 by Schalk Neethling in News

How-To: Auto Deploy A Web Application In Tomcat Using The Maven Cargo Plugin

In the previous section we copied the WAR file manually under TOMCAT_HOME/webapps folder. Here we will automate the deployment using cargo plugin. Include the...

1 replies - 2811 views - 07/18/08 by karthikeyan Cho... in Tips and Tricks

Agile Web Development with Grails

Agile Development is all about developing code and seeking feedback from your users to make sure you’re developing what’s relevant. When changes are...

0 replies - 3091 views - 07/16/08 by Schalk Neethling in News

Write A Struts 2 Action Class In 5 Minutes Using Annotations

This tutorial is a continuation of Setup web application using spring Struts 2 and Maven with Eclipse 3.3. The project structure is as shown in the below...

4 replies - 5415 views - 07/14/08 by karthikeyan Cho... in News

Wicket Creating RESTful URLs

This is a tutorial on using Wicket with REST-style URLs. Normally, Wicket generates URLs that are a bit ugly. For example:...

3 replies - 2566 views - 06/24/08 by stuq in News

Sun Tech Days jMaki Presentation slides and Sample code

Java technology evangelist Carol McDonald is one of the presenters you can see at this years Sun Tech Days series in Manilla. One of the topics she will be...

0 replies - 1354 views - 06/16/08 by Schalk Neethling in Announcements

How To - jMaki Events

The January 27, 2007 Tech Tip Introduction to jMaki introduced jMaki, a lightweight framework for creating Web 2.0 applications using standards-based...

0 replies - 1321 views - 05/18/08 by Schalk Neethling in News

Console applications with Java 6

In Java 6 a better way of interacting with the command prompt was introduced, the java.io.Console class. Together with the utility class java.util.Scanner...

2 replies - 4402 views - 05/06/08 by danielstoner in News

Network interface details with Java 6

Many times it is useful to be able to get programmatically information about the network interfaces present on a host. Java standard library include a number...

0 replies - 2877 views - 05/05/08 by danielstoner in News

Getting File System Details in Java

Due to a number of differences between various platforms it is very difficult to present system specific information in a consistent manner. When getting...

2 replies - 3861 views - 05/04/08 by danielstoner in Tips and Tricks

Displaying a Splash Image With Java 6

Introduced in Java 6 is the option of displaying a splash screen when an application starts. The splash image file can be specified on the command line with...

4 replies - 2196 views - 05/01/08 by danielstoner in News

Obtaining an Array class with Java reflection

This morning I needed to find and invoke a method reflectively that had an array parameter. It took me a few minutes to figure out how to get the class...

5 replies - 3708 views - 03/12/08 by Alex Miller in News