Friday, February 19, 2010
JSF is using for building server-side user interfaces that will make web application development even easier.
I will explain how to start the JSF..
- You must locate the latest stable version of Tomcat from website. To minimize installation complexities, choose the "zip" file.
- You need to save the zip file (named something like gina-tomcat-5.5.7.zip) to your computer.
- Then unzip the file into a directory of your choice (such as /usr/local or c:\). The program is contained in a subdirectory named something like jakarta-tomcat-5.5.7.
- Then download the latest version of the JSF Reference Implementation from http://java.sun.com/j2ee/javaserverfaces/download.html
- Save the zip file (named something like jsf-1_1_01.zip) to your computer.
- Unzip the file into a directory of your choice (such as /usr/local or c:\). The program is contained in a subdirectory named something like jsf-1_1_01.
NOTE: For your own sanity, do not unzip into a directory containing spaces (such as Program Files or My Documents). - Copy all JAR files files from the lib subdirectory of your JSF installation (such as c:\jsf-1_1_01\lib) to the common/lib subdirectory of Tomcat
- Copy the following two JAR files from the webapps/jsp-examples/WEB-INF/lib subdirectory of your Tomcat installation.
- jstl.jar
- standard.jar
- to get a detail and more explaination, refer this website http://www.horstmann.com/
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment