What is DBPrism?
DBPrism is an open source framework to generate dynamic XML from a database. Unlike other technologies, such as Apache XSP or Oracle XSQL servlet , DBPrism generates the dynamic XML inside the database, transforming it into an active database. An active database means that you use the database engine not only to execute SQL statements, but to directly return a complex XML representation of the data stored inside as well.
Oracle XSQL and Apache XSP, can call Stored Procedures with <xsql:include-owa> tag
or with the stored procedure taglib, but his primary design suggest to write the application
logic in the middle tier. 99% of the applications made with these technologies do not use stored
procedures.
This work is licensed under a
Creative Commons License
.


