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

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

Awesome Lists containing this project

README

          

## Ext Class Generator

![Build Status](https://github.com/ralscha/extclassgenerator/workflows/test/badge.svg)

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.