<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://ujorm.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://ujorm.org/dokuwiki/feed.php">
        <title>UJO Framework</title>
        <description></description>
        <link>http://ujorm.org/dokuwiki/</link>
        <image rdf:resource="http://ujorm.org/dokuwiki/lib/images/favicon.ico" />
       <dc:date>2011-06-10T00:31:27-05:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://ujorm.org/dokuwiki/doku.php?id=orm_faq&amp;rev=1307167834&amp;do=diff"/>
                <rdf:li rdf:resource="http://ujorm.org/dokuwiki/doku.php?id=start&amp;rev=1307167711&amp;do=diff"/>
                <rdf:li rdf:resource="http://ujorm.org/dokuwiki/doku.php?id=core_faq&amp;rev=1307167527&amp;do=diff"/>
                <rdf:li rdf:resource="http://ujorm.org/dokuwiki/doku.php?id=orm_links&amp;rev=1307167295&amp;do=diff"/>
                <rdf:li rdf:resource="http://ujorm.org/dokuwiki/doku.php?id=orm_supported_database&amp;rev=1307167195&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://ujorm.org/dokuwiki/lib/images/favicon.ico">
        <title>UJO Framework</title>
        <link>http://ujorm.org/dokuwiki/</link>
        <url>http://ujorm.org/dokuwiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://ujorm.org/dokuwiki/doku.php?id=orm_faq&amp;rev=1307167834&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-06-04T01:10:34-05:00</dc:date>
        <dc:creator>Pavel Ponec</dc:creator>
        <title>orm_faq</title>
        <link>http://ujorm.org/dokuwiki/doku.php?id=orm_faq&amp;rev=1307167834&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://ujorm.org/dokuwiki/doku.php?id=start&amp;rev=1307167711&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-06-04T01:08:31-05:00</dc:date>
        <dc:creator>Pavel Ponec</dc:creator>
        <title>start</title>
        <link>http://ujorm.org/dokuwiki/doku.php?id=start&amp;rev=1307167711&amp;do=diff</link>
        <description>Ujorm framework on Wiki

	*   Ujorm - the ORM module
		*   Ujorm User Guide
		*   Live code samples - learn the basic skills in 15 minutes by a live Java code
		*   Supported databases 
		*   ORM FAQ 
		*   More links 

	*   Ujorm Core
		*   Quick start (a slide show) 
		*   Tutorial 
		*   Sample 1: persistent table 
		*   Sample 2: application parameters 
		*   Sample 3: read-only Ujo 
		*   Core FAQ</description>
    </item>
    <item rdf:about="http://ujorm.org/dokuwiki/doku.php?id=core_faq&amp;rev=1307167527&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-06-04T01:05:27-05:00</dc:date>
        <dc:creator>Pavel Ponec</dc:creator>
        <title>core_faq</title>
        <link>http://ujorm.org/dokuwiki/doku.php?id=core_faq&amp;rev=1307167527&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://ujorm.org/dokuwiki/doku.php?id=orm_links&amp;rev=1307167295&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-06-04T01:01:35-05:00</dc:date>
        <dc:creator>Pavel Ponec</dc:creator>
        <title>orm_links</title>
        <link>http://ujorm.org/dokuwiki/doku.php?id=orm_links&amp;rev=1307167295&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://ujorm.org/dokuwiki/doku.php?id=orm_supported_database&amp;rev=1307167195&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-06-04T00:59:55-05:00</dc:date>
        <dc:creator>Pavel Ponec</dc:creator>
        <title>orm_supported_database</title>
        <link>http://ujorm.org/dokuwiki/doku.php?id=orm_supported_database&amp;rev=1307167195&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)
		*  MS-SQL (2005)


Note:
support for another database can be realized by the overwriting of appropriate methods of the class  SqlDialect</description>
    </item>
</rdf:RDF>

