[gwt-contrib] Re: Extendable GWT localization - crosscutting concern ?

2008-12-15 Thread Marek Gregor
Thanks for responses. We will create own jar with LocalizableResource, Messages, Constants, and ConstantsWithLookup for usage of the same interfaces in GWT, Swing and server side. With regards Marek --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-

[gwt-contrib] Extendable GWT localization - crosscutting concern ?

2008-12-11 Thread Marek Gregor
We use GWT as web client technology for enterprise J2EE system (EJB, JAAS, ...) which is also capable to offer swing client GUI via java- web-start. Our aim is to make development simple (because of the size of project)- to use the same code for the same thing in all parts of the code. But nowada