SmartGWT theme resources
Real-time data delivery via HTTP streaming (aka "Comet") for monitoring, command & control, trading desk and real-time collaboration applications involving time-sensitive, continuously updated data. SmartClient Messaging supports data delivery rates sufficient for continuous full-screen refresh and works through firewalls, HTTP proxies and other intervening network devices that can cause issues with other HTTP Streaming / Comet implementations. Supports codeless integration with JMS (Java Message Service) and a custom connector architecture for other message sources.
Full-featured evaluation: Includes Smart GWT Java Server framework, Visual Builder, and all other non-preview features.
"Optional module" available with Power+ licenses, containing specialized components for viewing, navigating and editing very large, multi-dimensional data sets (also known as data cubes) for business intelligence, analytics and reporting applications.
Support for WebDriver-based automated testing and Continuous Integration, as documented at http://www.smartclient.com/smartgwtee/javadoc/com/smartgwt/client/docs/AutomatedTesting.html
Contains back-end logic for the "Admin Console" tool visible in the Developer Console, and also standalone from the SDK home page. Also contains the the various data importers and exporters, and the server-side components of the BatchUploader.
Contains the ValidationAction and ValidationFailureAction classes that implement RPC-based validation of DynamicForms using the Struts ValidatorPlugIn. If you're not using Struts or if you don't need this particular feature of Smart GWT, you do not need this module or its dependencies (also see the important note below). An example of this style of validation is available here: http://www.smartclient.com/examples/struts/forms/welcome.do - read the info on this page, and follow the "Dynamic Form (With RPC-based Validation)" Link for the actual example. NOTE: This support is for Struts 1.0 only, and is only intended to be used in certain edge cases of incremental migration to Smart GWT. You should only use it if directed to do so by Isomorphic Support.
The Smart GWT SQLDataSource.
Required for DMI dispatches to Spring beans (via lookupStyle : "spring").
A dependency group containing the various Isomorphic artifacts related to network performance (referred to as the "Network Performance Module" in documentation).
Server support required for the Smart GWT Realtime Messaging Module. Install this if you're using this 'push' technology. For more information, see the Messaging QuickRef documentation provided with the SDK.
A parser capable of reading a JSON byte stream and creating an in-memory Java object structure to match. Required if you're using the built-in support for REST via the RESTHandler servlet with JSON payloads, but also used by any mechanism that relies on JSON-style configuration. Examples include FileAssembly definitions in JSON format, any use of the rulesFile with a URIRegexFilter (Java Servlet) or subclass.
Contains support for JPA DataSources as described at: http://www.smartclient.com/smartgwtee-latest/javadoc/com/smartgwt/client/docs/JpaIntegration.html
Contains support for Hibernate DataSources as described in documentation at: http://www.smartclient.com/smartgwtee/javadoc/com/smartgwt/client/docs/HibernateIntegration.html
The core Smart GWT module. It provides the RPC, DMI, and DataSource support.
Optional support for PDF Export.
This is a part of the Network Performance Module. The isomorphic_compression module is required for dynamic and static compression of various assets delivered to the browser. For more information, see: http://www.smartclient.com/smartgwtee/javadoc/com/smartgwt/client/docs/Compression.html
Required for DMI dispatches to CDI beans (via lookupStyle : "cdi").
Support for automated testing and Continuous Integration, as documented at http://www.smartclient.com/smartgwtee/javadoc/com/smartgwt/client/docs/AutomatedTesting.html
This is part of the Network Performance Module. The isomorphic_assembly module is required for file assembly and stripping. For more information, see: http://www.smartclient.com/smartgwtee/javadoc/com/smartgwt/client/docs/FileAssembly.html
A collection of resources appropriate for use in unit / integration testing environments, including the Isomorphic extensions to Selenium
A dependency group containing the various artifacts required for PDF export, required by isomorphic-core-rpc and isomorphic-content-export, provided for convenience.
A dependency group containing the various batik artifacts required by isomorphic-core-rpc and isomorphic-content-export, provided for convenience.