<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Epseelon &#187; Uncategorized</title>
	<atom:link href="http://sebastien-arbogast.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://sebastien-arbogast.com</link>
	<description>Solving Software Problems since 2010</description>
	<lastBuildDate>Sat, 28 Jan 2012 21:41:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>To All Startups (in Brussels)</title>
		<link>http://sebastien-arbogast.com/2011/12/22/to-all-startups-in-brussels/</link>
		<comments>http://sebastien-arbogast.com/2011/12/22/to-all-startups-in-brussels/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 08:34:58 +0000</pubDate>
		<dc:creator>Sébastien</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=828</guid>
		<description><![CDATA[From January 2012 onward, I'm offering my iPhone/iPad development services for 400€ a day, up to 3 days a week. If a startup needs me 3 days a week, I'll work with one startup. If 3 startups need me for 1 day a week each, I'll work for 3 startups. You get my point.]]></description>
		<wfw:commentRss>http://sebastien-arbogast.com/2011/12/22/to-all-startups-in-brussels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://sebastien-arbogast.com/?flattrss_redirect&amp;id=828&amp;md5=221bb1823bd7e178eefc816a504f16c4" type="text/html" />
	</item>
		<item>
		<title>I&#8217;m Really Pissed at Apple Right Now!</title>
		<link>http://sebastien-arbogast.com/2011/07/13/im-really-pissed-at-apple-right-now/</link>
		<comments>http://sebastien-arbogast.com/2011/07/13/im-really-pissed-at-apple-right-now/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 09:13:52 +0000</pubDate>
		<dc:creator>Sébastien</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Geek Culture]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=801</guid>
		<description><![CDATA[Yes, you read that right! Me, the Apple fanboy, the Mac addict. Let me tell you a story. About 5 years ago, when I was still working for Axen, I was offered an ugly heavy PC laptop as a part of my salary package. Given the price of the beast and the fact that I [...]]]></description>
		<wfw:commentRss>http://sebastien-arbogast.com/2011/07/13/im-really-pissed-at-apple-right-now/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<atom:link rel="payment" href="http://sebastien-arbogast.com/?flattrss_redirect&amp;id=801&amp;md5=79422bbb538e013a90beb94ceea84e5b" type="text/html" />
	</item>
		<item>
		<title>Grails, Vaadin and Spring Security Core</title>
		<link>http://sebastien-arbogast.com/2011/02/23/grails-vaadin-and-spring-security-core/</link>
		<comments>http://sebastien-arbogast.com/2011/02/23/grails-vaadin-and-spring-security-core/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 20:00:36 +0000</pubDate>
		<dc:creator>Sébastien</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=790</guid>
		<description><![CDATA[I got kind of bored with Flex and all the complexity it introduces by forcing you to switch between ActionScript and whatever you are using for the backend (Groovy in my case). I also got bored with having to regenerate my data service stubs on each server-side change, and having to handle the asynchronous remoting. So I started to have a look at Vaadin.]]></description>
		<wfw:commentRss>http://sebastien-arbogast.com/2011/02/23/grails-vaadin-and-spring-security-core/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		<atom:link rel="payment" href="http://sebastien-arbogast.com/?flattrss_redirect&amp;id=790&amp;md5=6cebbcd6b50a38d6a01e2684447cb492" type="text/html" />
	</item>
		<item>
		<title>My Case for DTO&#8217;s</title>
		<link>http://sebastien-arbogast.com/2011/01/06/my-case-for-dtos/</link>
		<comments>http://sebastien-arbogast.com/2011/01/06/my-case-for-dtos/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 12:00:40 +0000</pubDate>
		<dc:creator>Sébastien</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Geek Culture]]></category>
		<category><![CDATA[Groovy/Grails]]></category>
		<category><![CDATA[Model-Driven Architecture]]></category>
		<category><![CDATA[Rich Internet Applications]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=782</guid>
		<description><![CDATA[In many of my posts about Grails and Flex integration, I take for granted that I use Data Transfer Objects to transfer data between my Grails backend and my Flex frontend. Put simply, Data Transfer Object are pure data containing classes different from the domain entity classes used to store data in the backend. I take it for granted because I'm deeply convinced that it's the best way to do things and so far, experience has never proved me wrong. But I often get this question in comments or by mail (this is for you Martijn): why bother create an entirely separate class structure and copy data from entities to DTO's and back instead of just using entities?]]></description>
		<wfw:commentRss>http://sebastien-arbogast.com/2011/01/06/my-case-for-dtos/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		<atom:link rel="payment" href="http://sebastien-arbogast.com/?flattrss_redirect&amp;id=782&amp;md5=da4d107f9378a8c4df8ed9eb5c6019ff" type="text/html" />
	</item>
		<item>
		<title>JVM Web Framework Survey, First Results</title>
		<link>http://sebastien-arbogast.com/2010/11/19/jvm-web-framework-survey-first-results/</link>
		<comments>http://sebastien-arbogast.com/2010/11/19/jvm-web-framework-survey-first-results/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 16:24:30 +0000</pubDate>
		<dc:creator>Sébastien</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=750</guid>
		<description><![CDATA[Yesterday at Devoxx, Matt Raible did a very interesting talk on comparing JVM web frameworks. On this occasion he had the incredible courage of voicing his opinion on each of the most well-known frameworks, rating them in a matrix and the craziest part: showing this matrix to everyone. Immediately after his talk, Twitter was on [...]]]></description>
		<wfw:commentRss>http://sebastien-arbogast.com/2010/11/19/jvm-web-framework-survey-first-results/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<atom:link rel="payment" href="http://sebastien-arbogast.com/?flattrss_redirect&amp;id=750&amp;md5=dd58ab38f26d59ab14a6320e5dab2699" type="text/html" />
	</item>
		<item>
		<title>Looking for Colleagues</title>
		<link>http://sebastien-arbogast.com/2010/08/24/looking-for-colleagues/</link>
		<comments>http://sebastien-arbogast.com/2010/08/24/looking-for-colleagues/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 20:09:55 +0000</pubDate>
		<dc:creator>Sébastien</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=573</guid>
		<description><![CDATA[As a freelance software developer, I&#8217;m currently working for a small but excellent company called Vivansa. We develop products and offer consulting services for the eCustoms sector, working closely with the European Commission and with national customs administrations as well as economic operators. And from a technological standpoint, we&#8217;re doing everything the SOA way. But [...]]]></description>
		<wfw:commentRss>http://sebastien-arbogast.com/2010/08/24/looking-for-colleagues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<atom:link rel="payment" href="http://sebastien-arbogast.com/?flattrss_redirect&amp;id=573&amp;md5=d089a838a8d4fb17509cf1f765af5f81" type="text/html" />
	</item>
		<item>
		<title>Here Comes Grails APNs Plugin</title>
		<link>http://sebastien-arbogast.com/2010/01/04/here-comes-grails-apns-plugin/</link>
		<comments>http://sebastien-arbogast.com/2010/01/04/here-comes-grails-apns-plugin/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 07:00:19 +0000</pubDate>
		<dc:creator>Sébastien</dc:creator>
				<category><![CDATA[Devoxx]]></category>
		<category><![CDATA[Groovy/Grails]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Tech Stuff]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=406</guid>
		<description><![CDATA[That&#8217;s it. I&#8217;ve released my first Grails plugin ever. Woooo! Champagne! If you follow my Twitter feed, you&#8217;ve probably noticed that I&#8217;ve been playing a lot with Apple Push Notification service lately (APNs for friends). Indeed, ConferenceGuide still requires a data connection, which can be problematic on a lot of events because they&#8217;re usually abroad [...]]]></description>
		<wfw:commentRss>http://sebastien-arbogast.com/2010/01/04/here-comes-grails-apns-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<atom:link rel="payment" href="http://sebastien-arbogast.com/?flattrss_redirect&amp;id=406&amp;md5=804bba05d8ba98f0b83ff302ffac161b" type="text/html" />
	</item>
	</channel>
</rss>

