On 27 avr, 14:02, joao <[email protected]> wrote:
> Hi,
>
> What the process to compile a reusable module?
>
> Let say that I have two simple java classes to use in various GWT
> modules, it's enough to compile thes two classes in java and pack them
> in a jar with the appropriate xxx.gwt.xml?

Yes, and don't forget to pack the *.java as well, or GWT won't be able
to translate them to JavaScript.

(have a look at the content of gwt-user.jar, it's exactly what you
describes)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to