Business Component Developer Certification Package, Mixed Media Edition (PK-CSPJ-BL5)

Business Component Developer Certification Package, Mixed Media Edition (PK-CSPJ-BL5)
 
   Multiple Product Package
  »   Multiple Product Package
  »   Multiple Product Package
  »   Multiple Product Package
 
 
 
Package Description
This Certification Success Package is for Java developers interested in learning how to design, develop, test, deploy, and integrate Enterprise JavaBeans (EJB) applications, and then demonstrate proficiency by becoming a Sun Certified Business Component Developer. The package includes Sun Authorized courseware delivered in a classroom and over the web, with online practice certification exams, and a voucher for the actual certification exam. NOTE: You must first be a Sun Certified Java Programmer to become a Sun Certified Business Component Developer.

This package includes Sun authorized courseware, Web-based practice certification exams, and a voucher for the certification exam. As an added bonus in select countries, should you need it, you will also receive a free retake exam. » See participating countries and terms and conditions.

 
 
Package Components

Product ID Price
PK-CSPJ-BL5 $3,625.00
Class List for Product ID: SL-351-EE5
Duration: 5 days

If schedules are not displayed, or schedules shown do not match your availability, select "Request a Class" to inquire about dates or arranging an onsite or dedicated class for your organization.

 

Business Component Development with Enterprise JavaBeans Technology (SL-351-EE5)

The Business Component Development with Enterprise JavaBeans Technology course provides students with the knowledge of how to develop robust back-end functionality using Enterprise JavaBeans (EJB[TM]) version 3.0 technology. This course uses an online auction scenario to demonstrate how to leverage container-managed services with session and message beans, and entity classes to resolve the real-world problems presented by an electronic commerce application. The emphasis of this course is on providing practical EJB technology coding experience, while also covering the designs and best practices used to solve transaction, messaging, and security issues. The course features the Java Platform, Enterprise Edition 5 (Java EE 5) technology, and uses the Java EE 5 SDK. The students perform the course lab exercises using the NetBeans Integrated Development Environment (IDE) 5.5. The hands-on lab environment uses the Java EE reference implementation server to provide students with a non-vendor-specific experience.

 
 
Languages
English

 Back to top

 
 
Who Can Benefit
Students who can benefit from this course are EJB technology business component developers who are tasked with the following responsibilities:
  • Analyzing, designing, developing, and testing EJB technology applications
  • Deploying an EJB technology application
  • Integrating an EJB technology application with a legacy application

 Back to top

 
 
Prerequisites
To succeed fully in this course, students should be able to:
  • Display experience with the Java programming language
  • Integrate existing Java code (for example, reuse existing classes created by other team members)
  • Design Java technology applications
  • Although not required, experience with distributed computing concepts in Java technology is an advantage

 Back to top

 
 
Skills Gained
Upon completion of this course, students should be able to:
  • Implement business-tier functionality using EJB technology
  • Describe best practices and other advanced issues in business component development with EJB technology
  • Assemble and deploy EJB technology business-tier components on an application server
  • Integrate an EJB technology-based application using the Java Messaging Service API
  • Create and use Query objects using the Java Persistence Query Language

 Back to top

 
 
Related Courses

Before:

  • Java Programming Language (SL-275)
  • Developing Applications for the Java EE Platform (FJ-310)

After:

 Back to top

 
 
Course Content

Module 1 - Examining EJB Applications

  • Introduce the Java Platform, Enterprise Edition (Java EE)
  • Examine the Java EE application architecture
  • Examine the Java EE application creation process

Module 2 - Introducing the Auction Application

  • Describe the auction application
  • Define the domain objects of the auction application
  • Describe the implementation model for the auction system

Module 3 - Implementing EJB 3.0 Session Beans

  • Create session beans: Essential tasks
  • Create session beans: Add life-cycle event handlers
  • Package and deploy session beans
  • Create a session bean client

Module 4 - Implementing Entity Classes: The Basics

  • Define entity classes: Essential tasks
  • Manage the life-cycle of an entity instance
  • Define entity beans: Add life-cycle event handlers
  • Package and deploy entity classes

Module 5 - Implementing Entity Classes: Modelling Data Association Relationships

  • Examine association relationships in the data and object models
  • Use relationship properties to define associations
  • Implement unidirectional and bidirectional associations

Module 6 - Implementing Entity Classes: Modelling Inheritance Relationships

  • Examining entity class inheritance
  • Inheriting from an entity class
  • Inheriting from an abstract entity class
  • Inheriting from a non-entity class
  • Inheriting using an embedded superclass
  • Examining Inheritance mapping strategies
  • Define entity classes: Using an embedded class
  • Define entity classes: Using a composite primary key

Module 7 - Using the Java Persistence Query Language (QL)

  • Examine the Java Persistence query language
  • Create and use the SELECT statement
  • Create and use the BULK UPDATE statement
  • Create and use the DELETE statement
  • Create and use Query objects

