<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://toubsen.de/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://toubsen.de/feed.php">
        <title>toubsen.de</title>
        <description></description>
        <link>http://toubsen.de/</link>
        <image rdf:resource="http://toubsen.de/lib/images/favicon.ico" />
       <dc:date>2010-03-11T05:09:11+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://toubsen.de/aboutme?rev=1262897704&amp;do=diff"/>
                <rdf:li rdf:resource="http://toubsen.de/start?rev=1206483580&amp;do=diff"/>
                <rdf:li rdf:resource="http://toubsen.de/test?rev=1202124511&amp;do=diff"/>
                <rdf:li rdf:resource="http://toubsen.de/news?rev=1190511667&amp;do=diff"/>
                <rdf:li rdf:resource="http://toubsen.de/spring-rcp/vl-docking-history?rev=1190511548&amp;do=diff"/>
                <rdf:li rdf:resource="http://toubsen.de/spring-rcp/custom-binder?rev=1190510018&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://toubsen.de/lib/images/favicon.ico">
        <title>toubsen.de</title>
        <link>http://toubsen.de/</link>
        <url>http://toubsen.de/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://toubsen.de/aboutme?rev=1262897704&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-07T21:55:04+01:00</dc:date>
        <dc:creator>Tobias Vogel</dc:creator>
        <title>aboutme</title>
        <link>http://toubsen.de/aboutme?rev=1262897704&amp;do=diff</link>
        <description>I'm a 27 year old student of computer sciences at the Munich University of Applied Sciences. I'm currently writing my diploma thesis about CRM systems. As a part of this I'm implementing one myself at an online marketing agency here in Munich.</description>
    </item>
    <item rdf:about="http://toubsen.de/start?rev=1206483580&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-03-25T23:19:40+01:00</dc:date>
        <dc:creator>Tobias Vogel</dc:creator>
        <title>start</title>
        <link>http://toubsen.de/start?rev=1206483580&amp;do=diff</link>
        <description>Welcome on my little private space. The main purpose of this site -- besides putting private stuff on it -- is to write about several computer science related topics, which I'm interested in. Mainly, this covers Java development, some web development, networking and security issues. The main benefit for me is to document things for myself, but as I try to focus on topics which aren't almost entirely documented, you may also take advantage of it. Where there's already exhaustive documentation ava…</description>
    </item>
    <item rdf:about="http://toubsen.de/test?rev=1202124511&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-02-04T12:28:31+01:00</dc:date>
        <dc:creator>Tobias Vogel</dc:creator>
        <title>test</title>
        <link>http://toubsen.de/test?rev=1202124511&amp;do=diff</link>
        <description>[Example app for jodreports bug]</description>
    </item>
    <item rdf:about="http://toubsen.de/news?rev=1190511667&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-09-23T03:41:07+01:00</dc:date>
        <dc:creator>Tobias Vogel</dc:creator>
        <title>news</title>
        <link>http://toubsen.de/news?rev=1190511667&amp;do=diff</link>
        <description>2007/09/23 - Documentation updated

I finally managed to completely translate the Acegi ACL howto into English and publish it here. Hope it's of use for someone out there ;-)

Additionally, I added some Spring-RCP documentation, like how to integrate AppFuse as a back end to a Spring-RCP application and some GUI fancy.</description>
    </item>
    <item rdf:about="http://toubsen.de/spring-rcp/vl-docking-history?rev=1190511548&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-09-23T03:39:08+01:00</dc:date>
        <dc:creator>Tobias Vogel</dc:creator>
        <title>spring-rcp:vl-docking-history</title>
        <link>http://toubsen.de/spring-rcp/vl-docking-history?rev=1190511548&amp;do=diff</link>
        <description>The following steps add a functionality to a Spring-RCP project, that resembles to the Eclipse perspectives.

Add VLDocking as a dependency

Add the following dependency to the pom.xml:



&lt;dependency&gt;
    &lt;groupId&gt;org.springframework.richclient&lt;/groupId&gt;
    &lt;artifactId&gt;spring-richclient-vldocking&lt;/artifactId&gt;
    &lt;version&gt;${springrich.version}&lt;/version&gt;
&lt;/dependency&gt;</description>
    </item>
    <item rdf:about="http://toubsen.de/spring-rcp/custom-binder?rev=1190510018&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-09-23T03:13:38+01:00</dc:date>
        <dc:creator>Tobias Vogel</dc:creator>
        <title>spring-rcp:custom-binder</title>
        <link>http://toubsen.de/spring-rcp/custom-binder?rev=1190510018&amp;do=diff</link>
        <description>This issue is very easy to resolve in Spring-RCP, you simply put the follwong bean definition into the context:



&lt;bean id=&quot;binderSelectionStrategy&quot;
    class=&quot;org.springframework.richclient.form.binding.swing.SwingBinderSelectionStrategy&quot;&gt;
    &lt;property name=&quot;bindersForPropertyTypes&quot;&gt;
        &lt;map&gt;
            &lt;entry&gt;
                &lt;key&gt;&lt;value type=&quot;java.lang.Class&quot;&gt;com.company.app.YourClass&lt;/value&gt;&lt;/key&gt;
                &lt;bean class=&quot;com.company.app.YourCustomBinder&quot; /&gt;
            &lt;/entry&gt;
…</description>
    </item>
</rdf:RDF>
