• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Is JPA a Framework?

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everybody!
I was having a discussion with my friend and he was telling me that JPA is not a framework. His reasoning was that if JPA is a Framework, then where are the classes and implementation for it? JPA is just a specification and different people like ecllipse link, toplink, etc. implement it. It is just a ORM tool.

But as far as I saw in the Oracle website, it says JPA is a framework. So, can somebody throw some light on this whole issue?
 
Rancher
Posts: 1337
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Framework" is such a generic term that both a "yes" and a "no" answer could reasonably be given. How about you and your friend start by defining what a framework is; that should make it much easier to agree on whether any particular library or API fulfills your definition.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JPA is a specification.

Implementations of JPA might be considered a framework. We market TopLink and EclipseLink as a framework since it provides object-relational persistence but also is extensible where you can plug in your own customizations and policies to extend the functionality. That is why we consider TopLink and EclipseLink to be frameworks.

Doug
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic