Hello Jiri,
Could you elaborate a little on your use case for creating multiple modules
for your GWT application? Do you want to create a separate module that
contains shared code that you could then reuse in other modules, or are you
trying to create different GWT components for your application, each
represented by one of the two or more modules?

The reason I ask is because if you're trying to accomplish the latter, you
may want to reconsider the approach to separating your components as
creating separate modules per component is detrimental to your application
performance and generated JavaScript codesize.

If you just want to create a module that contains shared code, feel free to
go ahead and create the shared module. Unfortunately I'm not familiar enough
with the GWT4NB plugin to know how you would be able to create a separate
shared module through the plugin, but I would be happy to explain how you
could do it from scratch.

Hope that helps,
-Sumit Chandel

On Tue, Oct 14, 2008 at 5:50 AM, jh <[EMAIL PROTECTED]> wrote:

>
> Hi all,
>
> does anyone know how to create GWT project in NetBeans 6.1 with
> multiple modules in one project? So far, I was using the GWT4NB plug-
> in which creates the template with all necessary files, but it only
> supports one module in project.  I would appreciate some existing
> example project with at least two modules in project. Especially, I
> need the configuration files (mainly build-gwt.xml)
>
> thanks
>
> Jiri
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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