GWT-Menu-Framework is a GWT based framework intending to enable fast application creation with a standard layout (header/footer) + a XML defined menu. It's aim is to keep it simple and enforce the use of the MVP pattern in the client applications. All screens in the clients applications should be MVP-based (a framework-handled Presenter and a View).
3 maven based projects
- a parent pom project ( gwt-menu-framework-project)
- a jar project: the framework ( gwt-menu-framework )
- a war project: a sample webapp using the framework (gwt-menu-framework-sample)
The core project is there and should not change alot. But it's far from being of any use to anyone at the moment !
A LOT of stuffs !
- ensure it may be built/executed on the command line (only eclipse+gwt dev plugin right now)
- remove all trace of GXT 3 lib. Only use standard GWT components and layout
- make the app look like something. Anything but something (right now even the menus are mostly hidden)
- rework/clean/test the maven build (keep only what's necessary)
- See to maybe use this way to override Gin modules: "Here are configured how each instance returned by gin are configured TIP: if you want to override a binding defined in the Framework module, see how to do it using the 'Module.override(...) method and refer to this thread. "