Hello I'm going to develop modular Enterprise application using GWT+JPA on the server side using servlet RPC.
The application will have Outlook style layout. There will be one panel on the left containing module menus and the right panel will contain opened windows groupped as tabs. Module is defined as a set of actions that can be done by user. That means that every action potentially has its own window (GWT side) and its own action handler on the server side. Style-wise every module follows the global styling. One could call them plug-ins rather than modules. I know that GWT has notion of modules. Should I implement my system using GWT modules or just use one module and implement modules just standalone libraries that are loaded by main module? -- 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.
