Welcome
to EJB Section
(Learn to Develop World Class Applications with Enterprise
Java Beans)
(Online WebLogic 6.0 Tutorial)
Introduction To Enterprise Java Bean(EJB)
Enterprise Java Bean architecture is the component architecture for the development and deployment of robust, world class component-based distributed application using the java language. EJB is a complex topic and requires a lot of effort to master it.
Course Description:
In this EJB course we will teach you how to develop component-based Java Applications using Enterprise Java Beans. Tutorial also shows you how to program enterprise bean, and how to deploy them in an Enterprise Beans Container such as WebLogic Server 6.0. We will use WebLogic 6.0 Server for testing and running the applications. This tutorial is ideal for programmers and developers who need to develop the server-side of industrial strength distributed applications for Intranets and the web using Enterprise Java beans(EJB) compliant application servers.
Prerequisites:
To understand this course you must have hands-on Java programming
language experience. Understanding of object-oriented
programming, distributed computing and component technology helpful. Prior
knowledge of Servlets, JSP and JDBC programming are highly
recommended.
Course Content:
-
Introduction to Enterprise Java Beans and developing you first web component.
-
Writing Deployment Descriptor and Client Code for Stateless Session Bean
-
Writing Calculator Session Bean and Testing on WebLogic Server
-
Understanding Stateful and Stateless Session Beans Life cycle
-
Writing Stateless Session Bean
-
Introduction to the Entity Beans
-
Writing your first Entity Bean
-
Writing Entity Bean with Container Managed Persistence
-
Writing Entity Bean with Bean Managed Persistence
-
Deploying Entity Bean
-
Summing up