To break the silence in this fresh forum, let's start with something
easy but very useful: I just added the i18n support for JPublish. This
is not a new idea, but I just finished cleaning the code and
refactored the implementation to a JPublish module. There is also a
fully functional mini-web application to demonstrate the
internationalization support in a JPublish application. Spring is
required, and is distributed with the module; one jar and is only
required by this module.
As you know, to build the demo, go to modules/i18n and run: ant dist,
then copy the web application modules/dist/jpublishi18n to your
preferred Servlet container. If is Jetty (our favorite server too)
then copy the demo to webapps-plus or webapps and run jetty. Point
your browser to http://localhost:8080/jpublishi18n and let us know
your comments :)
I hope you'll like it and some documentation will follow shortly.
Enjoy!