Servlet API classes All servlet (Free web design) containers should contain

Servlet API classes All servlet containers should contain the necessary files; just make sure the necessary JARs are in the classpath for the build tool. XML parser One that supports JAXP Version 1.0 or later. The Xerces parser is compatible and can be obtained from http://xml.apache.org/xerces-j/. Xalan XSLT Processor Version 1.2 or later. Note that some problems have been reported with Version 2.0. The processor is used to convert the XML documentation files into HTML documentation files. The processor also includes the Xerces parser. You can download Xalan from http://xml.apache.org/xalan-j/index.html. JDBC 2.0 Optional package classes The Struts framework supports an implementation of javax.sql.DataSourceand therefore requires the JDBC 2.0 Optional classes to be present. You can obtain the JDBC 2.0 classes from http://java.sun.com/products/jdbc/download.html. You will also need to download the third-party packages listed in Table B-1 and extract the JAR files included with the packages. Each package has both a source and binary distribution available. Unless you are a true masochist, you should download the binary distributions of these packages. Table B-1. Third-party packages required for Struts compilation Package name URL Commons BeanUtils http://jakarta.apache.org/commons/beanutils.html Commons Collections http://jakarta.apache.org/commons/collections.html Commons Digester http://jakarta.apache.org/commons/digester.html Commons Logging http://jakarta.apache.org/commons/logging.html Commons Pool http://jakarta.apache.org/commons/pool/index.html Commons Services http://jakarta.apache.org/builds/jakarta-commons/nightly/ Commons DBCP http://cvs.apache.org/viewcvs/jakarta-commons/dbcp/ Commons Validator http://cvs.apache.org/viewcvs/jakarta-commons/validator/ Jakarta ORO http://jakarta.apache.org/oro/ The URL http://jakarta.apache.org/commons/components.html provides a nice summary of the different release schedules of the Commons components. Extract the binary distributions of each of these packages and put the JAR files somewhere that you can easily reference them, as will need to in the next step. Each package is extracted into its own subdirectory. You can leave the JAR files there for easier reference.
Looking for affordable and reliable webhost to host and run your business application? Then look no more and go to servlet web hosting services.

Leave a Reply