Hello Group:
We are really happy to announce the release of EasyGWT 1.1.0!
EasyGWT
Why EasyGWT?
If you have ever worked on multiple projects for large enterprise applications you've probably found yourself writing and wiring a view usually containing the commonly used HTML column layout. You typically end up having the need for a North Panel that contains some actions. A South Panel is usually also employed to display hyper links containing things such as "Contact Us", "Report Issues", etc. Then there is the highly used Navigation Panel which contains hyperlinks that upon being clicked on display a view in a Center Panel.
The process of creating this boilerplate code can at times feel repetitive, time consuming and if you work for a large company then your department might end up having a mini-framework and a different organization using something completely different. Maintaining such environments quickly become cumbersome, duplication starts to trickle in and soon you have a problem that gets exponentially bigger as the organizations and company grows.
The need to have a common platform upon which to build enterprise applications then becomes apparent and the benefits of such approach are huge. To name a few:
What does the module provide:
- Views are added to this panel.
- All views have instant access to:
@Override
public void onRender() {}
@Override
public void prepareToHideView() {}
@Override
public void prepareToShowView() {}
--
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-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.