Skip to content

rmaneschy/aquiles-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aquiles-web

This JAR contains the Web plugin of Aquiles Framework

How to Use ?

Just add the following code in your pom.xml

<dependency>
            <groupId>br.com.aquiles</groupId>
            <artifactId>aquiles-web</artifactId>
            <version>YOUR-VERSION-HERE</version>
  </dependency>

Content

  • 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.

About

Web layer for Aquiles Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.2%
  • HTML 38.7%
  • CSS 11.8%
  • Java 1.3%