Hi,

I'm just starting on GWT. I am building a website that is using GWT
(actually Ext-GWT).
We are using it just as a replacement for component that we want to
have richer functionnality, so we have a lot of jsf pages that doesn't
use GWT, but when we need a cool grid, a nice form or some AJAX
enabled component we use GWT.

We ended up with about 6 different modules (one for each of those
grids and forms) and we use things like RootPanel.get('id_name') to
put the component where we want on each page.

My problem is that this is getting umanagable. I have 6 compile
scripts, 6 entry-points and etc.
I know that I can create one big module and put all this components
inside of it, but I couldn't figure out how to start a specific module
with a specific host page. (eg. Page A needs component A, page B needs
components B and C) and so on.

Thanks in advance,

Renatu

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