darklord505_FE
Joined: 03 Nov 2006 Posts: 53
|
Posted: Sat May 19, 2007 11:11 am Post subject: First version of cintoo Messages 1.0 |
|
|
Messages is a open source framework to make internationalization easier for Java applications.
Messages differs from the typical i18n mechanisms, by supporting locales for threads and bundles can be associated with different packages. This allows the usage of different bundles for different parts of the application like plugins, installers or logging. Bundles can be managed and associated with packages without any changes in the code. This makes bundle management and refactoring much easier than with other solutions. Messages supports global locales for client applications written in Swing or SWT and thread local ones for serverside web applications.
To get more detaile to http://www.roseindia.net/java |
|