Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sencha/gxt-demo-explorer

GXT Examples Explorer
https://github.com/sencha/gxt-demo-explorer

examples gwt gxt java sencha

Last synced: about 4 hours ago
JSON representation

GXT Examples Explorer

Awesome Lists containing this project

README

        

## Before going to make a gxt-Demo Explorer build, Pls following these Steps.
1. Go to below site
https://www.gwtproject.org/download.html
2. Click on "DOWNLOAD GWT SDK" button to download the GWT jar.
3. It will download as zip folder.
4. Unzip the folder and go inside the folder, run the below command on command prompt to install the jar.
mvn install:install-file -Dfile=gwt-dev.jar -DgroupId=com.google.gwt -DartifactId=gwt-dev -Dversion=2.11.0 -Dpackaging=jar
mvn install:install-file -Dfile=gwt-user.jar -DgroupId=com.google.gwt -DartifactId=gwt-user -Dversion=2.11.0 -Dpackaging=jar
mvn install:install-file -Dfile=requestfactory-apt.jar -DgroupId=com.google.web.bindery -DartifactId=requestfactory-apt -Dversion=2.11.0 -Dpackaging=jar
mvn install:install-file -Dfile=gwt-servlet.jar -DgroupId=com.google.gwt -DartifactId=gwt-servlet -Dversion=2.11.0 -Dpackaging=jar

# GXT Examples Explorer

## Demo

* [Example Explorer Demo](http://examples.sencha.com/gxt/latest)

## GXT

* [Sencha GXT Product Info](https://www.sencha.com/products/gxt/)
* [GXT Guides](http://docs.sencha.com/gxt/4.x/)

## 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](https://docs.sencha.com/gxt/4.x/guides/getting_started/maven/Maven.html)

```

sencha-gxt-repository
[portal username]
[portal password]

```

### 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](https://github.com/sencha/gxt-demo-explorer/blob/master/src/main/webapp/index.html). Find the Ext JS comments.
3. Add the resources to the [/extjs](https://github.com/sencha/gxt-demo-explorer/tree/master/src/main/webapp/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.