• 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

Sample application to help you prepare for OCE-JPA Developer Exam

 
Enthuware Software Support
Posts: 4818
52
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As you might have realized from the posts on this forum, the new JPA Certification exam is tough. The questions on the exam require you to have a thorough understanding of all the topics. You will be required to know the hows and whys of JPA queries, Criteria Builder queries, and EntityManager API in detail. It will be very difficult to pass this exam without hands on coding.

To help candidates with their preparation, we have come up with a sample application that illustrates all the aspects of JPA and allows you to play with the actual code and see the impact of your changes right away. It populates the database with appropriate data against which you can try out Criteria Builder queries and arbitrary business logic code.

We are using this app to test out questions for our JPA exam simulator. We hope that it will be helpful for others as well and so we have made it available for download for free.

Feedback is appreciated



 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks, great tool
Any estimations when OCE-JPA tests will be available? by the end of this year or Q1 2012?
 
Marshal
Posts: 79240
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hope it’s not too late, but welcome to the Ranch, Jevgeni Koltsin
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic