File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Object Relational Mapping and the fly likes Hibernate, JNDI,  JDBC. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "Hibernate, JNDI,  JDBC." Watch "Hibernate, JNDI,  JDBC." New topic
Author

Hibernate, JNDI, JDBC.

miria joseph
Greenhorn

Joined: Dec 06, 2007
Posts: 7
Can somebody Explain briefly what is the difference between Hibernate, JNDI, JDBC. I am getting really confused with those?

Thanks in Advance.

Paul Sturrock
Bartender

Joined: Apr 14, 2004
Posts: 10336

Hibernate is an Object-Relational Mapping tool. It maps Objects to relational data.

The Java Naming and Directory Interface is an API to access different naming and directory services. You use it to access something stored in a directory or naming service without haveing to code specifically to that naming or directory service.

Java DataBase Connectivity API is an API to access different relational databases. You use it to access relational databases without embedding a dependency on a specific database type in your code.


JavaRanch FAQ HowToAskQuestionsOnJavaRanch
miria joseph
Greenhorn

Joined: Dec 06, 2007
Posts: 7
Many Thanks!
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Hibernate, JNDI, JDBC.
 
Similar Threads
After basic knowledge of core java, which module of java should i pick for expertise.
Persistence.xml | No JNDI Datasource
Weblogic 8.1 and JDBC
JDBC-hibernate
what are the advantage of Hibernate Over Jdbc?