!--a11y-->
Creating Assembly Project 
In this step you create an Assembly project. This project ebables you to create a reference to the EJB and the Web project you have already created and to generate an EAR file.
The JavaMail and JavaMailWeb projects are saved and compiled.
...
1. Choose File ® New ® Project ® J2EE ® Enterprise application project.
2. Specify JavaMailEar as the name of the project and choose Next.
3. Reference to SendMail EJB and JavaMailWeb.
4. Choose Finish.

5. Now create a new context root, which you can use to call the application after it is deployed:
a. Open the application.xml file and choose the Modules tab.
b. Choose the JavaMailWeb.war from the list.
c. Specify /jmindex as the context root.
d. Choose File ® Save to save the file.
When you have finished, continue with Generating Files for Deployment
