Your First Cup: An Introduction to the Java EE Platform

ProcedureCreating the DukesBirthdayBean Enterprise Bean Class

Follow these steps to create the enterprise bean class in NetBeans 6.7 IDE.

  1. Select firstcup project in the Projects tab.

  2. Select File->New File.

  3. Select Java in the Categories pane.

  4. Select Java Class in the File Types pane.

  5. Click Next.

  6. Set Class Name to DukesBirthdayBean.

  7. Set the Package name to firstcup.ejb.

  8. Click Finish.