Java EE 5.0 Example : Servlets accessing EJBs 3.0
This web application is packaged as an "ear".
When you will click to access the secured servlet, your web browser will open a dialog box asking you a
user ID
and a
password
.
Use :
jonas
for the
user ID
and
jonas
for the
password
Java EE 5.0 Example : Architecture