<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Spring 2.5 with annotations and REST requests</title>
	<atom:link href="http://radikalfx.com/2009/01/31/spring-25-with-annotations-and-rest-requests/feed/" rel="self" type="application/rss+xml" />
	<link>http://radikalfx.com/2009/01/31/spring-25-with-annotations-and-rest-requests/</link>
	<description>In full FX</description>
	<lastBuildDate>Fri, 21 May 2010 12:10:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: HARRIS</title>
		<link>http://radikalfx.com/2009/01/31/spring-25-with-annotations-and-rest-requests/#comment-2714</link>
		<dc:creator>HARRIS</dc:creator>
		<pubDate>Sat, 24 Apr 2010 00:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://radikalfx.com/?p=14#comment-2714</guid>
		<description>Very informative and will be sure to come again.</description>
		<content:encoded><![CDATA[<p>Very informative and will be sure to come again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philadelphia pc service</title>
		<link>http://radikalfx.com/2009/01/31/spring-25-with-annotations-and-rest-requests/#comment-2672</link>
		<dc:creator>philadelphia pc service</dc:creator>
		<pubDate>Mon, 08 Mar 2010 07:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://radikalfx.com/?p=14#comment-2672</guid>
		<description>Always great to stumble across a new website this fantastic! I will be back for certain!</description>
		<content:encoded><![CDATA[<p>Always great to stumble across a new website this fantastic! I will be back for certain!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor</title>
		<link>http://radikalfx.com/2009/01/31/spring-25-with-annotations-and-rest-requests/#comment-2652</link>
		<dc:creator>Igor</dc:creator>
		<pubDate>Tue, 15 Dec 2009 05:04:13 +0000</pubDate>
		<guid isPermaLink="false">http://radikalfx.com/?p=14#comment-2652</guid>
		<description>Code above should have been like this to support context-aware deployment

String uri = request.getRequestURI();
if(request.getContextPath() != null &amp;&amp; request.getContextPath().length()&gt;0){
   uri = uri.substring(request.getContextPath().length());
}</description>
		<content:encoded><![CDATA[<p>Code above should have been like this to support context-aware deployment</p>
<p>String uri = request.getRequestURI();<br />
if(request.getContextPath() != null &amp;&amp; request.getContextPath().length()&gt;0){<br />
   uri = uri.substring(request.getContextPath().length());<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed J.</title>
		<link>http://radikalfx.com/2009/01/31/spring-25-with-annotations-and-rest-requests/#comment-263</link>
		<dc:creator>Ed J.</dc:creator>
		<pubDate>Mon, 09 Mar 2009 23:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://radikalfx.com/?p=14#comment-263</guid>
		<description>Thanks, works like a charm! Exactly what I was looking for.</description>
		<content:encoded><![CDATA[<p>Thanks, works like a charm! Exactly what I was looking for.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
