Online Ejb Container eLearning
Ejb Container Training Provider? - Tell us about your Training!
From 123-CBT Computer Based Training
Persistence and Transactional Issues Affecting EJBs
To describe how to implement container-managed persistence (CMP) for entity beans and to discuss how to use container-managed transactions (CMT) and the Java Transaction API (JTA) to control Enterprise JavaBean (EJB) transactions
more...
Persistence and Transactional Issues Affecting EJBs
Persistence and Transactional Issues Affecting EJBs
To describe how to implement container-managed persistence (CMP) for entity beans and to discuss how to use container-managed transactions (CMT) and the Java Transaction API (JTA) to control Enterprise JavaBean (EJB) transactions
more...
Enterprise Connectivity with J2EE V1 4 EJB Session Beans

This course will address the core and advanced features of J2EE SDK 1.4: Enterprise Connectivity.
Learn To:
Identify benefits of Enterprise JavaBeans (EJBs).
Match the types of Enterprise JavaBeans (EJBs) with the situations in which they are used.
Identify features of the Model-View-Controller (MVC) architecture in Enterprise JavaBean (EJB).
Match the components of a
more...
Enterprise Connectivity with J2EE V1 4 EJB Entity Beans

This course will address the core and advanced features of J2EE SDK 1.4: Enterprise Connectivity.
Learn To:
Identify features of EJB (Enterprise JavaBeans) Client view.
Identify the code for declaring and using an EJB reference for accessing an EJB.
Identify features of the ejb-client JAR file.
Identify the type of bean and the reason why it should be used to create a
more...
Enterprise Connectivity with J2EE V1 4 EJB Entity Beans

This course will address the core and advanced features of J2EE SDK 1.4: Enterprise Connectivity.
Learn To:
Identify features of EJB (Enterprise JavaBeans) Client view.
Identify the code for declaring and using an EJB reference for accessing an EJB.
Identify features of the ejb-client JAR file.
Identify the type of bean and the reason why it should be used to create a
more...
Enterprise Connectivity with J2EE V1 4 Advanced EJB Topics

This course will address the core and advanced features of J2EE SDK 1.4: Enterprise Connectivity.
Learn To:
Identify features of message-driven beans (MDBs).
Sequence the events in the life cycle of message-driven beans (MDBs).
Identify the requirements of the message-driven bean (MDB) class.
Match the activities involved in a transaction with the properties that they
more...
Enterprise Connectivity with J2EE V1 4 Advanced EJB Topics

This course will address the core and advanced features of J2EE SDK 1.4: Enterprise Connectivity.
Learn To:
Identify features of message-driven beans (MDBs).
Sequence the events in the life cycle of message-driven beans (MDBs).
Identify the requirements of the message-driven bean (MDB) class.
Match the activities involved in a transaction with the properties that they
more...
Enterprise Connectivity with J2EE V1 4 Web Services Patterns

... Invocation Framework (WSIF).
Identify features of the EJB container programming model.
Identify features of the Web container programming model.
Match types of Web service packaging with their descriptions.
Identify features of Java API for XML-based RPC (JAX-RPC).
Identify tasks to be performed for service lookup and invocation.
Identify features of Web service transactions.
more...
Enterprise Connectivity with J2EE V1 4 Web Services Patterns

... Invocation Framework (WSIF).
Identify features of the EJB container programming model.
Identify features of the Web container programming model.
Match types of Web service packaging with their descriptions.
Identify features of Java API for XML-based RPC (JAX-RPC).
Identify tasks to be performed for service lookup and invocation.
Identify features of Web service transactions.
more...
CIW Enterprise Specialist Part 3 EJB Framework Session Beans

...e phases in the EJB client interaction process. o Match EJB container services with their descriptions. o Identify necessary inclusions when creating the enterprise bean class. o Identify characteristics of the ejbRemove() method. o Identify characteristics of the setSessionContext() method. Audience The intended audience for this course includes Technical Managers, Database
more...
CIW Enterprise Specialist Part 4 EJB Deployment EJB Clients Entity Beans

This is the fourth course in a five part series that covers the Deployment Descriptor tool and EJB deployment, writing EJB clients, and entity beans. The course introduces the Deployment Descriptor, including the role it plays and the various responsibilities that the bean developer, assembler and deployer have in relation to it. The various resources that can be referenced in the Deployment
more...
CIW Enterprise Specialist Part 5 CMP EJB Transactions Security

This is the final course in a five part series that introduces the learner to CMP, EJB Transactions, and EJB Security. The course covers an introduction to CMP and discusses how the container performs data manipulation. The learner is introduced to the benefits and drawbacks of CMP, and learns how to implement an entity bean that uses CMP. It also covers transactions, defining them and their
more...
From Software Training Academy, Inc
Overview of J2EE Development

This course provides a coherent, high-level explanation of the Java 2 Platform, Enterprise Edition (J2EE): what sorts of software are created with J2EE; how software is developed for this platform; how it is deployed and put into production; how it can be administered. The course is designed specifically for non-programmers analysts, managers, technical writers, and anyone who desires a good
more...
Introduction to EJB

...form.
Describe the features that are implemented by an EJB container on behalf of application components.
Build stateless session beans as part of a service layer or SOA.
Build JPA entities to represent persistent data records within the Java application.
Develop systems of entities to manage complex data models including 1:1, 1:N, and N:N associations.
Manage transactional
more...
Enterprise JavaBeans

...d XML.
Understand the EJB architecture: the role of the EJB container in mediating contact between the client and the bean, transaction control, authorization control, and the importance of object pooling.
Understand the development cycle for EJBs: Java source code and compilation, XML deployment descriptors, EJB compilation and deployment, and use by an application server.
Understand the
more...
From Serebra Learning Corporation
Maintenance and Performance Tuning in WebSphere 5 0
To give an overview of how to maintain and tune the WebSphere environment Those wishing to qualify as an IBM Certified System Administrator for WebSphere Application Server 5.0; this Certified System Administrator is expected to perform the installation, configuration, and day-to-day tasks associated with ensuring the smooth and efficient operation of a WebSphere runtime environment, including
more...
Enterprise JavaBeans Part 3: Transactions and Security
This final course in the series teaches learners about transaction and security management. The transaction management sections cover the EJB semiautomated transaction management feature, container-managed transactions, bean-managed transactions and synchronization. The security management section addresses EJB architecture support for security management.
more...
J2EE Connectivity Part 5: Entity Beans, EJB Transactions and Deployment
This final course in the series covers the function and purpose of entity beans, container-managed and bean-managed persistence, EJB transactions, and deployment issues, including packaging and assembling EJBs.
more...
CIW Enterprise Specialist Part 4: EJB Deployment, EJB Clients, and Entity Beans
This is the fourth course in a five part series that covers the Deployment Descriptor tool and EJB deployment writing EJB clients and entity beans. The course introduces the Deployment Descriptor including the role it plays and the various responsibilities that the bean developer assembler and deployer have in relation to it. The various resources that can be referenced in the Deployment
more...
CIW Enterprise Specialist Part 5: CMP, EJB Transactions, and Security
This is the final course in a five part series that introduces the learner to CMP EJB Transactions and EJB Security. The course covers an introduction to CMP and discusses how the container performs data manipulation. The learner is introduced to the benefits and drawbacks of CMP and learns how to implement an entity bean that uses CMP. It also covers transactions defining them and their
more...
