[
Lists Home |
Date Index |
Thread Index
]
- From: David Megginson <david@megginson.com>
- To: xml-dev@ic.ac.uk
- Date: Tue, 2 Feb 1999 07:02:07 -0500 (EST)
Clark Evans writes:
> I'm rather new to the list. I was wondering if there is any
> current (open source?) work for storing XML in relational
> databases. I was thinking of using PostgreSQL.
If you want to start this yourself, you probably want to code in Java
to vanilla JDBC, for two reasons:
1. Most decent XML tools are in Java -- it's a nice turn-around to
see people asking "is this tool available in C++" rather than "is
this tool available in Java"? Of course, Perl is catching up
fast... (I use Perl for quick batch processing scripts and Java for
larger applications).
2. JDBC will let people put exactly as much power as they need on the
back end, from MSQL or PostgreSQL (or, if they're masochists,
Access) for light-weight work, to Oracle, Sybase, DBII, etc. for
heavy-grade stuff.
All the best,
David
--
David Megginson david@megginson.com
http://www.megginson.com/
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|