• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

How Do You Configure Hibernate

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How will you configure Hibernate?
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Hibernate documentation has extensive details about this. I suggest you try reading this first.
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I put up two youtube videos that step you through configuring an environment with the JDK, a database, database drivers, and the like. The next tutorial then shows you how to write some Java code that will actually hit the database and prove that your Hibernate configuration is working. It all uses the JDK, not fancy IDE, so it's as basic and straight forward as it gets:

Video Tutorial: Configuring Your Hibernate Environment
Testing & Confirming Your Hibernate Environment

I hope that helps. I've got some tutorials in my signature links that follow along with those CBTs.

Good luck!

-Cameron McKenzie
 
reply
    Bookmark Topic Watch Topic
  • New Topic