maven « JPA « JSF Q&A





1. How to properly test JPA/JSF webapp with Maven, Jetty, HtmlUnit?    stackoverflow.com

I'm trying to use Maven, Jetty and HtmlUnit to test a webapp written using JPA2.0, JSF. I am confused as to how to do it properly. For example, I get dramatically ...

2. How to use Hibernate with JSF    stackoverflow.com

How to configure the jsf mavenized project with hibernate. While googling i found many guides related to this topic with different form of implementations. Please point out to refer a correct ...