Java Reference
In-Depth Information
ber of technologies that it encompasses—JDBC, I/O, threading, networking, data struc-
tures, and so on—but the Oracle Certified Professional certification title is for Java SE as a
whole, not for a particular technology.
The Oracle Certified Expert title, on the other hand, is reserved for specific technologies.
EJBs are a specific technology within Java EE, so the EJB certification is given the Oracle
Certified Expert title. Because this topic deals mainly with EJB technology, this is the cer-
tification we're focusing on, but there are other Oracle Certified Expert certifications avail-
able for other Java EE technologies. Use the Oracle certification website to search for them.
Before we start looking at the topics covered in the Oracle Certified Expert, Java EE 6
Enterprise JavaBeans Developer exam, there's one more point to make about the certific-
ation path. For you to get the certification, all the steps of the certification path must be
completed, but they don't need to be completed in order. You can register for and take the
Oracle Certified Expert, Java EE 6 Enterprise JavaBeans Developer exam before the Oracle
Certified Professional, Java SE 7 Programmer exam if you choose to do so. But you won't
get the EJB certification until both exams are completed. Now let's take a look at what's in
the EJB certification exam.
C.3. Topics covered in the exam
The topics covered in the Oracle Certified Expert, Java EE 6 Enterprise JavaBeans
Developer exam are quite extensive, but that's because EJB technology is so feature-rich.
What follows is a summary of the list of topics for the exam. In case you haven't guessed
it by now, this topic is an excellent resource to study for the exam.
Java EE:
• What is Java Platform Enterprise Edition (Java EE)?
• How does Java EE development differ?
• What are the Java EE application layers/tiers?
• What services do Java EE containers provide?
• What are the different Java EE component types (EJB, MDB, Servlet, and so on)?
• Compare and contrast the full versus EJB Lite containers.
Session beans:
Search WWH ::




Custom Search