<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.dontdrinkandroot.net/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://www.dontdrinkandroot.net/feed.php">
        <title>dontdrinkandroot</title>
        <description></description>
        <link>http://www.dontdrinkandroot.net/</link>
        <image rdf:resource="http://www.dontdrinkandroot.net/lib/images/favicon.ico" />
       <dc:date>2012-02-23T14:11:22+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.dontdrinkandroot.net/privacy/start?rev=1329178077&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.dontdrinkandroot.net/start?rev=1329172451&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.dontdrinkandroot.net/lastfmtools/cloudgeneration?rev=1328697493&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.dontdrinkandroot.net/java/wicket/models?rev=1322737644&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.dontdrinkandroot.net/java/wicket/models/examples?rev=1321974566&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.dontdrinkandroot.net/lib/images/favicon.ico">
        <title>dontdrinkandroot</title>
        <link>http://www.dontdrinkandroot.net/</link>
        <url>http://www.dontdrinkandroot.net/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.dontdrinkandroot.net/privacy/start?rev=1329178077&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-02-14T01:07:57+01:00</dc:date>
        <dc:creator>shox</dc:creator>
        <title>Privacy</title>
        <link>http://www.dontdrinkandroot.net/privacy/start?rev=1329178077&amp;do=diff</link>
        <description>Adblock Plus Facebook Filter


&lt;http://www.squirrelconspiracy.net/abp/facebook-privacy-list.html&gt;
&lt;http://adversity.uk.to/&gt;</description>
    </item>
    <item rdf:about="http://www.dontdrinkandroot.net/start?rev=1329172451&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-02-13T23:34:11+01:00</dc:date>
        <dc:creator>shox</dc:creator>
        <title>Welcome</title>
        <link>http://www.dontdrinkandroot.net/start?rev=1329172451&amp;do=diff</link>
        <description>Sites

	*  Last.fm Tools

Articles

	*  Cloud Visualization Algorithm

Stuff

	*  Privacy

Java

General

	*  Language Fontrendering Test

Wicket

	*  Models</description>
    </item>
    <item rdf:about="http://www.dontdrinkandroot.net/lastfmtools/cloudgeneration?rev=1328697493&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-02-08T11:38:13+01:00</dc:date>
        <dc:creator>shox</dc:creator>
        <title>Cloud Visualization Algorithm</title>
        <link>http://www.dontdrinkandroot.net/lastfmtools/cloudgeneration?rev=1328697493&amp;do=diff</link>
        <description>Goal


The goal of the cloud visualization algorithm was to provide an aesthetically pleasing visualization of Tag clouds. As packing shapes is always a problem with a high complexity I needed to come up with a solution that is also fast. The desired layout was inspired by Wordle, but as Wordle is unfortunately closed source I needed to build the algorithm myself.</description>
    </item>
    <item rdf:about="http://www.dontdrinkandroot.net/java/wicket/models?rev=1322737644&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-01T12:07:24+01:00</dc:date>
        <dc:creator>shox</dc:creator>
        <title>Wicket Models</title>
        <link>http://www.dontdrinkandroot.net/java/wicket/models?rev=1322737644&amp;do=diff</link>
        <description>Introduction


While Models are one of the fundamental concepts in Wicket the details are hard to understand if you are new to the framework. Models are a level of abstraction between a component and the data this component uses. This is necessary as Wicket persists its components and it is not always desirable that the whole dataobject is persisted as well. Even more complex operations such as transformations can be performed. A clever use of Models can significantly reduce the space used by th…</description>
    </item>
    <item rdf:about="http://www.dontdrinkandroot.net/java/wicket/models/examples?rev=1321974566&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-11-22T16:09:26+01:00</dc:date>
        <dc:creator>shox</dc:creator>
        <title>Wicket model Examples</title>
        <link>http://www.dontdrinkandroot.net/java/wicket/models/examples?rev=1321974566&amp;do=diff</link>
        <description>Loadable Detachable DB Entity Model


Assume our entity implements a Long getId() method for the primary key and we have a corresponding DAO.


public class LoadableDetachableEntityModel extends LoadableDetachableModel&lt;Entity&gt; {

    @SpringBean
    private EntityDao entityDao;
    
    private Long id;

    public LoadableDetachableEntityModel(Long id) {
        super();
        this.id = id;
        this.inject();
    }
 
    public LoadableDetachableEntityModel(Entity entity) {
        super(…</description>
    </item>
</rdf:RDF>

