https://github.com/yracnet/spa-crud-v1
Crud Generator From JPA Modeler
https://github.com/yracnet/spa-crud-v1
abm angularjs crud crud-generator jpa-modeler jsf spa-crud xslt
Last synced: about 1 month ago
JSON representation
Crud Generator From JPA Modeler
- Host: GitHub
- URL: https://github.com/yracnet/spa-crud-v1
- Owner: yracnet
- License: mit
- Created: 2017-06-23T19:27:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-24T15:09:26.000Z (almost 8 years ago)
- Last Synced: 2025-06-13T22:03:00.176Z (4 months ago)
- Topics: abm, angularjs, crud, crud-generator, jpa-modeler, jsf, spa-crud, xslt
- Language: XSLT
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spa-crud-v1
Crud Generator From JPA Modeler### CRUD Option
```java
crud.include //entity name
crud.exclude //entity name
crud.addXSLT //include XSLT Template for code generation
crud.template //template or group files
crud.packageBase //set package base
crud.addJPAModel //set JPA Model *.jpa (xml file)
```### XSLT Template
```xml
part.xsl
view.xsl
ctrl.xsl
rest.xsl
serv.xsl
impl.xsl
```
### Dependence
ANGULARJS / JQUERY / BOOTSTRAP