Online Bean eLearning - Training Resources
Bean Training Provider? - Tell us about your Training!
From Online Training Directory
Java 2 -- Advanced Java
...bage Collection, Java Security, Internationalization, JavaBeans Technology. Each unit covers detail the elements of Java necessary to implement these advanced features and functions as you program in the Java language.
The first unit explains the process of garbage collection.
It describes the gc( ) and finalize( ) methods in Java and the code used to make objects eligible for garbage
more...
From 123-CBT Computer Based Training
Enterprise Connectivity with J2EE V1 4 Advanced EJB Topics

....
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 ensure.
Identify the transactional attributes that can be specified for transactions in EJB 2.1.
Match
more...
Enterprise Connectivity with J2EE V1 4 Advanced EJB Topics
Enterprise Connectivity with J2EE V1 4 Advanced EJB Topics

....
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 ensure.
Identify the transactional attributes that can be specified for transactions in EJB 2.1.
Match
more...
Enterprise Connectivity with J2EE V1 4 EJB Entity Beans

...
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 specified component in a scenario.
Distinguish between Container-Managed Persistence (CMP) and Bean Managed
more...
Enterprise Connectivity with J2EE V1 4 EJB Entity Beans

...
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 specified component in a scenario.
Distinguish between Container-Managed Persistence (CMP) and Bean Managed
more...
Brand Management Branding on the Web

...s simulation, you are the Brand Manager of The Lil' Brown Bean, a brand owned by Icon. The Lil' Brown Bean House is currently a bricks-and-mortar coffee shop franchise. It is in the initial stages of moving online in order to expand its customer base. The Lil' Brown Bean brand is associated with an upscale image of quality and discerning taste. You are meeting with the team that is in charge of
more...
Enterprise Connectivity with J2EE V1 4 EJB Session Beans

....
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 session bean with their functions.
Match the SessionBean interface methods with the associated events in
more...
CIW Enterprise Specialist Part 3 EJB Framework Session Beans

...se Edition. It provides an overview of the Enterprise JavaBean Framework and also covers the creation, deployment, and invocation of an Enterprise JavaBean. Topics covered include server-side component software, defining software components and describing popular server-side component technologies, introducing benefits and issues surrounding distributed architectures and covering technologies
more...
CIW Enterprise Specialist Part 4 EJB Deployment EJB Clients Entity Beans

... 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 Descriptor are covered, as well as the syntactical requirements for using those
more...
CIW Enterprise Specialist Part 5 CMP EJB Transactions Security

...d drawbacks of CMP, and learns how to implement an entity bean that uses CMP. It also covers transactions, defining them and their properties, the EJB transactional model, along with distributed transactions and isolation levels in transactions, and differentiation between container-managed and bean-managed transactions. EJB security, as well as the various roles that the bean developer,
more...
From Serebra Learning Corporation
JDBC Application Development Part 4: The 2.0 Core and Optional APIs
This final course in the series teaches how to use the new features in the JDBC 2.0 core API. It also covers using the optional API, which includes the ability to connect to a database with datasource objects that work with JNDI, and using rowsets.
more...
Enterprise JavaBeans Part 1: Introduction and Architecture
This first course in the series provides the foundation for the rest of the course series. It introduces learners to the Java 2 Platform, Enterprise Edition and to Enterprise JavaBeans. It describes the features and benefits of the J2EE application model and its JavaBeans component model. It also covers the EJB architecture, client, and classes and interfaces.
more...
Enterprise JavaBeans Part 2: Implementing Session and Entity Beans
This second course teaches the functions of and differences between session and entity beans. It describes the life cycle for each of these beans and it teaches learners how to implement the beans in enterprise applications.
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...
Java Servlets Part 3: Databases, Chaining, Security, Applets and Beans
This final course in the series teaches about servlet security and how to use servlets with other Java APIs. It covers creating databases using JDBC and servlets, creating content using servlet chaining, security issues with servlets, applet-servlet communication, and using and creating servlet beans.
more...
J2EE Connectivity Part 4: EJB Architecture, Session Beans, and Security
This course teaches about the design and development of Enterprise Java Beans. It differentiates between the two different kinds of beans, session and entity beans, and explains their purpose. It also explains how to create the different kinds of session beans, how to use session beans appropriately, and how to work with the EJB Security Model.
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 3: EJB Framework and Session Beans
...se Edition. It provides an overview of the Enterprise JavaBean Framework and also covers the creation deployment and invocation of an Enterprise JavaBean. Topics covered include server-side component software defining software components and describing popular server-side component technologies introducing benefits and issues surrounding distributed architectures and covering technologies
more...
Java 2: Advanced Java
This course is designed to explain the garbage collection mechanism of JVM and the methods and packages used in garbage collection. It explains the security model of JDK 1.2 and describes the security mechanisms the security policies and permissions. The course covers the concepts of internationalization and the functions of the Locale class the Calendar class and the TimeZone class. You will
more...
CIW Enterprise Specialist Part 4: EJB Deployment, EJB Clients, and Entity Beans
...or 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 Descriptor are covered as well as the syntactical requirements for using those references
more...
CIW Enterprise Specialist Part 5: CMP, EJB Transactions, and Security
...nd drawbacks of CMP and learns how to implement an entity bean that uses CMP. It also covers transactions defining them and their properties the EJB transactional model along with distributed transactions and isolation levels in transactions and differentiation between container-managed and bean-managed transactions. EJB security as well as the various roles that the bean developer assembler
more...
From Software Training Academy, Inc
Using and Developing JavaBeans

...This four-day course runs from an introduction to the JavaBeans architecture through in-depth coverage of implementation techniques and issues. The course taken as a whole is intended to give the student with no prior JavaBeans experience (but a good working knowledge of the Java language) a firm understanding of the component model, of how to use it in application development by using
more...
Enterprise JavaBeans

...ers the Java programmer a grounding in the Enterprise JavaBeans (EJB) architecture and the skills to develop EJBs effectively for enterprise development efforts. EJB s position at the heart of the Java Enterprise platform and the use of EJB application servers as the backbone of large-scale distributed systems are studied. We consider the advantages of the application server architecture
more...
From Teach Me IT
Programming Enterprise JavaBeans with WebLogic

...Beans with WebLogic WBT explores the Enterprise JavaBean (EJB) component architecture for building server-side components. Java developers will be able to write and deploy EJB components, and take advantage of the infrastructure services, such as database access, transaction management, network communications, and access control, provided by the EJB platform. In this course, BEA's Weblogic
more...
Advanced JavaBeans Programming

...Beans Programming WBT is the second course in the JavaBeans curriculum. It enables the students to design and develop complex component based software using JavaBeans. The students will be able to build multicast beans, build beans as ActiveX control, and customize beans. After completing this course, the student will be able to:
Understand Remote Method Invocation (RMI)
Use RMI in a bean
more...
