Re: XML-Java Servlet bean -Database Query-XML --please help

1999-03-08 Thread Sean Kroah
I just briefy looked at the new jdeveloper 2.0 from oracle, a revamped jbuilder which is probably available as a demo from their site. I see that in the various db wizards they are using a separate xml file to store the database logic, table names, userid, passwd stuff etc. I did not dig deep e

Re: XML-Java Servlet bean -Database Query-XML --please help

1999-03-08 Thread John Hicks
Hi Jaison: We do something similar in our XMLServlet: pass the servlet XML instructions for combining XML or HTML templates with one another and with database values. Our XMLDB package at beyond.com includes an XMLServlet demo and examples, or contact me. John Hicks Cerium Component Software B

Re: XML-Java Servlet bean -Database Query-XML --please help

1999-03-05 Thread Simon St.Laurent
At 10:52 AM 3/5/99 -0500, Jaison Antony wrote: >Hi all, > >I am involved in a E -Commerce project which accepts customer inputs in >xml format and java servlet bean will extract the parameters from the >xml format and do the query against the oracle database. the queried >results from the databas

Re: XML-Java Servlet bean -Database Query-XML --please help

1999-03-05 Thread Lewis, Grant
around and handle any output back to the browser. Hope this helps. Grant -Original Message- From: Jaison Antony [mailto:[EMAIL PROTECTED]] Sent: Friday, March 05, 1999 10:53 AM To: [EMAIL PROTECTED] Subject: XML-Java Servlet bean -Database Query-XML --please help Hi all, I am involved in

XML-Java Servlet bean -Database Query-XML --please help

1999-03-05 Thread Jaison Antony
Hi all, I am involved in a E -Commerce project which accepts customer inputs in xml format and java servlet bean will extract the parameters from the xml format and do the query against the oracle database. the queried results from the database should be converted back to the xml format and to b