-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Ig edited this page Jun 9, 2014
·
6 revisions
Goal
There is one and only one goal for this project - to make jsf developers more productive. That means you startup and develop JSF application easily.
Why you should use it
You will create a new project very fast and will get a lot of stuff out of box.
- Project configured with JSF/Spring/Hibernate stack with newest versions and working out of box on Tomcat.
- JSF composite components created that can be reused a lot. They of course can be modified to better fit your needs.
- Spring-data and querydsl integration. Those are state of the art technologies to work with DB layer.
- Basic unit tests. Also integration tests in spring container are added and you wont need to search internet about how to configure that.
- Logging with log4j configured.
- Maven.
- Easy modifiable crud (see example) with lazy data table. And you don't need to sell your soul to some code generator which generates stupid code and you can't modify it. You will simply need to add jsf field component with field name and component recognize its type and does the rest.
- Spring authentication configured.
- Rest web services configured and ready to use.
- Maven site configured with various plugins like pmd, findbugs, javadoc, cobertura etc.
- This is archetype, so all the code belongs to project and can be easily changed/modified after project is created.
In short this archetype already contains a lot of stuff that real projects needs and developers spend a lot of time searching how to do that and working on configurations solving problems, fighting frameworks and not concentrating on business logic. I hope happyfaces archetype will allow you to work more on business requirements and less on configuring and integrating various frameworks!