Hello,

i have a question related to packaging a larger business application.
I am building a GWT application that contains two parts, a generic
part and a customer specific part that will be changed for every
customer. Both parts depend on each other and shall be integrated into
one big application.
A major requirement is that the generic part shall be developed and
deployable independently from the customer specific part. If we for
example discover a bug or add features to the generic part we want to
deliver an archive (WAR file) to the customer without touching the
customer specific part (in some cases we even won't have access to the
customer specific part.

As far as I know so far, it is possible to create two seperate modules
where the customer specific modules inherits the generic module. So I
have an idependance at source level. But when I compile the customer
specific module, both modules are compiled into one folder. Is it
possible to separate the two modules and package them into separate
WAR files? Is there any other way to integrate two modules so that the
can be developed and deployed independently?

Many thanks in advance.

Kind regards,
Christoph

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
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