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 on CD-ROM, 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 Skills Gained
Become a Sun Certified Business Component Developer
Package Components
Developing Applications for the Java EE Platform (CDJ-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 Java Platform, Enterprise Edition 5 (Java EE 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 that 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:
- Describe the application model for the Java EE platform and the context for the model
- Develop and run an EJB technology application
- Develop a web-based user interface to an EJB technology application
- Develop simple web services for the Java EE platform
- Configure the Java EE platform services layer
Back to top
Related Courses
Before:
After:
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
Back to top
Business Component Development With Enterprise JavaBeans Technology (CDJ-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.
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:
- 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 (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: Modeling 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: Modeling 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
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
|