Module 8 - Developing Java EE Applications Using Messaging

  • Describe the roles of the participants in the JMS API messaging system
  • Write a message producer
  • Write an asynchronous message listener
  • Write a synchronous message listener
  • List the messaging capabilities and limitations of session, entity, and message-driven beans

Module 9 - Developing Message-Driven Beans

  • Describe the properties and life cycle of message-driven beans
  • Create a JMS message-driven bean
  • Create a non JMS message-driven bean

Module 10 - Implementing Interceptor Classes and Methods

  • Create business interceptor method in the enterprise bean class
  • Create an interceptor class
  • Associate multiple business interceptor methods with an enterprise bean
  • Include life-cycle callback interceptor methods in an interceptor class
  • Create entity life-cycle callback methods

Module 11 - Implementing Transactions

  • Describe the transaction demarcation task
  • Implement Container-Managed Transactions (CMT)
  • Interact programmatically with an ongoing CMT transaction
  • Implement Bean-Managed Transactions (BMT)
  • Apply transactions to messaging

Module 12 - Handling Exceptions

  • Introduce exceptions in Java EE applications
  • Describe the exception path in a Java EE application environment
  • Describe EJB container exception handling
  • Handle exceptions in an enterprise bean's methods
  • Handle exceptions in an enterprise bean's client code
  • Review specific issues relating to exception handling in EJB technology applications

Module 13 - Using Timer Services

  • Create a timer callback notification
  • Process a timer callback notification
  • Manage timer objects

Module 14 - Implementing Security

  • Understand the Java EE security architecture
  • Authenticate the caller
  • Examine Java EE authorization strategies
  • Use declarative authorization
  • Use programmatic authorization
  • Examine the responsibilities of the deployer

Module 15 - Using EJB Technology Best Practices

  • Define best practices and state the benefits of using EJB technology best practices
  • Select and apply known patterns to Java EE application design

 Back to top

 

Business Component Development With Enterprise JavaBeans Technology (WJB-351-EE5)

The Business Component Development with Enterprise JavaBeans Technology course provides students with the knowledge of how to develop robust back-end functionality using Enterprise JavaBeans (EJB) version 3.0 technology. This course uses an online auction scenario to demonstrate how to leverage container-managed services with session and message beans, and entity classes to resolve the real-world problems presented by an electronic commerce application. The emphasis of this course is on providing practical EJB technology coding experience, while also covering the designs and best practices used to solve transaction, messaging, and security issues. The course features the Java Platform, Enterprise Edition 5 (Java EE 5) technology, and uses the Java EE 5 SDK. The students perform the course lab exercises using the NetBeans 5.5 Integrated Development Environment.The hands-on lab environment uses the Java Platform, Enterprise Edition (Java EE) reference implementation server to provide students with a non vendor-specific experience.

 
 
Course Length

14 hours

 
 
Languages
English

 Back to top

 
 
Who Can Benefit
Students who can benefit from this course are EJB technology business component developers who are tasked with the following responsibilities:
  • Analyzing, designing, developing, and testing EJB technology applications
  • Deploying an EJB technology application
  • Integrating an EJB technology application with a legacy application

 Back to top

 
 
Prerequisites
To succeed fully in this course, students should be able to:
  • Display experience with the Java programming language.
  • Display experience with distributed computing concepts in Java technology (Remote Method Invocation [RMI], Java Naming and Directory Interface [JNDI] Application Programming Interface [API], Java Interface Definition Language [IDL] technology) would be an advantage.

 Back to top

 
 
Skills Gained
Upon completion of this course, students should be able to:
  1. Implement business-tier functionality using EJB technology
  2. Describe best practices and other advanced issues in business component development with EJB technology
  3. Assemble and deploy EJB technology business-tier components in an application server
  4. Integrate an EJB technology-based application using the Java Messaging Service API (and the Java Connector Architecture)

 Back to top

 
 
Related Courses

Before:

After:

 Back to top

 
 
Course Content

Module 1 - Examining EJB Applications

  • Introduce the Java Platform, Enterprise Edition (Java EE)
  • Examine the Java EE application architecture
  • Examine the Java EE application creation process

Module 2 - Introducing the Auction Application

  • Describe the auction application
  • Define the domain objects of the auction application
  • Describe the implementation model for the auction system

Module 3 - Implementing EJB 3.0 Session Beans

  • Create session beans: Essential tasks
  • Create session beans: Add life-cycle event handlers
  • Package and deploy session beans
  • Create a session bean client

Module 4 - Implementing Entity Classes: The Basics

  • Define entity classes: Essential tasks
  • Manage the life-cycle of an entity instance
  • Define entity beans: Add life-cycle event handlers
  • Package and deploy entity classes

