<?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>Atentia</title>
	<atom:link href="http://www.atentia.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.atentia.net</link>
	<description>thoughts and findings - mostly from IT - worth to preserve</description>
	<lastBuildDate>Mon, 10 Oct 2011 23:01:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Running a Dart example on MacOS</title>
		<link>http://www.atentia.net/2011/10/running-a-dart-example-on-macos/</link>
		<comments>http://www.atentia.net/2011/10/running-a-dart-example-on-macos/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 23:01:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[dart]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.atentia.net/?p=218</guid>
		<description><![CDATA[So, as explained in my previous post I did install Dart on my Machine. And of course I was curios to run one of the examples of the dartlang.org website. To do so, is actually quite simple: cd ~/workspace/dart/dart/client python ./tools/htmlconverter.py \ &#62; samples/slider/slider_sample.html -o out/ This compiles the slider example to the out folder. [...]]]></description>
		<wfw:commentRss>http://www.atentia.net/2011/10/running-a-dart-example-on-macos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Googles Dart installed on MacOS X</title>
		<link>http://www.atentia.net/2011/10/getting-googles-dart-installed-on-macos-x/</link>
		<comments>http://www.atentia.net/2011/10/getting-googles-dart-installed-on-macos-x/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 21:59:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[dart]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.atentia.net/?p=207</guid>
		<description><![CDATA[So, today it finally became available for the public. And since it sounds really promising, I thought it might be good to get it going right away. Oh, btw, in my opinion the possibility to switch from a quick-and-dirty approach with dynamically typed variables at the beginning for prototyping to statically typed variables as the [...]]]></description>
		<wfw:commentRss>http://www.atentia.net/2011/10/getting-googles-dart-installed-on-macos-x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Turnkey Linux &#8211; getting my app running on Tomcat the easy way</title>
		<link>http://www.atentia.net/2011/02/turnkey-linux-getting-my-app-running-on-tomcat-easy-wa/</link>
		<comments>http://www.atentia.net/2011/02/turnkey-linux-getting-my-app-running-on-tomcat-easy-wa/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 13:31:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer & OS]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[Turnkey]]></category>

		<guid isPermaLink="false">http://www.atentia.net/?p=201</guid>
		<description><![CDATA[Deploying applications is not my favorite task. I don&#8217;t do it often and every time I&#8217;m not really sure what the bloody command was. So, here I go, taking down notes on what I need to do to get my application up and running from scratch. First off, I decided to use a Turnkey Linux [...]]]></description>
		<wfw:commentRss>http://www.atentia.net/2011/02/turnkey-linux-getting-my-app-running-on-tomcat-easy-wa/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Apple Store update: my new MacBook is arriving in store</title>
		<link>http://www.atentia.net/2011/02/apple-store-update-my-new-macbook-is-arriving-in-store/</link>
		<comments>http://www.atentia.net/2011/02/apple-store-update-my-new-macbook-is-arriving-in-store/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 13:14:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Computer & OS]]></category>
		<category><![CDATA[MacBook Pro]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://www.atentia.net/?p=197</guid>
		<description><![CDATA[I really like that sight when calling up the Apple Store to buy a MacBook Pro as it says We are busy updating the store for you and will be back shortly. Why is that so great, another Fanboy waiting to get his toy? Nope, not in my case, but still were looking at getting [...]]]></description>
		<wfw:commentRss>http://www.atentia.net/2011/02/apple-store-update-my-new-macbook-is-arriving-in-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tapestry5 Setup with HTML5 and jQuery</title>
		<link>http://www.atentia.net/2011/02/tapestry5-setup-with-html5-and-jquery/</link>
		<comments>http://www.atentia.net/2011/02/tapestry5-setup-with-html5-and-jquery/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 13:26:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Tapestry]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Tapestry5]]></category>

		<guid isPermaLink="false">http://www.atentia.net/?p=187</guid>
		<description><![CDATA[Partly learning from past experiences, but mainly because of future requirements regarding mobile development, I am looking to create a Tapestry5 project setup that uses jQuery instead of Prototype and can output HTML5. Make Tapestry5 accept HTML5 Doctype Tapestry5 uses a Parser to validate the correctness of documents. They have to be proper XML and [...]]]></description>
		<wfw:commentRss>http://www.atentia.net/2011/02/tapestry5-setup-with-html5-and-jquery/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>match-patch.de &#8211; my first Tapestry project</title>
		<link>http://www.atentia.net/2011/02/match-patch-de-my-first-tapestry-project/</link>
		<comments>http://www.atentia.net/2011/02/match-patch-de-my-first-tapestry-project/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 12:13:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Tapestry]]></category>
		<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://www.atentia.net/?p=184</guid>
		<description><![CDATA[After 6 month I finally am in the process of finishing off the last edges around my first Tapestry5 project: &#8220;match-patch.de &#8211; Singles mit Familiensinn&#8221; is a german dating portal for singles with a sense for family values. Something other portals are not taking utterly serious. It&#8217;s a great and lovely concept, visualizing itself in [...]]]></description>
		<wfw:commentRss>http://www.atentia.net/2011/02/match-patch-de-my-first-tapestry-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Appengine or Amazon Web Services</title>
		<link>http://www.atentia.net/2011/01/google-appengine-or-amazon-web-services/</link>
		<comments>http://www.atentia.net/2011/01/google-appengine-or-amazon-web-services/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 01:55:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Amazon Web Service]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[GAE]]></category>

		<guid isPermaLink="false">http://www.atentia.net/?p=176</guid>
		<description><![CDATA[Jeesh, is it ever going to be easy? Of course not. But easier once you have chosen a path to walk since both, Googles AppEngine and Amazons Web Services, are great improvement in terms of scalability. And while I thought, GAE/J is just right for my new project, lately I have my doubts. While I [...]]]></description>
		<wfw:commentRss>http://www.atentia.net/2011/01/google-appengine-or-amazon-web-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tapestry Spring Security: Adding new Role &#8220;on the Fly&#8221;</title>
		<link>http://www.atentia.net/2011/01/tapestry-spring-security-adding-new-role-on-the-fly/</link>
		<comments>http://www.atentia.net/2011/01/tapestry-spring-security-adding-new-role-on-the-fly/#comments</comments>
		<pubDate>Mon, 03 Jan 2011 22:22:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Tapestry]]></category>
		<category><![CDATA[spring security]]></category>

		<guid isPermaLink="false">http://www.atentia.net/?p=166</guid>
		<description><![CDATA[In my current project &#8211; based on Tapestry 5, Hibernate, MySQL &#8211; I am integrating the Paypal NVP API to allow the user to upgrade his account. Some of the pages are secured by Tapestry-Spring-Security (TSS) to be usable for premium users only (&#8220;ROLE_PREMIUM&#8221;). Whereas normal users have the user role (&#8220;ROLE_USER&#8221;) only. After the [...]]]></description>
		<wfw:commentRss>http://www.atentia.net/2011/01/tapestry-spring-security-adding-new-role-on-the-fly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>@Secured annotation from tapestry-spring-security is ignored</title>
		<link>http://www.atentia.net/2010/06/secured-annotation-from-tapestry-spring-security-is-ignored/</link>
		<comments>http://www.atentia.net/2010/06/secured-annotation-from-tapestry-spring-security-is-ignored/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 13:59:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Tapestry]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[maven dependency]]></category>
		<category><![CDATA[spring security]]></category>

		<guid isPermaLink="false">http://www.atentia.net/?p=158</guid>
		<description><![CDATA[Implementing security is a pretty serious topic and different approaches do exist for Tapestry. So I started reading different articles about it and finally came to the conclusion to go along with Spring-Security implementation for Tapestry. For those interested, here is a list of articles and plugins regarding that topic: Securing Tapestry pages with Annotations, [...]]]></description>
		<wfw:commentRss>http://www.atentia.net/2010/06/secured-annotation-from-tapestry-spring-security-is-ignored/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Calling a Service and create DOMDocument from Response with AppEngines URLFetch</title>
		<link>http://www.atentia.net/2010/04/calling-a-service-and-create-domdocument-from-response-with-appengines-urlfetch/</link>
		<comments>http://www.atentia.net/2010/04/calling-a-service-and-create-domdocument-from-response-with-appengines-urlfetch/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 02:49:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[appengine]]></category>
		<category><![CDATA[urlfetch]]></category>

		<guid isPermaLink="false">http://www.atentia.net/?p=154</guid>
		<description><![CDATA[This is rather simple task and well documented is the part on doing the call. Though in my case the response is a XML and I want it as a DOMDocument to do my thing. And here is the short snippet for a method that does the call and populates the DOMDocument: private Document domDocument; [...]]]></description>
		<wfw:commentRss>http://www.atentia.net/2010/04/calling-a-service-and-create-domdocument-from-response-with-appengines-urlfetch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

