SmartGWT is an popular, open source, extremely rich widget library and
databinding framework for GWT, available under the LGPL. SmartGWT
Enterprise Edition (SmartGWT EE for short) is a commercially licensed
version of SmartGWT that includes Java Server side functionality,
additional tools, and a classic commercial license in lieu of the
LGPL.
For teams with existing Java functionality, SmartGWT EE provides
greatly accelerated integration with SmartGWT’s visual components. In
many cases it is possible to take existing Java methods in an
application and bind a SmartGWT grid or form to those methods without
writing any new code, simply by specifying what method to call in a
DataSource XML file.
For those using Hibernate, it’s even simpler. A Wizard within Visual
Builder allows you to simply pick any registered Hibernate entity from
a list, and SmartGWT EE will create a SmartGWT DataSource that
provides full read-write binding to that Hibernate entity. Just
provide the generated DataSource to a SmartGWT grid or form with no
other configuration, and you have a full CRUD UI: create, retrieve,
update, and delete Hibernate-managed entities. It can even execute the
complex search criteria that the FilterBuilder allows a user to
specify.
A corresponding Wizard exists for binding to database tables stored in
any popular database, again with full read-write binding. And in both
cases, you can easily add business logic that runs before or after the
Hibernate or SQL binding, which can modify the request before it
executes, modify the output, or take any other action.
Resources:
Online Showcase
http://smartclient.com/smartgwtee/showcase
Download SmartGWT EE
http://smartclient.com/releases/smartgwtee-1.0b1.zip
Official announcement and pricing
http://blog.isomorphic.com/?p=78
Aside from features covered in the release announcement, other
features of SmartGWT EE are similar to the current edition of the
SmartClient Server. See the Feature Summary here:
http://www.smartclient.com/docs/6.5.1/a/b/c/go.html#group..iscServer
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---