mnatan.brito
mnatan.brito

Reputation: 883

Spring Security + JSF 2.0 + Primefaces + Hibernate configuration

I need to configure a project with Spring Security + JSF 2.0 + Primefaces + Hibernate. I'm using Netbeans 7.1.1. To put the required jars inside the /WEB-INF/lib folder and reference them from Project > Properties > Libraries is the best choice? Another issue is what are the real necessary jars to this web app work? Every tutorial i've read tells me a diferente one.

Upvotes: 0

Views: 1825

Answers (1)

Mohit Saluja
Mohit Saluja

Reputation: 470

you can also use maven..it is a good project management tool...i personally use it for dependency management....you can refer this link...

Upvotes: 1

Related Questions