Documentation |
 |
|
How to install XML Demo App. (PLSQL) |
- You must have installed Oracle packages htp,
Oracle 8.1.7.+ includes it into sys's schema.
- Install xtf and xtp packages from plsql directory,
(xtp.sql or xtp_public.sql under sys).
- Install demo package from plsql directory (demo.sql under scott),
this demo requires summit2.sql tables.
- Check the existence of sample DAD in prism.properties.
Check with http://server:port/dpls/sample/demo.startup.
- With a browser launch PLSQL Demo Page and enjoy DBPrism.
Click Here
|
How to install XML Demo App. (Java) |
- You must have installed Oracle XDK 9.0.2+,
Oracle 8.1.7.+ includes XDK 9.0.0 into sys's schema, upgrade it first.
- Install DBPrism Java XML Toolkit procedure,
running oi/install-toolkit.sh script, it assumes sys schema.
- Install DBPrism Java Demos, running oi/install-demo.sh script.
- Check the existence of xmlj DAD in prism.properties.
Check with http://server:port/dbprism/ info page.
- With a browser launch PLSQL Demo Page and enjoy DBPrism 1.2.0-production.
Click Here
|
DBPrism - JSP integration |
DBPrism 1.2.1+ includes demos of DBPrism - JSP integration, this are preconfigured with OC4J
servlet container. Before run this demo (through plsql sample application)
copy $PRISM_HOME/applications/dpls/examples-jsp/*.jsp files to
$OC4J_HOME/default-web-app/examples/jsp/include directory.
 |
forward.jsp runs directly with the coniguration of dpls zone because <jsp:forward> directive
makes a new request to /dpls/jsp/demo.forward plsql example.
Unlike <jsp:forward>, <jsp:include> directly pass his request to the plsql example,
then DBPrism will receive an url like this http://server:port/examples/jsp/include/forward.jsp,
in this url DBPrism needs an special configuration changing the parameter
global.behavior=1.
Behavior equal to 1 means that DBPrism extracts examples as DAD name.
|
Click Here
|
|
|
|
|
|