Archive for June, 2010

 

GlassFish v3.0.1 Setup and Integration with Eclipse 3.5 (Galileo)

 
Overview I am playing with GlassFish today, trying to setup and configure it on a locked-down machine . My goal is to integrate it with Eclipse Galileo so that I can do development/debugging on it easily. Reference Java SE JDK 6 download page GlassFish [...]

Continue reading

 
 

Struts 1.3.1 Tutorial

 
Overview In this post I will try to note down what I’ve done to setup a web project with Struts 1.3.1. I will assume that a fundamental Java Web App is ready and will only add minimal Struts features to it. Other features (e.g. exception handling, validation etc.) will be added in later [...]

Continue reading

 
 

Understanding Date, Time and Time Zone

 
Overview It is important for Developers to understand the concept of Date, Time and Time Zone. Especially when making applications that support localization (it is not just multi languages). When looking for materials on this topics, I come across a great articles at www.odi.ch. And I would like to summarize on what I [...]

Continue reading