New to JSF

Hi,

I am new to JSF and Java technology. I am planning to use hibernate for persistence. Do we need to use spring with hibernate for persistence or hibernate alone will save the purpose? What is the difference between hibernate and spring?

Any help on this subject is greatly appreciated. Is there any tutorial available for

JSF/hibernate?

Thank you.

Sudheer

[398 byte] By [lin_javaa] at [2007-11-27 5:37:05]
# 1
Spring is just a MVC framework, like as JSF and Struts. Hibernate is an ORM and can be used anywhere. When using with JSF, just create a data-tier with DAO's and Hibernate, then the business-tier (the backing beans) can communicate with it.
BalusCa at 2007-7-12 15:08:48 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...