• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Hibernate Tutorials which I can complete quickly

 
Ranch Hand
Posts: 129
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please suggest some quick start guides / tutorials for Hibernate which I can finish in 3-4 days. I have an interview coming up and the requirement is for basic knowledge of Hibernate. I have good knowledge of databases, sql and I have worked on IBatis. Thanks in advance.
 
Ranch Hand
Posts: 106
3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Praveen Sharma wrote:Please suggest some quick start guides / tutorials for Hibernate which I can finish in 3-4 days. I have an interview coming up and the requirement is for basic knowledge of Hibernate. I have good knowledge of databases, sql and I have worked on IBatis. Thanks in advance.




Hi there the most Hibernate tutorials you will find are not working or are waste of time or something else. weird not so weird take a look at this

https://coderanch.com/t/589057/ORM/databases/Help-finding-tutorials-example-code no answers .


try the tutorials i have lost so many hours try them when i send email to Netbeans site they said me ok they are not working try other tut.

It's not weird because if you don't find a work to try them you will not find any tutorial that is worth it the most of them are garbage you will waste your time reading them and get tired of stupid people trying to disappoint you .


take care
 
Bartender
Posts: 1682
7
Android Mac OS X IntelliJ IDE Spring Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Most tutorials you see these days use Maven. If you are not familiar with Maven you may have a hard time finding up to date tutorials. Have you checked out the tutorial code linked in the getting started guide?

http://docs.jboss.org/hibernate/orm/4.1/quickstart/en-US/html_single/
http://docs.jboss.org/hibernate/orm/4.1/quickstart/en-US/html_single/files/hibernate-tutorials.zip
 
reply
    Bookmark Topic Watch Topic
  • New Topic