Creating the DukesBirthdayBean Enterprise
Bean Class
Follow these steps to create the enterprise bean class in NetBeans 6.7 IDE.
- 
Select firstcup project in the Projects tab.
 
- 
Select File->New File.
 
- 
Select Java in the Categories pane.
 
- 
Select Java Class in the File Types pane.
 
- 
Click Next.
 
- 
Set Class Name to DukesBirthdayBean.
 
- 
Set the Package name to firstcup.ejb.
 
- 
Click Finish.