MyEclipse JSF Login Example Project

* License

This project is provided under the Apache 2 license, please see LICENSE.txt for
details.

* Description

A tutorial showing how to develop a simple login-style JSF application.

* Requirements

	* MyEclipse 6.0 or a previous version of MyEclipse with an application
	server that the project can be deployed to and run.

* How to Run

You can right-click on this project and go to Debug As or Run As then select
"MyEclipse Server Application". MyEclipse 6.0 and later will automatically deploy
the application to the MyEclipse Tomcat Server, then start it up and open
a browser window for you to the index.jsp page.

* Related Links

	* MyEclipse Web Project Tutorial - http://www.myeclipseide.com/documentation/quickstarts/webprojects/
	* MyEclipse Application Server Tutorial - http://www.myeclipseide.com/documentation/quickstarts/appservers/
	* MyEclipse JSF Development Overview - http://www.myeclipseide.com/documentation/quickstarts/jsf_overview/
	* MyEclipse JSF Tutorial - http://www.myeclipseide.com/documentation/quickstarts/jsf/

* Feedback

We hope you found this example project helpful. If you ran into any problems 
while working with the example project, please feel free to post to our Example 
Project Forum (http://www.myeclipseide.com/PNphpBB2-viewforum-f-54.html) and 
let us know. Also if you had any suggestions for improvements, noticed something 
wrong or just wanted to ask questions we encourage you to post and let us know!