• 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

EJB 3.0 Specification download

 
Ranch Hand
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

The following is the link which I found for downloading the EJB 3.0 specification.

http://jcp.org/aboutJava/communityprocess/final/jsr220/index.html

But I am not sure which of them I should download, It shows two of them. One for evaluation and one for implementation. I could not understand the difference between them.

Could any one guide me with this?

Thanks,
Neo
 
Ranch Hand
Posts: 92
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are 3 files of the EJB 3 Specification:

1- EJB 3 Core Spec.
2- Persistence Spec.
3- Simplified Spec.

Both links show you the SAME 3 files. (Core is 2.9 MB, Persistence is 1.44 MB and Simplified is 273.08 KB)

Regards,
 
Neo Phesus
Ranch Hand
Posts: 71
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you Camilo !!

Helps a lot :-)
reply
    Bookmark Topic Watch Topic
  • New Topic