From the category archives:

Europa

Plug-in Review : ResourceBundle Editor

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 →

Europa – Better Packaging

July 8, 2007

One of the notable things in this years Eclipse Release (Europa) is the way the Eclipse packages are released. In previous releases each project(WTP,DTP) had to be separately downloaded and installed.
For e.g. if you wanted a XML editor in Eclipse, you had to download and install the Web Tools Platform (WTP) package. With Europa there [...]

Read the full article →