Versions Compared

Key

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

...

  1. Press Ctrl-N, select Dynamic Web Project in Web category 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

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

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

  5. Click Finish.

You should now have the following project structure.

Image Modified

Create Stateless Session EJB

...