Download List

Project Description

The tox (Tomcat, Oracle, and XML) Web archive is a
foundation for development of HTTP-based
applications using Tomcat (or some other servlet
container) and an Oracle RDBMS. It requires coding
primarily in PL/SQL, JavaScript, and XSLT, but
also in HTML, CSS, and potentially Java. It
enables the construction of applications using the
model/view/controller (MVC) design pattern. With a
controller that executes interpreted XML for
creating the model and view, developers can
construct new functionality. The model is
retrieved either via includes or by the execution
of Oracle's stored procedures, and then passed to
an XML stylesheet transform to construct and
return the view. Different combinations and
options provide rich dynamic content.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-09-30 02:36 Back to release list
1.1 build 0

This release fixes a bug where model parameters could not contain a single quote. It improves performance by using StringBuilder instead of StringBuffer. It improves performance by testing for verbose debugging outside of the debug class rather than inside the debug class method. It utilizes Java 1.5 URLConnection.setReadTimeout in the href class, thus eliminating the need for a sub-class thread to perform the timeout function.

Project Resources