Part 1: Creating a Session Bean

Previous topic
Previous
Next topic
Next

In this first section of the tutorial you will create a session bean that will serve as a single session in your application. You will complete the following steps:

  1. Create a new JDeveloper Workspace and Project.
  2. Create a new UML diagram.
  3. Draw a new session bean on the diagram.
  4. Add a field to the session bean.
  5. Run the application.
  6. Create a sample client.
  7. Run the client to test session bean.