as far as I know, can only have one war file per application. If you want to split up your application into modules (which is an excellent idea if you're building a big application) I suggest you use Maven. There's an excelent guide here about building a war from multiple jar modules: sonatype.com/books/mvnex-book/reference/public-book.html
Good luck, Alex On Mon, Mar 28, 2011 at 5:58 PM, Greg Dougherty <[email protected]>wrote: > The question is, why do you want to do it that way? > > You can develop separate modules, and include all those modules in one > project / war file. You can build multiple libraries, and include > them in multiple projects / war files. > > What are you doing that requires you to have multiple war files? > > Greg > > On Mar 28, 8:49 am, deejay <[email protected]> wrote: > > Sorry i think the question was unclear. Of course, we need a shared > > repository. > > > > The main question was, how to develop a GWT application which is > > splitted in MULTIPLE war files which could be deployed separately in > > the webapp server... > > > > On 28 Mrz., 15:39, Juan Pablo Gardella <[email protected]> > > wrote: > > > > > You can use a SCM repository, for ex. SVN, Mercurial > > > > > Juan > > > > > 2011/3/28 deejay <[email protected]> > > > > > > Is it possible to create one Webapp which is splitted into multiple > > > > WAR files (e.g. every module in one WAR file)? > > > > Is this a bad approach? > > > > How to develop a gwt application with more than one developer? > > > > > > Thanks, > > > > Jay > > > > > > -- > > > > 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. > > -- > 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. > > -- 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.
