<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://xml.sys-con.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Articles by Selim Mimaroglu</title>
 <link>http://xml.sys-con.com/</link>
 <description>Latest articles from Selim Mimaroglu</description>
 <language>en</language>
 <copyright>Copyright 2008 SYS-CON Media</copyright>
 <generator>SYS-CON Media</generator>
 <lastBuildDate>Wed, 20 Aug 2008 08:53:11 EDT</lastBuildDate>
 <docs>http://backend.userland.com/rss</docs>
 <ttl>10</ttl>
<item>
 <title>Java Programming with Berkeley DB XML</title>
 <link>http://xml.sys-con.com/node/175405</link>
 <description>Berkeley DB XML (BDB XML) is a popular native XML database. It can be accessed through the shell or within another program. This month I will show you how to use BDB XML in Java. BDB XML has similar APIs for all supported languages such as Java and C++, therefore the ideas presented in this article apply to all supported languages. I have been closely following BDB XML from the very first release, and there have been tremendous improvements in this product.&lt;p&gt;&lt;a href=&quot;http://xml.sys-con.com/node/175405&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 17 Nov 2006 20:45:00 EST</pubDate>
 <guid isPermaLink="true">http://xml.sys-con.com/node/175405</guid>
</item>
<item>
 <title>Storing XML in Relational Database Management Systems</title>
 <link>http://xml.sys-con.com/node/190434</link>
 <description>When we need to store XML in a Relational Database Management System (RDBMS) we have to think of nonnative ways to store it, since the structure of XML does not fit the flat relations of the RDBMSs. Although some RDBMS vendors support XML storage and XQuery such as Oracle 10g (release 2), this support is not yet common. Some of the well-known RDBMSs are Oracle, DB2, Informix, Sybase IQ, SQL Server, MySQL, and PostgreSQL. If you have one of these products, or a similar product, you should be interested in reading this article.&lt;p&gt;&lt;a href=&quot;http://xml.sys-con.com/node/190434&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 06 Mar 2006 16:00:00 EST</pubDate>
 <guid isPermaLink="true">http://xml.sys-con.com/node/190434</guid>
</item>
<item>
 <title>XML Product Review: &quot;Getting to Know Xindice&quot;</title>
 <link>http://xml.sys-con.com/node/183964</link>
 <description>Apache Software Foundation&#039;s Xindice is an open source native XML database. Apache provides great software to developers such as the Apache Web Server, Tomcat Application Server, Cocoon Web Development Framework, Struts Framework, Ant, and many more under an open source license. Apache Web Server is an industrial-strength product that is used by many high-traffic Web sites. Apache Tomcat is a servlet container that implements both Java Servlets and Java Server Pages. The fact that Xindice is a member of the Apache Software Foundation gives it substantial credibility, because Apache produces well-known, well-respected software. We will explore the Xindice native XML database beginning with its installation and advancing step by step. As the Xindice home page suggests, you are encouraged to pronounce it as &#039;zeen-dee-chay&#039; with your best faux Italian accent. Xindice supports XPath query language, XML:DB, and XUpdate standards in Java, in addition to XML-RPC API for non-Java programmers.&lt;p&gt;&lt;a href=&quot;http://xml.sys-con.com/node/183964&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 14 Feb 2006 19:45:00 EST</pubDate>
 <guid isPermaLink="true">http://xml.sys-con.com/node/183964</guid>
</item>
<item>
 <title>Open Source Database Special Feature: An Introduction to Berkeley DB XML</title>
 <link>http://xml.sys-con.com/node/164567</link>
 <description>In this article I am going to introduce you to the latest version of the Berkeley DB XML, version 2.2.8. Berkeley DB XML (BDB XML) is built on top of the well-known Berkeley Database (BDB). BDB XML is an open source, native XML database. Like its ancestor, BDB, it&#039;s an embedded database. It provides APIs for the Java, C++, Perl, Python, PHP, and Tcl languages. It supports the popular XML query languages XQuery and XPath 2.0. I will show you how to use BDB XML in two ways. This month I will introduce the BDB XML shell, and next month we will explore using BDB XML with Java. BDB XML has a lot of features, and I will try to cover the most important ones.&lt;p&gt;&lt;a href=&quot;http://xml.sys-con.com/node/164567&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 20 Dec 2005 11:45:00 EST</pubDate>
 <guid isPermaLink="true">http://xml.sys-con.com/node/164567</guid>
</item>
<item>
 <title>eXist - An Introduction To Open Source Native XML Database</title>
 <link>http://xml.sys-con.com/node/155664</link>
 <description>In this article I am going to introduce you to the open source, free (GNU LGPL license), native XML database eXist (&lt;a href=&quot;http://www.exist-db-org&quot; title=&quot;www.exist-db-org&quot;&gt;www.exist-db-org&lt;/a&gt;). Data is important, no question about it. Data that can&#039;t be queried is not very useful. Users expect to have good query response time. From my personal experience and testing, I am confident in saying that eXist is a fairly good database. It has very good query response time, it is very user friendly, it&#039;s easy to set up and operate, and it&#039;s written in Java, therefore it is platform independent.&lt;p&gt;&lt;a href=&quot;http://xml.sys-con.com/node/155664&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 30 Nov 2005 07:15:00 EST</pubDate>
 <guid isPermaLink="true">http://xml.sys-con.com/node/155664</guid>
</item>
<item>
 <title>Generating XML from Relational Database Tables</title>
 <link>http://xml.sys-con.com/node/46178</link>
 <description>This article looks in detail at how to generate XML data from your relational database. Although the examples were run on Oracle, very little of the code is Oracle specific. You can easily use all the ideas and examples presented here in other relational databases. We did this project at University of Massachusetts Boston as part of the Electronic Field Guide (EFG) project.&lt;p&gt;&lt;a href=&quot;http://xml.sys-con.com/node/46178&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 13 Oct 2004 00:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://xml.sys-con.com/node/46178</guid>
</item>
</channel>
</rss>
