2 projects tagged "XSL/XSLT"
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.
A microcall is an XML-dialect used to communicate between a client and a server in a standard and easy-to-use way. The client part is (usually) implemented in Java and consists of a simple POJO that can understand the XML messages returned by the server response to a given call. The server part is only responsible for returning standard and correct messages in response to a given call. The server usually does a lot of work when it receives a call, but from the client standpoint, the server only returns a message explaining the result of the call.