how-to

  • submit to reddit

GWT: Building A Model

The model layer of a GWT application has to be a little bit smarter than the model in many traditional web applications. It needs to be responsible for...

3 replies - 13055 views - 09/22/08 by Schalk Neethling in News

Design patterns and GWT

[img_assist|nid=3421|title=|desc=|link=url|url=http://www.manning.com/affiliate/idevaffiliate.php?id|align=left|width=208|height=388]We have a calculator...

2 replies - 59631 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...

2 replies - 27998 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 - 12164 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...

0 replies - 31389 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 - 22623 views - 06/24/08 by Daan van Etten 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 - 7873 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 - 5544 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...

3 replies - 13886 views - 05/06/08 by Daniel Pietraru 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...

1 replies - 20205 views - 05/05/08 by Daniel Pietraru 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...

4 replies - 26033 views - 05/04/08 by Daniel Pietraru 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 - 9995 views - 05/01/08 by Daniel Pietraru 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 - 15966 views - 03/12/08 by Alex Miller in News