[
Lists Home |
Date Index |
Thread Index
]
<< 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
|