<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><!-- generator="wordpress/2.2.2" --><rss 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/" version="2.0">

<channel>
	<title>Blogging at the speed of thought</title>
	<link>http://aruld.info</link>
	<description>Life, Technology and More</description>
	<pubDate>Sat, 18 Oct 2008 05:50:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/aruld" type="application/rss+xml" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">2007016</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://www.feedburner.com</feedburner:feedburnerHostname><item>
		<title>Jersey 1.0 final ships - production quality RI for JSR 311 API</title>
		<link>http://aruld.info/jersey-10-final-ships-production-quality-ri-for-jsr-311-api/</link>
		<comments>http://aruld.info/jersey-10-final-ships-production-quality-ri-for-jsr-311-api/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 03:30:29 +0000</pubDate>
		<dc:creator>Arul</dc:creator>
		
		<category><![CDATA[REST]]></category>

		<category><![CDATA[Web Frameworks]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://aruld.info/jersey-10-final-ships-production-quality-ri-for-jsr-311-api/</guid>
		<description><![CDATA[ Today, Paul announced in his blog about the availability of Jersey 1.0. I have been waiting for this release like many others. The Jersey team delivered a pretty solid implementation and this implementation has been tested by the user community to a greater extent. This project can be considered as a blueprint for similar [...]]]></description>
		<wfw:commentRss>http://aruld.info/jersey-10-final-ships-production-quality-ri-for-jsr-311-api/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Apple Safari, Google Chrome, call it bizarre</title>
		<link>http://aruld.info/apple-safari-google-chrome-call-it-bizarre/</link>
		<comments>http://aruld.info/apple-safari-google-chrome-call-it-bizarre/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 02:03:15 +0000</pubDate>
		<dc:creator>Arul</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://aruld.info/apple-safari-google-chrome-call-it-bizarre/</guid>
		<description><![CDATA[I was trying to download IBM Development Package for Eclipse. I was using Chrome all these days since its launch, apart from Firefox, IE. I always had a good impression about the newbie Chrome so far. But, its inability to open a secure web site shattered my first impression with Chrome. But, this is still [...]]]></description>
		<wfw:commentRss>http://aruld.info/apple-safari-google-chrome-call-it-bizarre/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Win your dreams beyond stealth mode</title>
		<link>http://aruld.info/win-your-dreams-beyond-stealth-mode/</link>
		<comments>http://aruld.info/win-your-dreams-beyond-stealth-mode/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 05:09:50 +0000</pubDate>
		<dc:creator>Arul</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://aruld.info/win-your-dreams-beyond-stealth-mode/</guid>
		<description><![CDATA[I was reading Paul Graham&#8217;s essay &#8220;A Fundraising Survival Guide&#8221; in which, he outlines some of the key factors which helps in keeping fund raising dreams for startups beyond stealth mode. I thought of highlighting these techniques in this post simply because they were very concise and demanding.
1. Have low expectations.
2. Keep working on your [...]]]></description>
		<wfw:commentRss>http://aruld.info/win-your-dreams-beyond-stealth-mode/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Yahoo Search Restful Client using Jersey</title>
		<link>http://aruld.info/yahoo-search-restful-client-using-jersey/</link>
		<comments>http://aruld.info/yahoo-search-restful-client-using-jersey/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 07:16:45 +0000</pubDate>
		<dc:creator>Arul</dc:creator>
		
		<category><![CDATA[REST]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Architecture]]></category>

		<guid isPermaLink="false">http://aruld.info/yahoo-search-restful-client-using-jersey/</guid>
		<description><![CDATA[Yahoo Search provides a RESTful interface for web search. Of course this service is been there for a while. I was just curious to use Jersey Client to play around with the Yahoo REST service. It opens up a world of possibilities for building applications around these services in Java.
Let us invoke the web search [...]]]></description>
		<wfw:commentRss>http://aruld.info/yahoo-search-restful-client-using-jersey/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Programming SSL for Jetty based CXF services</title>
		<link>http://aruld.info/programming-ssl-for-jetty-based-cxf-services/</link>
		<comments>http://aruld.info/programming-ssl-for-jetty-based-cxf-services/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 19:30:45 +0000</pubDate>
		<dc:creator>Arul</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Security]]></category>

		<category><![CDATA[JEE]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://aruld.info/programming-ssl-for-jetty-based-cxf-services/</guid>
		<description><![CDATA[It has been a wonderful week with my ramblings with CXF and SSL. But, it all ended up in good mood. Sometimes, it is so hard to find how to use certain features with CXF. I am a great fan of CXF because of its simplicity and intuitive feature set. It provides an array of [...]]]></description>
		<wfw:commentRss>http://aruld.info/programming-ssl-for-jetty-based-cxf-services/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Independence day Fire Works in Heights, just say Wow!</title>
		<link>http://aruld.info/independence-day-fire-works-in-heights-just-say-wow/</link>
		<comments>http://aruld.info/independence-day-fire-works-in-heights-just-say-wow/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 04:14:07 +0000</pubDate>
		<dc:creator>Arul</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://aruld.info/independence-day-fire-works-in-heights-just-say-wow/</guid>
		<description><![CDATA[Fire flies treat for your eyes only.


]]></description>
		<wfw:commentRss>http://aruld.info/independence-day-fire-works-in-heights-just-say-wow/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JavaOne 2008 presentations are online</title>
		<link>http://aruld.info/javaone-2008-presentations-are-online/</link>
		<comments>http://aruld.info/javaone-2008-presentations-are-online/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 04:49:31 +0000</pubDate>
		<dc:creator>Arul</dc:creator>
		
		<category><![CDATA[JEE]]></category>

		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://aruld.info/javaone-2008-presentations-are-online/</guid>
		<description><![CDATA[For those who missed JavaOne this year, Sun has published the conference slides here a month later. I find these very useful especially for Java geeks as it provides an opportunity to learn some of the technical advancements around the Java platform and the momentum around the technology is healthy. 
My top contenders this year [...]]]></description>
		<wfw:commentRss>http://aruld.info/javaone-2008-presentations-are-online/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Jersey Client API - made for each other</title>
		<link>http://aruld.info/jersey-client-api-made-for-each-other/</link>
		<comments>http://aruld.info/jersey-client-api-made-for-each-other/#comments</comments>
		<pubDate>Wed, 28 May 2008 02:43:20 +0000</pubDate>
		<dc:creator>Arul</dc:creator>
		
		<category><![CDATA[Web Frameworks]]></category>

		<category><![CDATA[JEE]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[Design Patterns]]></category>

		<guid isPermaLink="false">http://aruld.info/jersey-client-api-made-for-each-other/</guid>
		<description><![CDATA[In my earlier blog entry on Jersey, I used HTTPClient API and curl command line utility as the clients. I had not mentioned about the Jersey Client API. It is part of the Jersey distribution. I would prefer using Jersey Client API as it is modeled around the concepts of JAX-RS spec. Let us quickly [...]]]></description>
		<wfw:commentRss>http://aruld.info/jersey-client-api-made-for-each-other/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Building RESTful web services using Jersey</title>
		<link>http://aruld.info/building-restful-web-services-using-jersey/</link>
		<comments>http://aruld.info/building-restful-web-services-using-jersey/#comments</comments>
		<pubDate>Tue, 27 May 2008 05:08:07 +0000</pubDate>
		<dc:creator>Arul</dc:creator>
		
		<category><![CDATA[JEE]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[SOA]]></category>

		<category><![CDATA[Architecture]]></category>

		<guid isPermaLink="false">http://aruld.info/building-restful-web-services-using-jersey/</guid>
		<description><![CDATA[ Jersey is a JSR 311 reference implementation for the JAX-RS spec (The Java API for RESTful Web Services). The JSR development is nearing its completion, but for most part the RI is stable enough for developers to start playing with RESTful services. JAX-RS is an elegant API built around the powerful REST architecture and [...]]]></description>
		<wfw:commentRss>http://aruld.info/building-restful-web-services-using-jersey/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ActiveMQ - shifting message brokering market landscape</title>
		<link>http://aruld.info/activemq-shifting-message-brokering-market-landscape/</link>
		<comments>http://aruld.info/activemq-shifting-message-brokering-market-landscape/#comments</comments>
		<pubDate>Sun, 18 May 2008 21:17:32 +0000</pubDate>
		<dc:creator>Arul</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[JEE]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[Design Patterns]]></category>

		<guid isPermaLink="false">http://aruld.info/activemq-shifting-message-brokering-market-landscape/</guid>
		<description><![CDATA[Message brokering markets were once dominated by heavy weights and required huge investments by enterprises for implementing such solutions. Vendors made huge bucks out of it by selling such solutions and support. Is this still considered a niche market? I personally don&#8217;t think so. I am definitely not against vendors offering such solutions, but the [...]]]></description>
		<wfw:commentRss>http://aruld.info/activemq-shifting-message-brokering-market-landscape/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
