Comments
|
Posted By Dete Ctive On 03-Jun-09 01:11:22 AM
Comments left on a blog can only mean that blog posts are worth commenting on. Great content and intelligent posts are what keeping readers going back to your blog day after day
|
|
Posted By kameshwar On 27-Jul-09 12:36:48 PM
It's very helpful, Excelent
|
|
Posted By Srikanth On 13-Aug-09 03:09:58 PM
thank U Sir..
|
|
Posted By Narasimha Ayyagari On 06-Oct-09 01:29:08 PM
Its a good article.While using annotations rather than using mapping element in hibernate-cfg.xml=====mapping class="entities.Subscriber======
which is very non-lethal in production applications it would be good to put below code in RegisterServlet
sessionFactory = new AnnotationConfiguration().addPackage("entities")
.addAnnotatedClass(Subscriber.class).configure()
.buildSessionFactory();
and remove mapping element in hibernate-cfg.xml.
Please correct me if any issues.
|
|
Posted By Shashank On 04-Feb-10 02:36:52 PM
nice post.It's a fine work from you.
|
|
Posted By shiva sankara rao On 01-Mar-10 12:47:18 PM
This is very good example of beginners to understand
|
|
Posted By kanaka raju On 01-Apr-10 05:41:02 PM
It's very helpful to my project sir,
sir if possible put an article on web services which can demonstrate more than 2 applications ( 2 diff platform ) can use one web service. i might be very helpful to my project. thank you sir.
|
|
Posted By mangesh Dange On 14-Oct-11 11:34:15 AM
its very helful, thanks
|
|
Posted By vani On 16-Jan-12 05:44:54 PM
good....
|
|
Posted By Aswini On 23-Jan-12 05:31:28 PM
Thanks a ton Sir really helped me a lot as a newbie!!
I have included all jars from hibernate-release-4.0.0.Final and its working fine.
But I have an issue during building sessionFactory
Configuration conf = new Configuration();
conf.addAnnotatedClass(User.class);
conf.configure("hibernate.cfg.xml");
sessionFactory = conf.buildSessionFactory();
Its showing buildSessionFactory() is deprecated so how I can solve this although its working fine?
|
|
Posted By Kaushal On 23-Jan-14 07:25:31 AM
Good, enough details to start with hibernet learning
|