Module 5 - Implementing Entity Classes: Modelling Data Association Relationships

  • Examine association relationships in the data and object models
  • Use relationship properties to define associations
  • Implement unidirectional and bidirectional associations

Module 6 - Implementing Entity Classes: Modelling Inheritance Relationships

  • Examining entity class inheritance
  • Inheriting from an entity class
  • Inheriting from an abstract entity class
  • Inheriting from a non-entity class
  • Inheriting using an embedded superclass
  • Examining Inheritance mapping strategies
  • Define entity classes: Using an embedded class
  • Define entity classes: Using a composite primary key

Module 7 - Using the Java Persistence Query Language (QL)

  • Examine the Java Persistence query language
  • Create and use the SELECT statement
  • Create and use the BULK UPDATE statement
  • Create and use the DELETE statement
  • Create and use Query objects

Module 8 - Developing Java EE Applications Using Messaging

  • Describe the roles of the participants in the JMS API messaging system
  • Write a message producer
  • Write an asynchronous message listener
  • Write a synchronous message listener
  • List the messaging capabilities and limitations of session, entity, and message-driven beans

Module 9 - Developing Message-Driven Beans

  • Describe the properties and life cycle of message-driven beans
  • Create a JMS message-driven bean
  • Create a non-JMS message-driven bean

Module 10 - Implementing Interceptor Classes and Methods

  • Create a business interceptor method in the enterprise bean class
  • Create an interceptor class
  • Associate multiple business interceptor methods with an enterprise bean
  • Include life-cycle callback interceptor methods in an interceptor class
  • Create entity life-cycle callback methods

Module 11 - Implementing Transactions

  • Describe the transaction demarcation task
  • Implement container-managed transactions (CMT)
  • Interact programmatically with an ongoing CMT transaction
  • Implement bean-managed transactions (BMT)
  • Apply transactions to messaging

Module 12 - Handling Exceptions

  • Introduce exceptions in Java EE applications
  • Describe the exception path in a Java EE application environment
  • Describe EJB container exception handling
  • Handle exceptions in an enterprise bean's methods
  • Handle exceptions in an enterprise bean's client code
  • Review specific issues relating to exception handling in EJB technology applications

Module 13 - Using Timer Services

  • Create a timer callback notification
  • Process a timer callback notification
  • Manage timer objects

Module 14 - Implementing Security

  • Understand the Java EE security architecture
  • Authenticate the caller
  • Examine Java EE authorization strategies
  • Use declarative authorization
  • Use programmatic authorization
  • Examine the responsibilities of the deployer

Module 15 - Using EJB Technology Best Practices

  • Define best practices and state the benefits of using EJB technology best practices
  • Select and apply known patterns to Java EE application design

 Back to top

 

Developing Applications for the Java EE Platform (WJB-310-EE5)

The Developing Applications for the Java EE Platform course provides students with the knowledge to build and deploy enterprise applications that comply with the Java Platform, Enterprise Edition 5 technology standards. The enterprise components presented in this course include Enterprise JavaBeans (EJB) technology,the Java persistence API (JPA), servlets, and JavaServer Pages (JSP) technology, web services, and the Java technology clients that use them. Students gain hands-on experience through labs that build an end-to-end, distributed business application. The labs explore session EJB components, which implement the Session Facade pattern and provide a front-end to entity components using the Java persistence API. The labs also explore message-driven EJB components, which act as Java Message Service (JMS) consumers. Students use web and Java technology clients to access Java technology-based enterprise services using servlets and pages created with JSP technology (JSP pages). Students are taught how to assemble an application from reusable components and how to deploy an application into the Java EE platform runtime environment. The students perform the course lab exercises using the NetBeans 5.5 Integrated Development Environment (IDE).

 
 
Course Length

18 hours

 
 
Languages
English

 Back to top

 
 
Who Can Benefit
Students who can benefit from this course are Sun Certified Java technology programmers who want to develop enterprise applications that conform to the Java EE platform standards.

 Back to top

 
 
Prerequisites
To succeed fully in this course, students should be:
  • Experienced with the Java programming language
  • Familiar with distributed programming (multi-tier architecture)
  • Familiar with relational database theory and the basics of structured query language (SQL)
  • Familiar with component technology

 Back to top

 
 
Skills Gained
Upon completion of this course, students should be able to:
  1. Describe the application model for the Java EE platform and the context for the model
  2. Develop and run an EJB technology application
  3. Develop a web-based user interface to an EJB technology application
  4. Develop simple web services for the Java EE platform
  5. Configure the Java EE platform services layer

 Back to top

 
 
Related Courses

Before:

 Back to top

 
 
Course Content

Module 1 - Placing the Java EE Model in Context

  • Describe the needs of enterprise applications and describe how Java EE 5 technology addresses these needs
  • Describe the Java EE 5 platform application programming interfaces (APIs) and supporting services
  • Describe the Java EE platform tiers and architectures
  • Describe how to simplify Java EE application development using architecture patterns

