The Web Application - The Java EE 6 Tutorial (original) (raw)

The web application in the mailconnector example contains an HTML page (index.html), Facelets pages, and managed beans that let you log in, send email messages to a mailbox folder, and query for new messages in a mail folder using the connection interfaces provided by the mailconnector resource adapter.

The application protects the Facelets pages by using form-based authentication, specified through a security constraint in the web.xml file.

The web application is packaged in a WAR file.

Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices