tox 1.1 build 0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News tox 1.1 build 0 (Default branch)
# 1  
Old 09-30-2008
tox 1.1 build 0 (Default branch)

ImageThe tox (Tomcat, Oracle, and XML) Web archive is afoundation for development of HTTP-basedapplications using Tomcat (or some other servletcontainer) and an Oracle RDBMS. It requires codingprimarily in PL/SQL, JavaScript, and XSLT, butalso in HTML, CSS, and potentially Java. Itenables the construction of applications using themodel/view/controller (MVC) design pattern. With acontroller that executes interpreted XML forcreating the model and view, developers canconstruct new functionality. The model isretrieved either via includes or by the executionof Oracle's stored procedures, and then passed toan XML stylesheet transform to construct andreturn the view. Different combinations andoptions provide rich dynamic content.License: GNU General Public License v2Changes:
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.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question