<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://ujoframework.org/dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://ujoframework.org/dokuwiki/feed.php">
        <title>UJO Framework</title>
        <description></description>
        <link>http://ujoframework.org/dokuwiki/</link>
        <image rdf:resource="http://ujoframework.org/dokuwiki/lib/images/favicon.ico" />
       <dc:date>2010-04-12T07:40:00-05:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://ujoframework.org/dokuwiki/doku.php?id=core_faq&amp;rev=1268025590&amp;do=diff"/>
                <rdf:li rdf:resource="http://ujoframework.org/dokuwiki/doku.php?id=orm&amp;rev=1262552104&amp;do=diff"/>
                <rdf:li rdf:resource="http://ujoframework.org/dokuwiki/doku.php?id=orm_faq&amp;rev=1270236254&amp;do=diff"/>
                <rdf:li rdf:resource="http://ujoframework.org/dokuwiki/doku.php?id=orm_links&amp;rev=1268080590&amp;do=diff"/>
                <rdf:li rdf:resource="http://ujoframework.org/dokuwiki/doku.php?id=orm_supported_database&amp;rev=1269085568&amp;do=diff"/>
                <rdf:li rdf:resource="http://ujoframework.org/dokuwiki/doku.php?id=start&amp;rev=1268115220&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://ujoframework.org/dokuwiki/lib/images/favicon.ico">
        <title>UJO Framework</title>
        <link>http://ujoframework.org/dokuwiki/</link>
        <url>http://ujoframework.org/dokuwiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://ujoframework.org/dokuwiki/doku.php?id=core_faq&amp;rev=1268025590&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-07T23:19:50-05:00</dc:date>
        <title>core_faq</title>
        <link>http://ujoframework.org/dokuwiki/doku.php?id=core_faq&amp;rev=1268025590&amp;do=diff</link>
        <description>The Frequently Asked Questions


Q: The UJO Framework offers several  Ujo implementations. 	
What is the best implementation? 

A: I think that implementation  QuickUjo satisfies both requirements for good performance and user friendliness.

Q: How to use the  QuickUjo for my business object ? 

A: Follow the next code. The static block with init(..) method assigns correct indexes and names into Property objects.</description>
    </item>
    <item rdf:about="http://ujoframework.org/dokuwiki/doku.php?id=orm&amp;rev=1262552104&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-03T14:55:04-05:00</dc:date>
        <title>orm</title>
        <link>http://ujoframework.org/dokuwiki/doku.php?id=orm&amp;rev=1262552104&amp;do=diff</link>
        <description>ORM module


This is a very early version of the documentation.

On these pages you will find documentation for ORM-UJO.
At present, the basic use of the ORM is described by the  sample code only.
There is possible to download all sample poject in the Maven format from the  SourceForge.</description>
    </item>
    <item rdf:about="http://ujoframework.org/dokuwiki/doku.php?id=orm_faq&amp;rev=1270236254&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-04-02T14:24:14-05:00</dc:date>
        <title>orm_faq</title>
        <link>http://ujoframework.org/dokuwiki/doku.php?id=orm_faq&amp;rev=1270236254&amp;do=diff</link>
        <description>The Frequently Asked Questions


Q: How to create a support for a new database?

A: Create a child of the SqlDialect class and refer it by annotation in you configuration database class. The new class can have overwrited some methods for buidling sql statements. See the  supported databases  too.</description>
    </item>
    <item rdf:about="http://ujoframework.org/dokuwiki/doku.php?id=orm_links&amp;rev=1268080590&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-08T14:36:30-05:00</dc:date>
        <title>orm_links</title>
        <link>http://ujoframework.org/dokuwiki/doku.php?id=orm_links&amp;rev=1268080590&amp;do=diff</link>
        <description>Ujorm links

	*   Home page 
	*   ORM presentation  slide show ( Czech language )
	*   UJO quick start slide show ( Czech language )
	*   JavaDoc stable version
	*   Order  - Java source of the Order business object
	*   Item - Java source of the Item business object
	*   View - Use of a native SQL query
	*   Database - Java source of a database description of a metamodel
	*   XML configuration file - sample
	*   ORM project sources (SVN)
	*   Project files and the ORM benchmark test (comparison…</description>
    </item>
    <item rdf:about="http://ujoframework.org/dokuwiki/doku.php?id=orm_supported_database&amp;rev=1269085568&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-20T06:46:08-05:00</dc:date>
        <title>orm_supported_database</title>
        <link>http://ujoframework.org/dokuwiki/doku.php?id=orm_supported_database&amp;rev=1269085568&amp;do=diff</link>
        <description>Supported databases

	*  PostgreSql (8.3)
		*  MySql (5.0)
		*  Derby (10.5)
		*  Oracle (8.0)
		*  H2 (1.2.x)
		*  HSQLDB (1.8.x)
		*  Firebird (jaybird 2.1.6)


Note:
support for another database can be realized by the overwriting of appropriate methods of the class  SqlDialect</description>
    </item>
    <item rdf:about="http://ujoframework.org/dokuwiki/doku.php?id=start&amp;rev=1268115220&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-09T00:13:40-05:00</dc:date>
        <title>start</title>
        <link>http://ujoframework.org/dokuwiki/doku.php?id=start&amp;rev=1268115220&amp;do=diff</link>
        <description>UJO Framework on Wiki

	*   Core
		*   Quick start (a slide show) 
		*   Tutorial 
		*   Sample 1: persistent table 
		*   Sample 2: application parameters 
		*   Sample 3: read-only Ujo 
		*   Core FAQ 

	*   Ujorm - the ORM module for UJO objects
		*  Tutorial  in the class - learn the basic skills in 15 minutes by a live Java code
		*   Supported databases 
		*   Ujorm FAQ 
		*   More links</description>
    </item>
</rdf:RDF>
