{"id":20810195,"url":"https://github.com/sencha/gxt-demo-explorer","last_synced_at":"2025-05-07T08:14:24.072Z","repository":{"id":55895333,"uuid":"111018682","full_name":"sencha/gxt-demo-explorer","owner":"sencha","description":"GXT Examples Explorer","archived":false,"fork":false,"pushed_at":"2024-07-23T14:59:42.000Z","size":88913,"stargazers_count":16,"open_issues_count":1,"forks_count":16,"subscribers_count":6,"default_branch":"4.2.0","last_synced_at":"2025-05-07T08:14:14.631Z","etag":null,"topics":["examples","gwt","gxt","java","sencha"],"latest_commit_sha":null,"homepage":"http://examples.sencha.com/gxt/latest/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sencha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-16T20:27:30.000Z","updated_at":"2025-04-09T10:12:19.000Z","dependencies_parsed_at":"2022-08-15T08:50:49.755Z","dependency_job_id":"2bffdbcd-e7e7-4696-8659-b7cb182309f5","html_url":"https://github.com/sencha/gxt-demo-explorer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sencha%2Fgxt-demo-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sencha%2Fgxt-demo-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sencha%2Fgxt-demo-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sencha%2Fgxt-demo-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sencha","download_url":"https://codeload.github.com/sencha/gxt-demo-explorer/tar.gz/refs/heads/4.2.0","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252839296,"owners_count":21812089,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["examples","gwt","gxt","java","sencha"],"created_at":"2024-11-17T20:20:24.320Z","updated_at":"2025-05-07T08:14:23.718Z","avatar_url":"https://github.com/sencha.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n##  Before going to make a gxt-Demo Explorer build, Pls following these Steps.\n1. Go to below site\n   https://www.gwtproject.org/download.html\n2. Click on  \"DOWNLOAD GWT SDK\" button to download the GWT jar.\n3. It will download as zip folder.\n4. Unzip the folder and go inside the folder, run the below command on command prompt to install the jar.\n   mvn install:install-file -Dfile=gwt-dev.jar -DgroupId=com.google.gwt -DartifactId=gwt-dev -Dversion=2.11.0 -Dpackaging=jar\n   mvn install:install-file -Dfile=gwt-user.jar -DgroupId=com.google.gwt -DartifactId=gwt-user -Dversion=2.11.0 -Dpackaging=jar\n   mvn install:install-file -Dfile=requestfactory-apt.jar -DgroupId=com.google.web.bindery -DartifactId=requestfactory-apt -Dversion=2.11.0 -Dpackaging=jar\n   mvn install:install-file -Dfile=gwt-servlet.jar -DgroupId=com.google.gwt -DartifactId=gwt-servlet -Dversion=2.11.0 -Dpackaging=jar\n\n\n# GXT Examples Explorer\n\n\u003cimg src='./theapp.png' width='400px' /\u003e\n\n## Demo\n\n* [Example Explorer Demo](http://examples.sencha.com/gxt/latest)\n\n## GXT \n\n* [Sencha GXT Product Info](https://www.sencha.com/products/gxt/)\n* [GXT Guides](http://docs.sencha.com/gxt/4.x/)\n\n\n## Import\nStart by importing the project as an existing maven project. \n\n### Add GXT Dependency\nAdd this xml element to `~/.m2/settings.xml` to get access to the GXT 4.0.3 artifacts. \n\n* More in the [GXT Maven Guide](https://docs.sencha.com/gxt/4.x/guides/getting_started/maven/Maven.html)\n\n```\n\u003c!-- Add this to ~/.m2/settings.xml servers --\u003e\n\u003cserver\u003e\n    \u003cid\u003esencha-gxt-repository\u003c/id\u003e\n    \u003cusername\u003e[portal username]\u003c/username\u003e\n    \u003cpassword\u003e[portal password]\u003c/password\u003e\n\u003c/server\u003e\n```\n\n### Adding Ext JS Integration\nEasily add Ext JS integration with the GWT JSNI or JsInterop Apis.\n\nIntegration instructions:\n1. Download Ext JS zip. (In the near future it will be installed using Maven)\n2. 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.\n3. Add the resources to the [/extjs](https://github.com/sencha/gxt-demo-explorer/tree/master/src/main/webapp/extjs) directory. \n\n\n## Debugging\n\n### Debugging in Eclipse\n\n1. Right click on the project and Debug As `GWT Development Mode with Jetty`\n2. Double click on the url in the `Development Mode` web url.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsencha%2Fgxt-demo-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsencha%2Fgxt-demo-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsencha%2Fgxt-demo-explorer/lists"}