Online Beans eLearning - Training Resources
Beans 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...
Java 2 -- Enterprise Java
...g RMI. This unit also gives an overview of Enterprise JavaBeans (EJB) by explaining its features and importance.
You will learn about transaction management as provided by EJB.
You will learn to differentiate between the two types of Enterprise JavaBeans, session beans and entity beans. Further, the unit provides an overview of CORBA by explaining its architecture, features, and protocols.
more...
From Beans to Brew: Creating Characters


This course explores how to create believable and lifelike characters.
Explore character development from birth to death.
This course explores how to create believable and lifelike characters.
Students will utilize hands-on techniques to explore their own lives and the lives of those around them for inspiration and details. Armed with these ideas, students will then create new characters or add
more...
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
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

....
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 Curriculum

The Enterprise Connectivity with J2EE V1.4 Curriculum includes the following courses:
Enterprise Connectivity with J2EE V1.4: Overview
Enterprise Connectivity with J2EE V1.4: Java Server Pages
Enterprise Connectivity with J2EE V1.4: Services
Enterprise Connectivity with J2EE V1.4: JAXP and JDBC
Enterprise Connectivity with J2EE V1.4: RMI, JMS, and JCA
Enterprise Connectivity with J2EE
more...
Enterprise Connectivity with J2EE V1 4 Curriculum

The Enterprise Connectivity with J2EE V1.4 Curriculum includes the following courses:
Enterprise Connectivity with J2EE V1.4: Overview
Enterprise Connectivity with J2EE V1.4: Java Server Pages
Enterprise Connectivity with J2EE V1.4: Services
Enterprise Connectivity with J2EE V1.4: JAXP and JDBC
Enterprise Connectivity with J2EE V1.4: RMI, JMS, and JCA
Enterprise Connectivity with J2EE
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...
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 Curriculum

The CIW Enterprise Specialist Curriculum includes the following courses: CIW Enterprise Specialist: Part 1(CORBA Introduction, IDL & Clients) CIW Enterprise Specialist: Part 2(CORBA Servers, Advanced Features & Security) CIW Enterprise Specialist: Part 3(EJB Framework & Session Beans) CIW Enterprise Specialist: Part 4(EJB Deployment, EJB Clients & Entity Beans) CIW Enterprise Specialist:
more...
CIW Enterprise Specialist Part 3 EJB Framework Session Beans

...makes available to EJB. The different types of enterprise beans, including session and entity beans are covered, as well as the role of the Deployment Descriptor and the objects that make up an EJB-JAR file. Finally, the course covers the creation of a Session bean, the required methods that all session beans must contain, and differences between a stateless and stateful session. Learn To:
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...
WebSphere Studio 5 0 Web Services Clients J2EE

...oyment. The course closes with coverage of Enterprise JavaBeans (EJBs) with an emphasis on session beans. This course builds upon the lending library scenario introduced in course 2 of this curriculum. Learn To To identify features of Web Service clients using Apache SOAP. To use an Apache SOAP to add a new Java product and
more...
WebSphere Studio 5 0 Web Services Clients J2EE

...oyment. The course closes with coverage of Enterprise JavaBeans (EJBs) with an emphasis on session beans. This course builds upon the lending library scenario introduced in course 2 of this curriculum. Learn To To identify features of Web Service clients using Apache SOAP. To use an Apache SOAP to add a new Java product and
more...
From Serebra Learning Corporation
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...
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...
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.
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.
more...
CIW Enterprise Specialist Part 3: EJB Framework and Session Beans
This is the third course in a five-part series that covers software components distributed architectures and the technologies associated with the Java 2 Platform Enterprise 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
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...
Web Services Development using WebSphere Studio 5 Part 3: Web Services Clients and J2EE
This course opens with the fundamentals of writing Java clients for a Web Service application. It then covers WebSphere Studio support for SOAP including Web Services Description Language (WSDL) files Web Service proxies and the TCP/IP Monitor. The second unit covers Java 2 Enterprise Edition (J2EE) fundamentals its primary services and the relationships between J2EE components and how these
more...
Programming JavaBeans
This course is the fifth in a series of seven on the Advanced Java Topics. This course explains the features of the JavaBeans component model. When finished students will be able to create a Bean2 that works with other Beans in a Builder Tool. Recommended browser is Internet Explorer
more...
From Software Training Academy, Inc
Java Server Faces JSF

...omponent trees, and their server-side code as JSF managed beans and controllers. They add data-conversion and validation logic and learn to work with JSF's data-table control.
LEARNING OBJECTIVES
Understand the purpose and scope of the JSF architecture
Build Web applications using JSF's FacesServlet, faces-config. xml, and the JSF request/ response lifecycle
Use the JSF custom tag
more...
The Spring Framework revised

...Servlet and associated application context, with declared beans acting as controllers, command objects, and view resolvers
Build and manage HTML forms with Spring command objects and custom tags
Use Spring interceptors to implement horizontal features in the Web application
Connect business objects to persistent stores using Spring's DAO and ORM modules
Course Duration: 3 days. For
more...
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...
Jakarta Struts

...base, advancing through actions and action mappings, form beans, and request forwarding. They use relational data at the model layer and learn to configure JDBC data sources under Struts. Throughout, the course emphasizes the great facility in Struts of using XML declarations to replace boilerplate Java coding.
The course then shifts from these controller techniques to a focus on presentation.
more...
Introduction to EJB

...troduces the experienced Java developer to Enterprise JavaBeans -- the Java EE standard for scalable, secure, and transactional Java components. EJB 3.0 has reinvigorated this area of Java enterprise development, with dramatic improvements in ease of use and smooth integration with servlet-based or JSF web applications. This course treats the 3.0 specification, with a few notes on 2.1
more...
Introduction to Java Server Pages JSP

...n detail, from scripting elements to use of dedicated JavaBeans to JSP expressions, and quick introductions of JSTL and custom tag development.
By the end of the module students will be able to create their own JSP applications, including interactive applications using HTML forms and pages that perform fairly complex processing using scripts and or actions. Although scripting is covered,
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 Illinois State University
Developing Web Applications Using Rational Application Developer and WebSphere



A Self-paced e-Learning program for developers who have basic Java programming knowledge. This non-credit training course from Illinois State University is conducted by industry experts who know how to teach adults, and is presented in a convenient online format, featuring Video Lectures, Instant Messenger "Faculty Office Hours", Instructor E-mail Access, Virtual/Live Q & A Sessions, and Class
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 Programming in Java 2 - Part II

...e advanced Java applets with graphics, use Swing, use JavaBeans for developing programs. Concepts related to the networking scenario and security issues are also covered in this course. After completing this course, the student will be able to:
Understand the evolution of Java Foundation Classes
Understand the advantages and features of packages in JFC
List the Swing classes and their
more...
Fundamental JavaBeans Programming

...Beans Programming WBT is the first course in the JavaBeans curriculum. It introduces the students to fundamentals of JavaBeans programming. The course enables students to write simple JavaBeans programs. The students will also be able to describe events and persistence, design and implement beans, use builder tools, and so on. After completing this course, the student will be able to:
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...