Module 2 - Java EE Component Model and Development Steps

  • Describe the principles of a component-based development model
  • Describe the asynchronous communication model
  • Describe the process used and roles involved when developing and executing a Java EE application
  • Compare the different methods and tools available for developing a Java EE application and related components
  • Describe how to configure and package Java EE applications

Module 3 - Web Component Model

  • Describe the role of web components in a Java EE application
  • Define the HTTP request-response model
  • Compare Java servlets and components and JSP components
  • Describe the basic session management strategies
  • Manage thread safety issues in web components
  • Describe the purpose of web-tier design patterns

Module 4 - Developing Servlets

  • Describe the servlet API
  • Use the request and response APIs
  • Forward control and pass data
  • Use the session management API

Module 5 - Developing With JavaServer Pages Technology

  • Evaluate the role of JSP technology as a presentation mechanism
  • Author JSP pages
  • Process data received from servlets in a JSP page
  • Describe the use of tag libraries

Module 6 - EJB Component Model

  • Describe the role of EJB components in a Java EE application
  • Describe the EJB component model
  • Identify the proper terminology to use when discussing EJB components and their elements

Module 7 - Implementing EJB 3.0 Session Beans

  • Compare stateless and stateful behavior
  • Describe the operational characteristics of a stateless session bean
  • Describe the operational characteristics of a stateful session bean
  • Create session beans
  • Package and deploy session beans
  • Create a session bean client

Module 8 - The Java Persistence API

  • Describe the role of the Java Persistence API (JPA) in a Java EE application
  • Describe the basics of Object Relational Mapping
  • Describe the elements and environment of an Entity component
  • Describe the life cycle and operational characteristics of Entity components

Module 9 - Implementing a Transaction Policy

  • Describe transaction semantics
  • Compare programmatic and declarative transaction scoping
  • Use the Java Transaction API (JTA) to scope transactions programmatically
  • Implement a container-managed transaction policy
  • Support optimistic locking with the versioning of entity components
  • Predict the effect of transaction scope on application performance
  • Describe the effect of exceptions on transaction state

Module 10 - Developing Java EE Applications Using Messaging

  • Describe JMS technology
  • Create a queue message producer
  • Create a synchronous message consumer
  • Create an asynchronous message consumer
  • List the capabilities and limitations of EJB components as messaging clients

Module 11 - Developing Message-Driven Beans

  • Describe the properties and life cycle of message-driven beans
  • Create a JMS message-driven bean
  • Create life-cycle event handlers for a JMS message-driven bean

Module 12 - Web Service Model

  • Describe the role of web services
  • List the specifications used to make web services platform independent
  • Describe the Java APIs used for XML processing and web services

Module 13 - Implementing Java EE Web Services with JAX-WS

  • Describe endpoints supported by the Java EE 5 platform
  • Describe the requirements of JAX-WS Servlet Endpoints
  • Describe the requirements of JAX-WS EJB Endpoints
  • Develop Web Service Clients

Module 14 - Implementing a Security Policy

  • Exploit container-managed security
  • Define user roles and responsibilities
  • Create a role-based security policy
  • Use the security API
  • Configure authentication in the web tier

 Back to top

 

ePractice for the Sun Certified Business Component Developer for the Java Platform, Enterprise Edition 5 (WGS-PREX-J091)

This Sun Certified Business Component Developer for the Java Platform, Enterprise Edition 5.0 certification is for advanced programmer and developers with extensive job-role experience in designing, developing, testing, deploying, and integrating Enterprise JavaBeans EJB Edition 3.0. The exam includes multiple-choice, scenario-based questions and drag-and-drop questions and requires extensive knowledge of EJB Edition 3.0.

 
 
Course Length

4 hours

 
 
Languages
English

 Back to top

 
 
Who Can Benefit
Programmers and Developers

 Back to top

 
 
Course Content

 Back to top

 

Sun Certified Business Component Developer for the Java Platform, Enterprise Edition 5 (CX-310-091)

This Sun Certified Business Component Developer for the Java Platform, Enterprise Edition 5 certification is for advanced programmer and developers with extensive job-role experience in designing, developing, testing, deploying, and integrating Enterprise JavaBeans EJB Edition 3.0. The exam includes multiple-choice, scenario-based questions and drag-and-drop questions and requires extensive knowledge of EJB Edition 3.0.

 
 
Languages
English

 Back to top

 
 
Browse Other Course Topic Areas
 
Sun Training U.S.   
» Training outside the U.S.
 
 
 
 
 
Can't Travel for Training?
Sun eLearning and On Demand Labs give you easy access to the training you need.
Get an iPod touch
Get an iPod touch
For a limited time: order qualifying Sun training and get an iPod touch®.