• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Spec question

 
Ranch Hand
Posts: 271
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The EJB 3.0 core spec (ejb-3_0-fr-spec-ejbcore.pdf) has chapters
  • Chapter 7 Client View of an EJB 2.1 Entity Bean
  • Chapter 8 EJB 2.1 Entity Bean Component Contract for Container-Managed Persistence
  • Chapter 9 EJB QL: EJB 2.1 Query Language for Container-Managed Persistence Query Methods
  • Chapter 10 EJB 2.1 Entity Bean Component Contract for Bean-Managed Persistence


  • If one is using the spec to get the finer details of EJB, is it correct to disregard these chapters in the SCBCD 5 preparation?

    Thanks



     
    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
    Yes, but you should at least know how to use an EJB2.x bean from an EJB3.0 bean, and vice versa.
     
    Ranch Hand
    Posts: 10198
    3
    Mac PPC Eclipse IDE Ubuntu
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    You could consult the Head First EJB to get a feel of the EJB 2.1 version.
     
    Consider Paul's rocket mass heater.
    reply
      Bookmark Topic Watch Topic
    • New Topic