Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sencha/sandbox-ewc-public
ExtWebComponents Sandbox Projects.
https://github.com/sencha/sandbox-ewc-public
Last synced: about 4 hours ago
JSON representation
ExtWebComponents Sandbox Projects.
- Host: GitHub
- URL: https://github.com/sencha/sandbox-ewc-public
- Owner: sencha
- Created: 2019-10-27T23:24:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T11:06:25.000Z (almost 2 years ago)
- Last Synced: 2023-08-04T10:11:20.234Z (over 1 year ago)
- Language: JavaScript
- Size: 1010 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExtWebComponent Project Examples
| Project Examples | Frontend | Backend |
| --- | --- | --- |
| [Simple ExtWebCompomeontns Project](./sandbox) | JavaScript with ExtWebComponents | Java |
| [GXT & ExtWebComopnents Project](./sandbox-gxt-ewc) | GXT & ExtWebComponents | Java |## Simple extWebComponents Example Project
This [Simple ExtWebCompomeontns Project](./sandbox) is a simple multi module maven project.### Frontend
- Simple JavaScript project.
- Using Sencha ExtWebComponents
- Using the Webpack Bundler### Backend
- Java server, using jax-rs
- Java server, with JSP example
- Java server using ExtWebComponents client module## GXT & ExtWebComponents Project
This [GXT & ExtWebComopnents Project](./sandbox-gxt-ewc) is a quick example of how you could Sencha ExtWebComponents in the GXT project.### Frontend
- GXT### Backend
- This isn't built into the example, so it's your choice.