Using the Java EE Service Engine to Create a Composite Application

ProcedureTo Create the EJB Module Project

  1. From the NetBeans IDE's main menu, choose File -> New Project.

    The New Project wizard opens.

  2. In the Categories list, select the Enterprise node and in the Projects list select EJB Module.

    Selecting category and project
  3. Click Next.

  4. In the Project Name field, type Hello.

    You may choose to change the Project Location or use the default location.

    Selecting the project location
  5. Click Next.

  6. In the Server field select your server and in Java EE Version field select the appropriate version.

    Selecting server name and Java EE version
  7. Click Finish.

    The Projects window now contains a node for a EJB Module project called Hello.