• 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

why there are 3 specs in 3 EJB3

 
Ranch Hand
Posts: 264
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am just wondering why there are 3 specs in ejb3.Is it just because of ejb three.

Can someone tell what each one of it means
[ April 23, 2007: Message edited by: Senthil Kumar SS ]
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would asume that they cover differing parts of the spec. When you downloaded them, did they seem overlapping or redundant to you?
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I am just wondering why there are 3 specs in ejb3.Is it just because of ejb three


One of them gives you an overview of what ejb3 offers.
One of them is about ejbs (looks like the old ejb spec)
One of them is about a persistence api (JPA), which can be used by other J2SE applications, not necessarily ejbs. That's why it has been separated.
 
reply
    Bookmark Topic Watch Topic
  • New Topic