• 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

Online tutorial for beginner?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone:

I am very new to JPA and Java 6, is there any good online tutorials available for beginner? At my work place, they are using Java 6 and Hibernate v3.6 (annotation with JPA). I am trying to learn both JPA and Java 6 in very short time. Please help.

Thank you so much,
Dick
 
Ranch Hand
Posts: 1514
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you try to google for this? I am sure you will find something that suits you.
 
Bartender
Posts: 4116
72
Mac TypeScript Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to CodeRanch, Dick Jones

Dick Jones wrote:...At my work place, they are using Java 6 and Hibernate v3.6 (annotation with JPA). I am trying to learn both JPA and Java 6 in very short time...


If you are a beginner to Java in general then you might start with the Java tutorial and the Hibernate user guide and the documentation is a good place to get start with Hibernate including JPA.
 
Greenhorn
Posts: 4
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am just like you too. I google it a lot and in my opinion best way is reading hibernate's manual. It will give you a lot of beginning information. After that you can find `hibernate in action` book. It is quite well too. After you read that documents then you can ask your questions in here. Be good.
 
reply
    Bookmark Topic Watch Topic
  • New Topic