Tuesday, September 7, 2010

How to Guide: Multi Maven Module GWT/GXT Project using event-bus pattern

I'm trying to create a step by step guide on how to create a multi
module Maven project in Eclipse that supports the following.

1. Be able to use Maven and GWT together
2. Have custom high level widgets live in their own maven sub-module.
3. Have the widget be unaware of the back end. That means they do no
RPC, REST, HTTP. However they can communicate through an event-bus
pattern. Then listeners to the event bus can ether talk to the server
or mock objects
4. Be able to run and debug my widget modules in ether in online mode
(connected to a server) or offline mode (Browser only).
5. Use EXT widgets

Here is my first draft:
http://travelingjavadeveloper.blogspot.com/2010/09/how-to-build-multi-maven-module-gwtgxt.html

Please let me know what you think

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment