Tagged Questions
5
votes
7answers
12k views
Problem with multiple entry Points in the same module
I have multiple entry points in the same module.
For example I have an Home entry point for the home page and an Admin
entry point for the admin page.
<entry-point ...
0
votes
1answer
143 views
How to extract parts of a GWT application into a library of separate dialogs
I'm trying to extract parts of a GWT application into many separate dialogs that can be invoked from php.
Existing state:
We have a GWT appplication that is deployed to JBoss as a WAR.
The app has a ...