<feed xmlns="http://www.w3.org/2005/Atom">
    <id>urn:uuid:8b25b467-dd69-439a-ab6d-c1bdeb00fb26</id>
    <updated>2008-01-08T21:48:15+00:00</updated>
    <title>eXist in a NutShell</title>
    <subtitle>proposal for a short story</subtitle>
    <author>
        <name>dizzzz</name>
    </author>
    <category scheme="http://exist-db.org/NS/wiki/type/" term="wiki"/>
    <link href="#" rel="edit" type="application/atom+xml"/>
    <link href="#" rel="self" type="application/atom+xml"/>
    <entry>
        <id>urn:uuid:75518175-9e56-41e8-895b-8f5ae8f7acc7</id>
        <updated>2008-01-08T21:48:15+00:00</updated>
        <published>2007-12-06T21:10:54+00:00</published>
        <link href="?id=urn:uuid:75518175-9e56-41e8-895b-8f5ae8f7acc7" rel="edit" type="application/atom+xml"/>
        <title type="text">eXist-db in a NutShell</title>
        <wiki:id xmlns:wiki="http://exist-db.org/xquery/wiki">proposal</wiki:id>
        <author>
            <name>dizzzz</name>
        </author>
        <atom:content xmlns:atom="http://www.w3.org/2005/Atom" type="xhtml">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <p>eXist-db is an open source database management system entirely built on XML technology. It is a "Native XML Database" which means the database does not store XML data "as is" but eXist will transform the XML data into its own internal logical model. </p>
                <p>eXist-db uses XQuery to retrieve and manipulate data. The database supports many (web) technology standards making it an excellent application platform:</p>
                <ul>
                    <li>XQuery 1.0 / XPath 2.0</li>
                    <li>XSLT <a href="http://www.w3.org/TR/xslt">1.0</a> (using Apache Xalan) or XSLT <a href="http://www.w3.org/TR/xslt20">2.0</a> (optional using <a href="http://saxon.sourceforge.net">Saxon</a> )</li>
                    <li>HTTP interfaces: REST, webDAV, SOAP, XMLRPC, Atom Publishing Protocol</li>
                    <li>XML database specific: XMLDB, XQJ/<a href="http://jcp.org/en/jsr/detail?id=225">JSR-225</a> (under development)</li>
                </ul>
                <p>eXist-db is highly compliant with the <a href="http://www.w3.org/TR/xquery/">XQuery</a> standard (current <a href="http://www.w3.org/XML/Query/test-suite/">XQTS</a> score is 99.4%) for the standard functions for querying data but it has also additional (non w3c) XQuery Update Extensions for updating (insert, replace, value delete and rename) data stored in the database. Out of the box eXist-db also provides a large collection of XQuery Function Modules containing many handy functions that are not (yet) defined in the XQuery specification.</p>
                <p>The eXist-db has a large community of users and developers, which is very active. For more information and documentation please visit our  <a href="http://www.exist-db.org">homepage</a>.</p>
                <p>For even more information or support please consult our <a href="http://atomic.exist-db.org/">WiKi</a> or  <a href="http://www.nabble.com/eXist-f4072.html">search</a> or  <a href="https://lists.sourceforge.net/lists/listinfo/exist-open">subscribe</a> to our mailing list. Alternatively visit us on our AJAX based  <a href="http://irc.exist-db.org/irclog/index.html">chatbox</a>.</p>
                <p>eXist-db has been developed in the Java programming language (Java 1.4 or newer, SUN java preferred) and the sources are available on SourceForge  <a href="http://sourceforge.net/svn/?group_id=17691">subversion</a> repositories. The <a href="http://www.ohloh.net/projects/252?p=eXist">OpenSource</a> code is made <a href="http://www.koders.com/info.aspx?c=ProjectInfo&amp;#x26;amp;pid=VUM641QG5USW5EHRSLWDSDVM6G">browsable</a> and is continuously  <a href="http://fisheye3.cenqua.com/browse/exist/">monitored</a> and  <a href="http://parabuild.viewtier.com:8080/parabuild/index.htm?cid=b26f">built</a>.</p>
            </div>
        </atom:content>
        <atom:link xmlns:atom="http://www.w3.org/2005/Atom" type="blog" href="/db/apps/wiki/data/blogs/dizzzz/nutshell"/>
    </entry>
</feed>