Hi,
I am trying to make a UI Framework using GWT.
Here is my objective. I need to be able to provide a mechanism whereby
independent gwt apps could be dynamically added to the framework. The
framework would have a single entry point which is basically a home
page of all the available apps. A single entry point is used because
we want all the applications inside the same DOM.
Potential Solutions:
1. What I needed is something like Java Reflection but on the client
side. So the Application Controller class name can be provided using a
template to the core framework and it can use reflection to activate
the application
2. Loading every application in a iFrame by using a url provided by a template
3. Dynamically insert an entry point or module to the existing Home
module - not sure how to do this?
Are any of these above solutions the way to do it or does gwt provide
a better mechanism to achieve the same
Thanks
Ashish
--
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.