GXT Examples Explorer
Demo
GXT
Import
Start by importing the project as an existing maven project.
Add GXT Dependency
Add this xml element to ~/.m2/settings.xml
to get access to the GXT 4.0.3 artifacts.
- More in the GXT Maven Guide
<!-- Add this to ~/.m2/settings.xml servers -->
<server>
<id>sencha-gxt-repository</id>
<username>[portal username]</username>
<password>[portal password]</password>
</server>
Adding Ext JS Integration
Easily add Ext JS integration with the GWT JSNI or JsInterop Apis.
Integration instructions:
- Download Ext JS zip. (In the near future it will be installed using Maven)
- Import the resources into the index.html. Find the Ext JS comments.
- Add the resources to the /extjs directory.
Debugging
Debugging in Eclipse
- Right click on the project and Debug As
GWT Development Mode with Jetty
- Double click on the url in the
Development Mode
web url.