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: 228

Filed under:
|
|
|
|

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.

  1. How do I implement this architecture?
  2. How do I pass objects between the different content modules?
  3. How do I isolate each module into its own package?
  4. Can all of these be within the same Eclipse project?
  5. Anything else that should be considered?

© Stack Overflow or respective owner

Related posts about gwt

Related posts about j2ee