Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create Dynamic Web Project

The Now that you have EAR and EJB projects created the next step is to create a Dynamic Web project to hold your web application.

  1. Press Ctrl-N

...

  1. , select Dynamic Web Project in Web category

...

Image Removed

...

  1. and click Next.
  2. In the Dynamic Web Project wizard type in SampleWAR as the project name and select Add project to an EAR checkbox. Leave the rest as is and click Next.

    Image Modified

...



  1. Make sure that 5.0 for the Java facet in the Project Facets popup window's selected and click Next twice.

    Image Modified

...



  1. Fill in the Geronimo Deployment Plan fields with the following values:
    Section
    • Group Id: sampleear
    • Artifact Id: sample-war
    • Artifact Type: war


    Image Modified

...


  1. Click Finish.

You should now have the following project structure.

Image Modified

Create Stateless Session EJB

...