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.
SmartGWT EE provides the ability to bind a grid or form component to a SQL table or Hibernate/JPA entity by just providing the tableName (SQL) or Java className (Hibernate/JPA). A complete UI for search, sorting and editing data is provided, and you can then customize the UI and add business logic without destroying the automatic functionality.
SmartGWT EE can also be connected to custom Java server code, typically by just specifying what method to call for each CRUD operation.
In both scenarios SmartGWT provides a long list of features needed for any enterprise application, including HTML5 charts, including automatic generation of UI from Java beans, various kinds of exports (CSV, true Excel, PDF), automatic handling of batch saves (for transactions), and many more features explained here.
Resources:
SmartGWT EE provides the ability to bind a grid or form component to a SQL table or Hibernate/JPA entity by just providing the tableName (SQL) or Java className (Hibernate/JPA). A complete UI for search, sorting and editing data is provided, and you can then customize the UI and add business logic without destroying the automatic functionality.
SmartGWT EE can also be connected to custom Java server code, typically by just specifying what method to call for each CRUD operation.
In both scenarios SmartGWT provides a long list of features needed for any enterprise application, including HTML5 charts, including automatic generation of UI from Java beans, various kinds of exports (CSV, true Excel, PDF), automatic handling of batch saves (for transactions), and many more features explained here.
Resources:
- Online Showcase
- Feature Comparison & Pricing: SmartGWT LGPL, SmartGWT Pro, Power and Enterprise
- Download SmartGWT Pro/Enterprise Evaluation (under SmartGWT column)
- Important Pro & EE-specific docs (general pointers to SmartGWT docs are here)
Comment