Download List

Descripción del Proyecto

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

Esta versión utiliza CLOB en lugar de VARCHAR2 en la tabla de cola de impresión. Se loweres el umbral de registro a la consola. declaración XML ha sido despojado de la incluye.
Tags: Stable, Minor
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.

2010-01-28 08:45
1.6

El registro ha sido localizado, por lo que ya no editar logging.properties, que pertenece a Tomcat. Raíz y las características del espacio que nadie utiliza y desordenada del código han sido eliminados.
Tags: Stable, Minor
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.

2009-09-25 17:54
1.2

Correcciones de errores menores y optimizaciones menores fueron realizadas.
Minor bugfixes and minor optimizations were done.

2008-11-04 09:58
1.1.1 build 3

Correcciones de errores menores. La adición de un ejemplo logging.properties de Tomcat para agregar un registro de tox específicos.
Tags: Minor bugfixes
Minor bugfixes. The addition of a logging.properties example for Tomcat to add a specific tox log.

2008-09-30 02:36
1.1 build 0

Esta versión corrige un error en los parámetros del modelo no pudo contener una única oferta. Mejora el rendimiento mediante el uso de StringBuilder en lugar de StringBuffer. Mejora el rendimiento de las pruebas para la depuración detallada fuera de la clase de depuración en lugar de en el interior del método de la clase de depuración. Utiliza Java 1.5 URLConnection.setReadTimeout en la clase href, eliminando así la necesidad de una sub-clase de hilo para realizar la función de tiempo de espera.
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