I'm creating a web management framework fully developed in GWT.
One of the main intend of this project is to allow the end users to
write there own plugins for this framework which will be displayed
in one of the different panels on the framework console.

One of the main requirement in this project is for the frame work
to load the plugin in run time and display the gwt app created by
the end user.

One of the problems I'm facing over here is how will i compile a
small set of gwt code with out any EntryPoint and use the
generated *javascript* from the framework. I know we can compile
without the Entrypoint but the main problem I'm facing is compiling
code to javascript instead of java classes and loading it to the
framework which will have to use these JS and display the plugin
widget on the framework console on runtime.

Framework console
|===============================|
| |###############################|     |
| |                  |                 |                  |     |
| |  plugin        | plugin       | plugin        |      |
| |                  |                 |                  |     |
| |                  |                 |                  |     |
| |###############################|     |
|===============================|

Any help??

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