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.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
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). |
|||
|
|
|
If you're using hibernate, not JPA, all you need to do is put your |
||||
|
|
