- Configuring IDE. In this case, it will be Eclipse Indigo,
- Designing and implementing data model in Hibernate,
- Synchronizing MySQL scheme with Hibernate Entities,
- Building ManageBeans for business logic and integrating it with data model layer,
- Building JSF interfaces and integrating it with ManageBeans,
- Artifacts deployment on JBoss 7.1 Application Server.
After reading this series you will be able to build a full-featured CRUD JSF application backed by MySQL database with Hibernate mapping. Stay tuned for the next article on this topic.