Results 1 to 2 of 2

Thread: Do HibernateDaoSupport in spring require hibernate jar files for support

  1. #1

    Default Do HibernateDaoSupport in spring require hibernate jar files for support

    Hi ,

    This is my first post.

    I am a novice to spring. i am using spring 2.5. Using HibernateDaoSupport. My doubt is, do i still require Hibernate jar files for support of HibernateDaoSupport..

    I did a sample example in netbeans. I unchecked the hibernate jar library. The application is still working. Is that correct working with HibernateDaoSupport class without using Hibernate jar files..


    Thanks & Regards,
    Vipul Kumar

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,695

    Default

    Hibernate is still required it makes it only easier to work with hibernate.

    Just another note HibernateDaoSupport and HibernateTemplate should be considered deprecated as of hibernate 3.0.1 and you should preferably only implement plain hibernate daos (as recommended and explained in the reference guide).
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •