Versions Compared

Key

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

...

  1. Press Ctrl-N, select EJB Project in EJB category and click Next.
  2. In the EJB Project wizard type in SampleEJB as the project name and select Add project to an EAR checkbox. Leave the rest as is and click Next.



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



  4. Unselect the Create an EJB Client JAR module to hold the client interfaces and classes checkbox. We're not interested in it. Click Next.



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



    #Click
  6. Click Finish.

You should now have the following project structure.


...