Step 4: Create a Test Project

You'll use the steps in this topic to create a web project with which to test your EJBs. As with the EJB project you created earlier, this project is a framework within which to write your source code. You'll add the code in the next step.

In this section, you will:

To Create a Web Project for Testing the EJB

Begin by creating a web project that will contain the user interface code you'll use to make sure your EJB is doing what it should.

When you create a WebLogic web project, you get the beginnings of a Java Page Flow (also known as a JPF or page flow). A page flow makes it easier for you to keep client logic and presentation separate, as you'll see in the next step.

  1. Click File > New > Project.
  2. In the New Project dialog, expand Web, click Dynamic Web Project, then click Next.
  3. In the New Dynamic Web Project dialog, in the Project name box, enter VisitWebTest.
  4. Place a check next to Add project to an EAR. From the dropdown menu, select EJBTutorial_EARProject.
  5. Click Next.
  6. Click the Configurations dropdown and select WebLogic Web Project Facets with Beehive (v10.3).
    Click Finish.

    alt

With your test project created, it's time to move on to writing test code.

Click one of the following arrows to navigate through the tutorial:

alt

alt


Still need help? Post a question on the Workshop newsgroup.