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 guide on this topic. i am just trying to do a simple database operation using hibernate.
How to configure the jsf mavenized project with hibernate. While googling i found many
Share
If you use JPA hibernate all configurations will be similar as described in J2EE tutorial – Accessing Databases from Web Applications + you add your Maven dependencies (hibernate + db driver).