June 26, 2008
Subversion is an open source revision control system which aims to be a replacement for CVS.
Many of the open source projects are on Subversion repository including Apache projects.
Eclipse by default comes with a CVS client and if you need to Subversion client, this is what you need to do
Download and Install the Subclipse Plugin
Read the full article →
July 14, 2007
An important facet of designing a program for use in different countries is the localization, or externalization, of text that is displayed by the program.
By externalizing strings, the text can be translated for different countries and languages without rebuilding the Java program.
The ResourceBundle Class in Java helps you to accomplish the above task.
Resource [...]
Read the full article →