An open API service indexing awesome lists of open source software.

https://github.com/bsorrentino/internationalization-processor

Automatically exported from code.google.com/p/internationalization-processor
https://github.com/bsorrentino/internationalization-processor

Last synced: 7 months ago
JSON representation

Automatically exported from code.google.com/p/internationalization-processor

Awesome Lists containing this project

README

          

Goal of this project is to provide simple and useful tools based on java annotation processor to accomplish internationalization tasks

The idea is to implement the same approach of internationalization used within GWT framework

![Architecture](https://github.com/bsorrentino/internationalization-processor/blob/wiki/image.png?raw=true)

## News ##

|Apr 29,2011 | **Release 1.2**. | available from **[MAVEN CENTRAL REPO](http://search.maven.org/#artifactdetails%7Corg.bsc.processor%7Cresource-processor%7C1.2%7Cjar)** |
|:-----------|:-------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------|

* Refer to reuse of GWT I18N Messages on server side (see [Issue 3](https://github.com/bsorrentino/internationalization-processor/issues/3))