HIBERNATE WITH NETBEAN

Is there any person that has link to the site that treats how to use hibernate with netbeans?The books on hibernate I have did not treat it with netbeans.Thanks
[181 byte] By [EMEKAa] at [2007-11-26 15:15:43]
# 1
Learn how to use NetBeans before you try and learn any more technologies. If you don't know how your environment works, you shouldn't be using it.
dcmintera at 2007-7-8 9:07:26 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2
I can use netbean. Thats what I have been using. I was able to set the class path for all the lib for hibernate.My problem is what using the hibernate. I just need step by step instruction on how to do that.Any idea?
EMEKAa at 2007-7-8 9:07:26 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 3

When you download Hibernate, there's a list of jar files that it requires. Put the Hibernate jar file and the jar files from that list (at least the ones required to run it, not the ones required to build it) into your classpath. That's all.

If you're planning to use Hibernate, though, you should be competent enough to find that list and use it. If you can't set your classpath then you shouldn't be contemplating using Hibernate until you gain more experience. It's not for beginners.

DrClapa at 2007-7-8 9:07:26 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 4
This is not the question of knowing and setting the classpath of the required libraries. I have done that perfectly with netbeans.My problem is about getting the template of the files to configure. The files include .properties and .hbm.xml and probably how to configure them.
EMEKAa at 2007-7-8 9:07:26 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 5

So in fact your question has nothing to do with NetBeans?

If you don't know your environment well enough to pick up an unrelated library and use it in your environment, then you shouldn't be using your environment.

If you do then any decent tutorial on Hibernate will do just fine. Which ones did you try and what's the problem?

dcmintera at 2007-7-8 9:07:26 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...