https://github.com/ralscha/extclassgenerator
Ext JS code generator. Creating model js classes from java classes
https://github.com/ralscha/extclassgenerator
annotation-processor extjs java
Last synced: 8 months ago
JSON representation
Ext JS code generator. Creating model js classes from java classes
- Host: GitHub
- URL: https://github.com/ralscha/extclassgenerator
- Owner: ralscha
- License: apache-2.0
- Created: 2013-12-05T13:17:57.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2025-03-20T03:15:38.000Z (10 months ago)
- Last Synced: 2025-04-03T11:36:29.026Z (10 months ago)
- Topics: annotation-processor, extjs, java
- Language: Java
- Homepage:
- Size: 1.01 MB
- Stars: 13
- Watchers: 5
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Ext Class Generator

Code generator that creates Javascript classes for [Ext JS](http://www.sencha.com/products/extjs/) and [Sencha Touch](http://www.sencha.com/products/touch/) either dynamically at runtime
or during build time with the help of an Annotation Processing Tool (APT) processor.
See the [Wiki](https://github.com/ralscha/extclassgenerator/wiki) for more information.