Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 15 days ago
JSON representation

Crud Generator From JPA Modeler

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