can we use Session class in Netbeans IDE 6.7.do we have to include any package for it.also if anybody can provide a sample example related to this question.
A:
- Download the packages you are going to need ("core" for sure) from Hibernate download page
- Add the jars to your NetBeans project classpath
Bozho
2010-01-03 08:35:04
A:
I'd suggest to check this NetBeans tutorial: Using Hibernate in a Web Application in NetBeans IDE 6.7, you'll find your answers and some guidance (and, to be honest, your question shows that you'll need a lot of it).
Pascal Thivent
2010-01-03 08:36:48
A:
can we use Session class in Netbeans IDE 6.7.do we have to include any package for it.also if anybody can provide a sample example related to this question.
You need to understand Java, and how we use the related APIs, in the first place, IMO. Your question sounds like you don't have a good grasp of Java yet, neither you know what Netbeans exactly is. No offense intended, BTW.
Adeel Ansari
2010-01-03 09:30:09