This JAR contains the Web plugin of Aquiles Framework
Just add the following code in your pom.xml
<dependency>
<groupId>com.github.rlanhellas</groupId>
<artifactId>aquiles-web</artifactId>
<version>YOUR-VERSION-HERE</version>
</dependency>
- JSF components like: autocomplete, inputDate, inputPeriodo, inputText and others.
- Some annotations to help code, like @FindAll and others.
- Default template based on Admin LTE 2.
- Default Login Screen and Security Control.
- Crud methods like save, update , delete , find.
- List page and detail page with default structure and easy to code.
Important: We don't have a showCase yet, so feel free to help us.