<?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>2010-03-11T17:39:36-05:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.mojavelinux.com/wiki/doku.php?id=tips:linuxcheatsheet&amp;amp;rev=1262542294&amp;do=diff1262542294"/>
                <rdf:li rdf:resource="http://www.mojavelinux.com/wiki/doku.php?id=tips:firefox&amp;amp;rev=1262153901&amp;do=diff1262153901"/>
                <rdf:li rdf:resource="http://www.mojavelinux.com/wiki/doku.php?id=java:javacheatsheet&amp;amp;rev=1248111414&amp;do=diff1248111414"/>
                <rdf:li rdf:resource="http://www.mojavelinux.com/wiki/doku.php?id=quotes&amp;amp;rev=1238005740&amp;do=diff1238005740"/>
                <rdf:li rdf:resource="http://www.mojavelinux.com/wiki/doku.php?id=java:developmentnotes&amp;amp;rev=1235709901&amp;do=diff1235709901"/>
            </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=tips:linuxcheatsheet&amp;amp;rev=1262542294&amp;do=diff1262542294">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-03T13:11:34-05: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=1262542294&amp;do=diff1262542294</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=tips:firefox&amp;amp;rev=1262153901&amp;do=diff1262153901">
        <dc:format>text/html</dc:format>
        <dc:date>2009-12-30T01:18:21-05:00</dc:date>
        <dc:creator>Dan Allen</dc:creator>
        <title>tips:firefox</title>
        <link>http://www.mojavelinux.com/wiki/doku.php?id=tips:firefox&amp;amp;rev=1262153901&amp;do=diff1262153901</link>
        <description>wp&gt;Firefox is, of course, one of the best browsers in the world, as well as my personal favorite.  However, getting programs to your liking always takes a little bit of work.  The resources below should expediate this process and shed some light on my personal configuration.</description>
    </item>
    <item rdf:about="http://www.mojavelinux.com/wiki/doku.php?id=java:javacheatsheet&amp;amp;rev=1248111414&amp;do=diff1248111414">
        <dc:format>text/html</dc:format>
        <dc:date>2009-07-20T13:36:54-05: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=1248111414&amp;do=diff1248111414</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=1238005740&amp;do=diff1238005740">
        <dc:format>text/html</dc:format>
        <dc:date>2009-03-25T14:29:00-05: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=1238005740&amp;do=diff1238005740</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.

 

General 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=java:developmentnotes&amp;amp;rev=1235709901&amp;do=diff1235709901">
        <dc:format>text/html</dc:format>
        <dc:date>2009-02-26T23:45:01-05:00</dc:date>
        <dc:creator>Dan Allen</dc:creator>
        <title>java:developmentnotes</title>
        <link>http://www.mojavelinux.com/wiki/doku.php?id=java:developmentnotes&amp;amp;rev=1235709901&amp;do=diff1235709901</link>
        <description>A collection of tips for Java development.

Common exceptions

	*  java.lang.NoSuchMethodError: javax.servlet.ServletContext.getContextPath()Ljava/lang/String; 


This exception results from attempting to use Java EE 5 components (such as JSF 1.2) in a J2EE 1.4 environment. Either the container does not support Java EE 5 or you have the 2.4 servlet API somewhere in the runtime path.</description>
    </item>
</rdf:RDF>
