Can you provide me some good url on JSF with Hibernate .
Actually I would not make relation between faces-config.xml and hiibernate.cfg.xml file i.e. How my JSF Code know that it should use Hibernate . With Thanks Gunjan
I don't think there's anything in Hibernate that needs to know directly about JSF configuration or vice versa. Although Spring works well as a support framework for Hibernate in JSF and there is a small blit of glue that goes into the JSF config that pulls in a bridge to Spring for resolving bean names.
Customer surveys are for companies who didn't pay proper attention to begin with.
Originally posted by Tim Holloway: I don't think there's anything in Hibernate that needs to know directly about JSF configuration or vice versa. Although Spring works well as a support framework for Hibernate in JSF and there is a small blit of glue that goes into the JSF config that pulls in a bridge to Spring for resolving bean names.
Tim is right. And you really don't even have to glue Spring and JSF together if you don't want to. Completely optional.