(c) Marcelo Fabián Ochoa 1999/2005.
DBPrism is an open source framework to generate dynamic XML from a
database. Unlike other technologies, such as Apache XSP or Oracle XSQL
servlet , DB Prism 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 DB 8i (8.1.5+ ) with newest!!! JDBC driver, or Oracle 7.1.6+ with compat mode set to 7x, or Oracle Lite 4.0.
JDK 1.4.x
Servlet engine Tomcat/Resin/OC4J and others
Webserver for displaying static HTML pages (Apache, Apache or Apache)
Since Oracle 8.1.7+, the database already have OWA toolkit installed. If you use XML java integration you don't need htp packages.
Unzip prism-${version}.tar.gz prism-${version}.zip file and make sure directory tree and long filenames are not broken
For install instruction on Apache/Jserv refer to Install section.
For install instruction on Tomcat refer to Tomcat install instrucion section.
For install instruction on Sun Java Web Server refer to Java Web Server section.
For install instruction on Caucho Resin refer to Resin section.
For install instruction on Oracle 9iAS Object Container for J2EE refer to OC4J section.
Install the toolkits according to the toolkit document section go to this section
Edit prism.xconf on your WEB-INF directory:
Connection.alias alias1.dbusername alias1.dbpassword
alias1.connectString alias1.DynamicLogin alias1.compat
alias1.producerarg alias1.errorLevel alias1.errorPage alias1.plsqltype
alias1.toolkit alias1.dbcharset alias1.clientcharset alias1.producerarg
Edit also other variables to satisfy your requirements.
Look at the Download section.
For Cocoon 1.x versions look at Install instruction section.
For Cocoon 2.x versions look at OC4J section.
First look at: DBPrism's Web Site or at: http://groups.yahoo.com/group/dbprism Then send an email to: mochoa@ieee.org




