Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Hibernate Concepts

  1. #1
    Junior Member
    Join Date
    Nov 2009
    Location
    City of Joy
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Hibernate Concepts

    Hello,

    I like to understand Hibernate and implement it in a project. But I need help. Please help me to get the following resources.

    1. Is there any good online tutorial on the subject Hibernate ?
    2. What are good book on the same is available ?
    3. What are the prerequisites knowledge to develop web application with the same ? Here I like to add that I know Java, Servlet and JSP. Along with this I have the concept of MVC. Is these sufficient to understand Hibernate or am I need to know some other topics also ?

    Please help.

    Thanks a lot in advance and will be waiting for the kind reply.

    Thanks & Regards.


  2. #2
    Junior Member
    Join Date
    Feb 2010
    Posts
    9
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Hibernate Concepts

    Hibernate is a persistance level framework which takes the concept of object-oriented rather than procedure-oriented(such as the common SQL). You own the knowledge about OO,I believe that it's very easy for you to unstand Hibernate. On the one hand, you should understand HQL deeply. Because most of the operation can be performed by HQL. On the other hand,unstand hibernate's three state:transient,persistant and detached.That's all.I hope you can work hard.

  3. #3
    Junior Member
    Join Date
    Jan 2010
    Posts
    11
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Re: Hibernate Concepts

    Inorder to understand hibernate, your pre-requisites are you have to know JDBC concepts, hibernate is nothing but a framework which we used to connect to different different databases,and for resources search in the net which explains hibernate
    i know one website, JSP Tutorials,EJB Tutorial,JDBC Tutorials,Free Java Servlets Tutorials, WAP Tutorials, Spring Framework Tutorials, J2EE Tutorials, BioInformatics Tutorials, Java Server Faces Tutorials, Jboss Tutorials, Hibernate Tutorials, XML and MySQL Tutorials
    there are so many pdfs will be available, go through that also
    you can find pdfs in Ebook Search - Pdf Search Engine

    I think it will help you

Similar Threads

  1. General CS concepts
    By helloworld922 in forum Java Programming Tutorials
    Replies: 14
    Last Post: April 21st, 2011, 10:35 AM
  2. Recommendations for E commerce web application
    By Desert Fox in forum Web Frameworks
    Replies: 2
    Last Post: November 1st, 2009, 12:31 AM