Hello Community!

im just evaluating GWT for our new projects and im currently planing
to re-write a huge project that is originaly written in pure
javascript (with some Javascript Frameworks) and a Java Servlet.

To do that in GWT i need the possibility to dynamically load GWT
modules.
I know, it is not a new idea and there are many threads about this
topic arround this forum group, but some of them are very old and some
of them are more about YAGNI-principle  (You ain't gonna need it)

I would like to know how to do this in the current GWT 2.1 version -
or is it even possible?
I read some articles which said that its not possible in 2.0 any more
- is this correct?

Some background information about our project:
At the top, there is a management application, that has the
possibility to start several sub-applications and provides useful
posibilities to these sub-applications.
A sub-application is "installed" to the management application by an
XML file that was read by a Servlet.
The XML contains many meta informations about the sub-apps and the
URLs to the js files.
For security reasons, not every user is able to start all sub-
applications, so the Servlet also checks permissions and so on...

With GWT we want to do a little re-design:
A default boot-module is loading the sub-Application files dynamically
(as needed) via AJAX and executes their defined boot-methods (defined
in interfaces) to start the sub-apps.

Is this possible in GWT?

Thanks in advance!!!

regards
Manuel

regards

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