<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.mojavelinux.com/wiki/lib/styles/feed.css" 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://www.mojavelinux.com/wiki/feed.php">
        <title>MojaveWiki</title>
        <description></description>
        <link>http://www.mojavelinux.com/wiki/</link>
        <image rdf:resource="http://www.mojavelinux.com/wiki/lib/images/favicon.ico" />
       <dc:date>2008-10-07T08:51:35-04:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.mojavelinux.com/wiki/doku.php?id=java:javacheatsheet&amp;amp;rev=1220979935&amp;do=diff1220979935"/>
                <rdf:li rdf:resource="http://www.mojavelinux.com/wiki/doku.php?id=quotes&amp;amp;rev=1219936584&amp;do=diff1219936584"/>
                <rdf:li rdf:resource="http://www.mojavelinux.com/wiki/doku.php?id=tips:linuxcheatsheet&amp;amp;rev=1216236265&amp;do=diff1216236265"/>
                <rdf:li rdf:resource="http://www.mojavelinux.com/wiki/doku.php?id=snippets:sessionfactoryprototype&amp;amp;rev=1208564055&amp;do=diff1208564055"/>
                <rdf:li rdf:resource="http://www.mojavelinux.com/wiki/doku.php?id=java:toolbox&amp;amp;rev=1205523875&amp;do=diff1205523875"/>
                <rdf:li rdf:resource="http://www.mojavelinux.com/wiki/doku.php?id=notebook:uniqueinterfacefeatures&amp;amp;rev=1205507801&amp;do=diff1205507801"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.mojavelinux.com/wiki/lib/images/favicon.ico">
        <title>MojaveWiki</title>
        <link>http://www.mojavelinux.com/wiki/</link>
        <url>http://www.mojavelinux.com/wiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.mojavelinux.com/wiki/doku.php?id=java:javacheatsheet&amp;amp;rev=1220979935&amp;do=diff1220979935">
        <dc:format>text/html</dc:format>
        <dc:date>2008-09-09T13:05:35-04:00</dc:date>
        <dc:creator>Dan Allen</dc:creator>
        <title>java:javacheatsheet</title>
        <link>http://www.mojavelinux.com/wiki/doku.php?id=java:javacheatsheet&amp;amp;rev=1220979935&amp;do=diff1220979935</link>
        <description>Remember back in the days of college when you were allowed to make one sheet of notes for math exams? Well, think of this as a cheat sheet for you Java exam.

Instantiation

	*  Implement default constructor inline when defining a class.  This trick is great for unit tests.  Notice the use of double brackets.</description>
    </item>
    <item rdf:about="http://www.mojavelinux.com/wiki/doku.php?id=quotes&amp;amp;rev=1219936584&amp;do=diff1219936584">
        <dc:format>text/html</dc:format>
        <dc:date>2008-08-28T11:16:24-04:00</dc:date>
        <dc:creator>Dan Allen</dc:creator>
        <title>quotes</title>
        <link>http://www.mojavelinux.com/wiki/doku.php?id=quotes&amp;amp;rev=1219936584&amp;do=diff1219936584</link>
        <description>This page does not attempt to catalog every famous quote that has been said.  Rather, it is a list of quotes that inspire me in some way.



Quotes

	*  There are two kinds of people: those who do regular backups and those who never had a hard drive failure. -- Unknown</description>
    </item>
    <item rdf:about="http://www.mojavelinux.com/wiki/doku.php?id=tips:linuxcheatsheet&amp;amp;rev=1216236265&amp;do=diff1216236265">
        <dc:format>text/html</dc:format>
        <dc:date>2008-07-16T15:24:25-04:00</dc:date>
        <dc:creator>Dan Allen</dc:creator>
        <title>tips:linuxcheatsheet</title>
        <link>http://www.mojavelinux.com/wiki/doku.php?id=tips:linuxcheatsheet&amp;amp;rev=1216236265&amp;do=diff1216236265</link>
        <description>Remember back in the days of college when you were allowed to make one sheet of notes for math exams?  Well, think of this as a cheat sheet for you Linux exam.  Note that commands that need to be executed as root are prefixed with #&gt; whereas commands that can be run by any user have the prefix $&gt;.</description>
    </item>
    <item rdf:about="http://www.mojavelinux.com/wiki/doku.php?id=snippets:sessionfactoryprototype&amp;amp;rev=1208564055&amp;do=diff1208564055">
        <dc:format>text/html</dc:format>
        <dc:date>2008-04-18T20:14:15-04:00</dc:date>
        <dc:creator>Dan Allen</dc:creator>
        <title>snippets:sessionfactoryprototype</title>
        <link>http://www.mojavelinux.com/wiki/doku.php?id=snippets:sessionfactoryprototype&amp;amp;rev=1208564055&amp;do=diff1208564055</link>
        <description>In the spirit of Rod Johnson's naming conventions, I was not ashamed when I decided to name this class SessionFactoryPrototypeFactoryBean. Before I get into details, let me present the problem. Spring provides a factory bean out of the box to establish Hibernate SessionFactory instances, or, should I say instance. In fact, this class isn't much of a factory at all. At its very best, it can create and handoff exactly one instance of a Hibernate SessionFactory. It acts as a transparent proxy to th…</description>
    </item>
    <item rdf:about="http://www.mojavelinux.com/wiki/doku.php?id=java:toolbox&amp;amp;rev=1205523875&amp;do=diff1205523875">
        <dc:format>text/html</dc:format>
        <dc:date>2008-03-14T15:44:35-04:00</dc:date>
        <dc:creator>Dan Allen</dc:creator>
        <title>java:toolbox</title>
        <link>http://www.mojavelinux.com/wiki/doku.php?id=java:toolbox&amp;amp;rev=1205523875&amp;do=diff1205523875</link>
        <description>A collection of tools that are indispensable when creating Java applications.  At this point, I don't use all of these tools.  If there is one I do not yet use, I at least found it interesting enough to add to this page.

Libraries

	*  Ajax4Jsf | home | A JSF component library for handling AJAX requests transparently.
	*  Jacn | home | A framework offering spring configuration without XML. I don't yet use this library.
	*  WFMN | home | Web Flow Navigation Manager -- a lightweight framework off…</description>
    </item>
    <item rdf:about="http://www.mojavelinux.com/wiki/doku.php?id=notebook:uniqueinterfacefeatures&amp;amp;rev=1205507801&amp;do=diff1205507801">
        <dc:format>text/html</dc:format>
        <dc:date>2008-03-14T11:16:41-04:00</dc:date>
        <dc:creator>Dan Allen</dc:creator>
        <title>notebook:uniqueinterfacefeatures</title>
        <link>http://www.mojavelinux.com/wiki/doku.php?id=notebook:uniqueinterfacefeatures&amp;amp;rev=1205507801&amp;do=diff1205507801</link>
        <description>This page includes features that I have observed in various programs that serve as models for developing new applications.

Ad-hoc Workflow

 Workflow is a pain for most users. People work in different ways, yet a workflow is typically rigid. While a workflow can be too complex for some, it treats others as though they are in kindergarden. The best way to do a workflow is to allow for ad-hoc transitions. This term sounds like it is disorganized, but actually it is quite logical. Whenever a certa…</description>
    </item>
</rdf:RDF>
