• 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

Specification Chapters to avoid for Exam

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

May I please know if the following chapters need not be studied for the Exams?

The following chapters of 'EJB Core contracts and Specifications'.
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
Chapter 11 EJB 1.1 Entity Bean Component Contract for Container-Managed Persistence
Chapter 15 Support for Distributed Interoperability

Regarding, EJB 2.x, the following objective is written:
Identify correct and incorrect statements or examples about EJB 3.0 / EJB 2.x interoperability, including how to adapt an EJB 3.0 bean for use with clients written to the EJB 2.x API and how to access beans written to the EJB 2.x API from beans written to the EJB 3.0 API.

Would it suffice if I can just access an EJB 2.x bean from 3.0 bean?

Your help will greatly me in saving time.

Regards,
Rajesh
 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
All you need to know about this is in the link: http://java.boot.by/scbcd5-guide/ch02s06.html
 
Rajesh So
Ranch Hand
Posts: 149
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Leonardo.

May I know if the chapters I have mentioned can be skipped for the exam.

Regards,
Rajesh
 
leonardo segala
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't recomend, because there are in the objectives topics.
 
Rajesh So
Ranch Hand
Posts: 149
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Leonardo,

I just saw a link regarding the query I have.
https://coderanch.com/t/435678/EJB-Certification-SCBCD/certification/Sun-Specifications-SCBCD#1936231

I will try to browse through the entire spec, for safety.

Regards,
Rajesh
 
leonardo segala
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Rajesh!

Thanks, this is very usefull, but I will study anyway.

Regards.
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
mikalai zaikin exam study notes has copied all the chapters
required for the exam from the spec.

It is very well organised.and cover 59/61 objectives completely.
 
Keshav Prasad gurukul
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
to say the least avoid chapter related to Entity beans
 
Rajesh So
Ranch Hand
Posts: 149
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Keshav!
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic