Autorizácie

  • Oracle
  • ForgeRock
  • symantec
  • gurulabs
Newsletter

Chcete dostávať od nás najnovšie informácie? Pošlite nám svoj email.


Advanced Business Component Development with Enterprise JavaBeans Technology (CDJ-351A)

ID kurzu : CDJ-351A Trvanie kurzu : dni

The Advanced Business Component Development WithEnterprise JavaBeans Technology course providesstudents with the knowledge on how to developrobust back-end functionality using Enterprise JavaBeans(EJB) technology. This course uses an online auctionscenario to demonstrate how to leverage container-managed services with entity, session, and message beansto resolve the real-world problems presented byan electronic commerce application. The emphasis of thiscourse is on providing practical EJB technology codingexperience, while also covering the designs and bestpractices used to solve transaction, messaging, security,and legacy integration issues. In addition, this courselooks at how EJB technology components can be integratedwith web service technologies. This course assumes a basicknowledge of Enterprise JavaBean components, such as thatprovided in the course FJ-310: Developing Applications forthe J2EE Platform.THIS COURSE REPLACESN/A



Vyberte dátum

ID kurzu :
CDJ-351A

Cena
Na požiadanie

Trvanie kurzu
dni

Objednať

Who Can Benefit

Students who can benefit from this course are developers ofEJB technology business components who are tasked withthe following responsibilities:

  • Analyzing, designing, developing, and testing EJBtechnology applications
  • Deploying an EJB technology application
  • Integrating an EJB technology application with a legacyapplication

Prerequisites

  • Display experience with the Java programming language
  • Display experience with creating simple J2EEapplications using session or entity beans (practicalexperience required, theoretical knowledge would beinsufficient) as provided in the course FJ-310 "DevelopingApplications for the J2EE Platform"
  • Display experience with distributed computing conceptsin Java technology:

    (Remote Method Invocation [RMI], JavaNaming and Directory Interface (JNDI) ApplicationProgramming Interface [API], Java Interface DefinitionLanguage [IDL] technology)

  • Demonstrate some knowledge of declarative programmingconcepts used in J2EE technology
  • Demonstrate some practical experience with a J2EEtechnology application server

Skills Gained

  • 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 Java Messaging Service API, the Java Connector Architecture, and web services

Course Content

Module 1 - Examining EJB Components

  • Describe EJB component client interfaces
  • Compare EJB component types
  • Describe the basic characteristics of session beans
  • Describe the basic characteristics of entity beans
  • Describe the life cycle of stateless and statefulsession beans and entity beans
  • Describe container callback methods for session beansand entity beans

Module 2 - Packaging and Deploying EJB Components

  • Examine the enterprise bean application packaging anddeployment process
  • Create the EJB component archive (EJB JAR) files
  • Create the preliminary application client archive(initial client JAR) file
  • Create the deployable application archive (applicationEAR) file
  • Deploy applications built with J2EE technology (J2EEapplications)
  • Examine vendor-specific deployment issues

Module 3 - 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 4 - Implementing EJB 2.0 Container-Managed Persistence (CMP)

  • Model business data
  • Implement EJB 2.0 CMP
  • Describe the CMP code examples

Module 5 - Implementing Container-Managed Relationships (CMR)

  • Model business relationships in the data model
  • Model business relationships in the object model
  • Define relationships
  • Implement one-to-one CMR
  • Implement many-to-many CMR
  • Change partner entities in CMR

Module 6 - Using the EJB Query Language (EJB QL)

  • Implement finder methods
  • Implement Enterprise bean Select methods
  • Implement home methods
  • Write queries using EJB QL

Module 7 - Developing J2EE Applications Using Messaging

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

Module 8 - 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 9 - 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 10 - Handling Exceptions

  • Introduce exceptions in J2EE applications
  • Describe the exception path in a J2EE applicationenvironment
  • Describe EJB container exception handling
  • Handle exceptions in an enterprise beans method
  • Handle exceptions in an enterprise beans client code
  • Review specific issues relating to exception handlingin EJB technology applications

Module 11 - Using Timer Services

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

Module 12 - Implementing Security

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

Module 13 - Integrating With Legacy Systems

  • Examine the requirements for EIS connectivity modules
  • Compare alternative implementations of EISconnectivity modules
  • Describe the J2EE technology connector architecture
  • Use the Common Client Interface (CCI) API interfaces
  • Use a message-driven bean resource adapter
  • Describe the interoperability between the EJB technologyand Common Object Request Broker Architecture (CORBA)protocols

Module 14 - Implementing Web Service Endpoint Interfaces

  • Examine the enterprise bean web service implementationmodel
  • Implement web services using stateless session beans

Module 15 - Using EJB Technology Best Practices

  • Define best practices and state the benefits of usingEJB technology best practices
  • Select and apply known patterns to J2EE application design