|
MyEclipse 下开发JSF教程(1)
First step with JavaServer Faces using EclipseThis tutorial facilitates the first steps with the quite new framework JavaServer Faces (JSF). Step by step an example application (a library) will be created, which illustrate the different elements of the framework. The example application will provide the following functionality. GeneralsAuthor: Sascha Wolski http://www.laliluna.de/tutorials.html Tutorials for Struts, EJB, xdoclet, JSF, JSP and eclipse. Date: December, 21 2004
Source code: The sources do not contain any project files of eclipse or libraries. Create a new project following the tutorial, add the libraries as eXPlained in the tutorial and then you can copy the sources in your new project. Java-server-faces-tutorial.zip">http://www.laliluna.de/assets/tutorials/first-Java-server-faces-tutorial.zip PDF Version des Tutorials: Java-server-faces-tutorial-en.PDF">http://www.laliluna.de/assets/tutorials/first-Java-server-faces-tutorial-en.PDF Development Tools Eclipse 3.x MyEclipse plugin 3.8 (A cheap and quite powerful Extension to Eclipse to develop Web Applications and EJB (J2EE) Applications. I think that there is a test version availalable at MyEclipse.)
|