Re: [xml-dev] About Database and Java in a Web service

From
Ken North <>
To
Date
2004-09-20T19:25:06Z
ID
<002d01c49f47$8d5d4190$1601a8c0@DURANTE>
Thread
Re: [xml-dev] About Database and Java in a Web service
<< How can I mix XML and Java with a database as a background in a Web service?

There are various scenarios, but typically a Java program (e.g., servlet) uses
JDBC to store and retrieve the XML content in an SQL database, one of several
APIs to parse a document, and SOAP or XML-RPC to send documents across the
network wire.

<< Besides Oracle wich other Database System I might use?.

You'll need a DBMS for which there is a JDBC driver -- you can choose from about
80 or so:

www.SQLSummit.com/JDBCvend.htm