Proof of concept J2EE
This week I'm going to do a Proof of Concept with the following technologies:
The functionality built is the following: Create an web module to manage the roles, users and user-role associations. It will also integrate into Apache Tomcats' JDBC Realm (maybe a customized one).
For my job I've made custom tag libraries, which handle data binding to Beans. I'm curious if JSF can do things as nice as this taglib can :).
- Java server Faces: Standard for building User interfaces for Java web applications.
- J2SE 5.0Newest Java Virtual Machine
- HibernateFor persistence, hibernate with annotations will be used
The functionality built is the following: Create an web module to manage the roles, users and user-role associations. It will also integrate into Apache Tomcats' JDBC Realm (maybe a customized one).
For my job I've made custom tag libraries, which handle data binding to Beans. I'm curious if JSF can do things as nice as this taglib can :).