|
MyEclipse 下开发JSF教程(2) Application Server Jboss 3.2.5 You may use Tomcat here if you like.
Create a JavaServer faces projectCreate a new web project. File > New > Project. Java/国外教程下载/LaLiLuna%20-%20Tutorials%20for%20struts,%20ejb,%20myeclipse%20»%20First%20Java%20Server%20Faces%20Tutorial.files/new-web-project.gif" width=464 align=left border=0 name=Graphic1>
Set a nice name and add the JSTL Libraries to the project. Java/国外教程下载/LaLiLuna%20-%20Tutorials%20for%20struts,%20ejb,%20myeclipse%20»%20First%20Java%20Server%20Faces%20Tutorial.files/new-webproject2.gif" width=500 align=left border=0 name=Graphic2>
Add the JavaServer faces Capabilities. Right click on the project and choose MyEclipse > Add JSF Capabilities. Java/国外教程下载/LaLiLuna%20-%20Tutorials%20for%20struts,%20ejb,%20myeclipse%20»%20First%20Java%20Server%20Faces%20Tutorial.files/add-jsf-capabilities.gif" width=493 align=left border=0 name=Graphic3>
|