Not sure about an official tutorial... BUT, just have a look at other GWT modules (look into the GWT jars or for example gwt-dnd, whatever...):
Modules include: - the source (IMPORTANT: not only class files, the java files!) - the module descriptor (*.gwt.xml) - any static resources you want to include in the modules public path Simply package that all in a jar and your good to go, that's it. Regards, Andreas On 5 Aug., 09:09, hezjing <[email protected]> wrote: > Hmmm ... I have developed some GWT applications, and I'm thinking to move > the common functionalities into modules (or libraries). > What is the steps to create these common modules, and then shared by the GWT > applications? > > > > > > On Thu, Aug 5, 2010 at 2:13 PM, rudolf michael <[email protected]> wrote: > >http://code.google.com/webtoolkit/doc/1.6/tutorial/create.html > > > <http://code.google.com/webtoolkit/doc/1.6/tutorial/create.html>if you > > have the GWT Eclipse plugin installed then all you you need to do is New > > Google application project, add the project name and package and hit the > > finish button as simple as that. > > > best regards, > > Rudolf Michael > > > On Thu, Aug 5, 2010 at 8:34 AM, hezjing <[email protected]> wrote: > > >> Hi > > >> I might be missing something, but I couldn't find a tutorial of how to > >> create a GWT module from the GWT documentation. > > >> Is there any tutorial or article from GWT Team? > > >> -- > > >> Hez > > >> -- > >> 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]<google-web-toolkit%2Bunsubs > >> [email protected]> > >> . > >> For more options, visit this group at > >>http://groups.google.com/group/google-web-toolkit?hl=en. > > > -- > > 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]<google-web-toolkit%2Bunsubs > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en. > > -- > > Hez -- 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.
