I blogged previously on the ease of use of GroovySql, which is Groovy‘s easy-to-use JDBC-based data access approach. In another blog post, I covered the utility of OracleXMLQuery, a class which easily ...
I want to convert the database definition of an existing SQL database into an XML schema, so I can use the schema with some model-driven development tools to create a new distributed application that ...
I've got yet another project generating a large web site from a VERY large group of documents. I have software that converts the documents to HTML, and even builds an XML "map" of the document names, ...
This post is one of a series that introduces the fundamentals of NOSQL databases, and their role in Big Data Analytics. What is an XML database? XML databases use XML to model and query data. XML is a ...