GWT complex app, many screens. Architecture?
Posted
by Kurian
on Stack Overflow
See other posts from Stack Overflow
or by Kurian
Published on 2010-06-14T11:40:17Z
Indexed on
2010/06/14
11:42 UTC
Read the original article
Hit count: 267
I'm making a GWT application which will have many screens. There will be a menu on the left and clicking a menu option will open the relevant module in the right side content area. Clicking on items in the content area will link to other modules that open in the same content area.
- How do I implement this architecture?
- How do I pass objects between the different content modules?
- How do I isolate each module into its own package?
- Can all of these be within the same Eclipse project?
- Anything else that should be considered?
© Stack Overflow or respective owner