Session class in NetBeans IDE6.7
can we use Session class in Netbeans IDE 6.7.do we have to include any package for it.also if anybody can provid开发者_如何学Goe a sample example related to this question.
- Download the packages you are going to need ("core" for sure) from Hibernate download page
- Add the jars to your NetBeans project classpath
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.
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).
精彩评论