JSF Quickstart With MyEclipse---1
天下维客,你可以修改的网络知识库
|
JSF编辑 相关文档:
其他资源: |
Preface
This document was written using Sun JDK 1.4.2, Eclipse 3.0.1 and MyEclipse 3.8.2.
Introduction
In this tutorial we will be walking through a small JSF demo application using MyEclipse Enterprise Workbench. Previous knowledge of JSF and/or MyEclipse is not necessary, but would be helpful.
Since Struts is such a prevalent web application framework, similarities between JSF and Struts will be noted, where appropriate, to help the reader with previous Struts experience. However, if you have no prior experience with Struts, you may feel free to skip ahead.
Requirements
Below is a list of software used by this guide:
- JDK 1.4+ (Sun or IBM)
http://java.sun.com/j2se/downloads/index.html
- Eclipse 3.0.x SDK
http://www.eclipse.org/downloads/index.php
- MyEclipse 3.8.2
http://www.myeclipseide.com/ContentExpress-display-ceid-10.html
- Tomcat 5.0.x (5.0.28 Preferred, or other compliant Servlet/EJB container)
http://apache.xtelli.net/jakarta/tomcat-5/v5.0.28/bin/jakarta-tomcat-5.0.28.exe
For this demo the User Name is "myeclipse" and the Password is "myeclipse" as well.
Note: After installing the JDK and restarting your computer, be sure to install Eclipse then MyEclipse next followed by Tomcat. After all the software have been installed, be sure to setup the Tomcat 5 connector in MyEclipse accordingly; using the correct Tomcat Home directory and valid JDK that you just installed.


