Download List

專案描述

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.

2010-10-14 07:17
1.6.1

This release uses CLOB rather than VARCHAR2 in the spool table. It loweres the logging threshold to the console. XML declaration has been stripped from includes.
標籤: Stable, Minor

2010-01-28 08:45
1.6

The logging has been localized, so you no longer edit logging.properties, which belongs to Tomcat. Root and space features that no one ever used and cluttered the code have been removed.
標籤: Stable, Minor

2009-09-25 17:54
1.2

Minor bugfixes and minor optimizations were done.

2008-11-04 09:58
1.1.1 build 3

Minor bugfixes. The addition of a logging.properties example for Tomcat to add a specific tox log.
標籤: Minor bugfixes

2008-09-30 02:36
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