Skip to content

sencha/gxt-demo-explorer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 

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.

<!-- 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:

  1. Download Ext JS zip. (In the near future it will be installed using Maven)
  2. Import the resources into the index.html. Find the Ext JS comments.
  3. Add the resources to the /extjs directory.

Debugging

Debugging in Eclipse

  1. Right click on the project and Debug As GWT Development Mode with Jetty
  2. Double click on the url in the Development Mode web url.