Skip to Content
Sun
Java
Solaris
Communities
My SDN Account
Join SDN
»
search tips
APIs
Downloads
Products
Support
Training
Participate
SDN Home
>
Products & Technologies
>
Java Technology
>
J2SE
>
Desktop Java
>
JavaBeans
>
Learning
>
Tutorials and Code Camps
>
Building Your First Stateless Session Bean
>
Tutorials & Code Camps
Table Of Contents
Print-friendly Version
Training Index
Part 1
(Tom Daly & Uday Shetty: Sun MDE)
Table of Contents
Introducing Enterprise JavaBeans (a Tutorial)
Building a Stateless Session Bean
Step 1: Install an EJB server
Step 2: Specify the Enterprise JavaBeans Remote Interface
Step 3: Specify the Home Interface
Step 4: Write the Enterprise JavaBean Class
Step 5: Create the ejb-jar file
Step 6: Deploy the DemoBean EJB
Step 7: Write the Enterprise JavaBean Client
Step 8: Run the Client
Summary