Name | Short Description | About Installation |
Apache: | Most popular web server on the Internet | Apache or some other compatible web server has to be installed on your system. |
Apache JServ: | A 100% pure Java servlet engine fully compliant with the JavaSoft Java Servlet APIs 2.0 specification. | Apache JServ or some other compatible servlet engine has to be installed on your system. |
Turbine: | A servlet based framework that allows experienced Java developers to quickly build secure web applications. This framework has an intended audience that is directed at web engineers, not necessarily the web designers. By using this framework, it is possible for the web engineers to build intuitive high level systems for the web designers to use, but the low level framework is strictly for web engineers. Turbine is not a web application server. It is a tool for building web applications. Your servlet engine is your application server and the application that you develop using this framework is your web application. | Turbine has to be installed on your system. |
Village: | A 100% Pure Java API that sits on top of the JDBC API. The purpose of this API is to make it easier to interact with a JDBC compliant relational database. By using Village, it is possible to execute and manage select/insert/update/delete SQL statements without having to actually write a single line of SQL. Village can use any valid JDBC Connection object, so it is possible to use Village with a JDBC Connection pool. | Comes with Turbine: lib/village-1.1.jar |
ECS: | The Element Construction Set is a Java API for generating elements for various markup languages it directly supports HTML 4.0 and XML, but can easily be extended to create tags for any markup language. | Comes with Turbine: lib/ecs-1.3.jar |
Java Mail: | Provides a set of abstract classes that model a mail system. The API provides a platform independent and protocol independent framework to build Java technology-based mail and messaging applications. The JavaMail API is implemented as a Java platform standard extension. | Comes with Turbine: lib/mail-1.1.3.jar |
JAF: | With the JavaBeans Activation Framework (JAF) standard extension, developers who use Java technology can take advantage of standard services to determine the type of an arbitrary piece of data, encapsulate access to it, discover the operations available on it, and to instantiate the appropriate bean to perform said operation(s). | Comes with Turbine: lib/activation-1.0.1.jar |
Copyright (c) 2000 The
Java Apache Project.
$Id: used_packages.html,v 1.1 2000/03/31
16:20:52 bernie Exp $
All rights reserved.