Wednesday, January 9, 2013

Using Smart GWT

* What is Smart GWT?



          Smart GWT is a GWT-based framework that allows you to not only utilize its comprehensive widget library for your application UI, but also tie these widgets in with your server-side for data management. For a quick conceptual overview of Smart GWT.
         Smart GWT is based on the powerful and mature SmartClient library. In addition to Smart GWT LGPL, Pro & Enterprise editions of Smart GWT are available with additional features & tools, as well as commercial support.


* To integrate smartgwt framework, do the following:

1. Add smartgwt.jar and smartgwt-skins.jar to project's classpath.
2. Modify the .gwt.xml and inherit the smartgwt module.

    <inherits name="com.smartgwt.SmartGwt"/>

 3.   In the HTML, be sure to include this:
   <script>var isomorphicDir="smartgwtintroproject/sc/";</script>

* To view some UI components implemented in smartgwt, access the link below:
  http://www.smartclient.com/smartgwt/showcase/






Resources:

http://code.google.com/p/smartgwt/
http://code.google.com/p/smartgwt/
http://www.jroller.com/sjivan/entry/smartgwt_1_0_released

No comments:

Post a Comment