<?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 Finance &gt; Part 2: Spring @MVC &amp; Spring 3.0 REST integration</title>
	<atom:link href="http://stsmedia.net/spring-finance-part-2-spring-mvc-spring-30-rest-integration/feed/" rel="self" type="application/rss+xml" />
	<link>http://stsmedia.net/spring-finance-part-2-spring-mvc-spring-30-rest-integration/</link>
	<description>Programming, Photography, Life</description>
	<lastBuildDate>Thu, 05 Aug 2010 07:43:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: dragos</title>
		<link>http://stsmedia.net/spring-finance-part-2-spring-mvc-spring-30-rest-integration/comment-page-1/#comment-142</link>
		<dc:creator>dragos</dc:creator>
		<pubDate>Sun, 03 Jan 2010 23:54:25 +0000</pubDate>
		<guid isPermaLink="false">http://stsmedia.net/?p=131#comment-142</guid>
		<description>hi Stefan,

in the controller you used a some requestmappings path I&#039;m not used to.
First, the class annontation is @RequestMapping(&quot;/person/**&quot;) and then the methods @RequestMapping(value = &quot;person&quot;, method = ....). Can you give me some details about this kind of mappings?
I&#039;m using &quot;/person&quot; for class and &quot;/create&quot; or &quot;/list&quot; for methods.

Thanks</description>
		<content:encoded><![CDATA[<p>hi Stefan,</p>
<p>in the controller you used a some requestmappings path I&#8217;m not used to.<br />
First, the class annontation is @RequestMapping(&#8220;/person/**&#8221;) and then the methods @RequestMapping(value = &#8220;person&#8221;, method = &#8230;.). Can you give me some details about this kind of mappings?<br />
I&#8217;m using &#8220;/person&#8221; for class and &#8220;/create&#8221; or &#8220;/list&#8221; for methods.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://stsmedia.net/spring-finance-part-2-spring-mvc-spring-30-rest-integration/comment-page-1/#comment-141</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Thu, 31 Dec 2009 11:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://stsmedia.net/?p=131#comment-141</guid>
		<description>Hello Stefan,

First of all, happy new year!

After installing the application via maven, the created FinanceManager-0.5.war file worked fine after deploying it in Tomcat. However, when I imported the project into eclipse (I used STS), I keep on getting this error after building and deploying the project to STS tc server...

org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named &#039;conversionService&#039; must be of type [org.springframework.core.convert.ConversionService], but was actually of type [net.stsmedia.financemanager.web.flow.ApplicationConversionService]

I haven&#039;t even modifed the codes yet.

Thanks,
Dennis</description>
		<content:encoded><![CDATA[<p>Hello Stefan,</p>
<p>First of all, happy new year!</p>
<p>After installing the application via maven, the created FinanceManager-0.5.war file worked fine after deploying it in Tomcat. However, when I imported the project into eclipse (I used STS), I keep on getting this error after building and deploying the project to STS tc server&#8230;</p>
<p>org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named &#8216;conversionService&#8217; must be of type [org.springframework.core.convert.ConversionService], but was actually of type [net.stsmedia.financemanager.web.flow.ApplicationConversionService]</p>
<p>I haven&#8217;t even modifed the codes yet.</p>
<p>Thanks,<br />
Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Schmidt</title>
		<link>http://stsmedia.net/spring-finance-part-2-spring-mvc-spring-30-rest-integration/comment-page-1/#comment-118</link>
		<dc:creator>Stefan Schmidt</dc:creator>
		<pubDate>Sat, 17 Oct 2009 01:25:01 +0000</pubDate>
		<guid isPermaLink="false">http://stsmedia.net/?p=131#comment-118</guid>
		<description>@ddavid,

The in-memory DB is started with your application (when you deploy your war file in tomcat). Since it is in memory all data you entered will be lost as soon as you undeploy your application or shut down the container.

As an alternative you can use a DB which saves your data persistently (HSQLDB persistent, MySQL, ...). The connector setups for these are documented in the Spring framework documentation and fairly easy to setup since all the bits and pieces are already configured in this sample application.

Hope this helps..

-Stefan</description>
		<content:encoded><![CDATA[<p>@ddavid,</p>
<p>The in-memory DB is started with your application (when you deploy your war file in tomcat). Since it is in memory all data you entered will be lost as soon as you undeploy your application or shut down the container.</p>
<p>As an alternative you can use a DB which saves your data persistently (HSQLDB persistent, MySQL, &#8230;). The connector setups for these are documented in the Spring framework documentation and fairly easy to setup since all the bits and pieces are already configured in this sample application.</p>
<p>Hope this helps..</p>
<p>-Stefan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dddavid</title>
		<link>http://stsmedia.net/spring-finance-part-2-spring-mvc-spring-30-rest-integration/comment-page-1/#comment-112</link>
		<dc:creator>dddavid</dc:creator>
		<pubDate>Thu, 01 Oct 2009 20:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://stsmedia.net/?p=131#comment-112</guid>
		<description>HI Stefan,

I&#039;ve imported your sample (Part 2) into SprinSource Tool Suite. It runs fine.

However, I didn&#039;t figure out how the hsqldb in-memory DB is started and how can I load some test data into the tables.


Thanks,
Dave</description>
		<content:encoded><![CDATA[<p>HI Stefan,</p>
<p>I&#8217;ve imported your sample (Part 2) into SprinSource Tool Suite. It runs fine.</p>
<p>However, I didn&#8217;t figure out how the hsqldb in-memory DB is started and how can I load some test data into the tables.</p>
<p>Thanks,<br />
Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Schmidt</title>
		<link>http://stsmedia.net/spring-finance-part-2-spring-mvc-spring-30-rest-integration/comment-page-1/#comment-108</link>
		<dc:creator>Stefan Schmidt</dc:creator>
		<pubDate>Sat, 29 Aug 2009 23:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://stsmedia.net/?p=131#comment-108</guid>
		<description>@Peepod,

Yes, these params appear to be added by dojo. I am not 100% sure but I think it has to do with back button support. I&#039;ll take a look if this can be disabled by any means.

-Stefan</description>
		<content:encoded><![CDATA[<p>@Peepod,</p>
<p>Yes, these params appear to be added by dojo. I am not 100% sure but I think it has to do with back button support. I&#8217;ll take a look if this can be disabled by any means.</p>
<p>-Stefan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peepod</title>
		<link>http://stsmedia.net/spring-finance-part-2-spring-mvc-spring-30-rest-integration/comment-page-1/#comment-106</link>
		<dc:creator>Peepod</dc:creator>
		<pubDate>Thu, 27 Aug 2009 08:04:47 +0000</pubDate>
		<guid isPermaLink="false">http://stsmedia.net/?p=131#comment-106</guid>
		<description>Hi Mate,

Very nice tutorial series. I am working my way through from the beginning. 

I have a question for you. Building and deploying version 0.1, I am seeing strange x and y values appearing in the links for show and update.

When I click on the show person link, the RESTful url appears as http://localhost:8080/FinanceManager/person/4?x=8&amp;y=7.

When I click on the update person link, the RESTful url appears as http://localhost:8080/FinanceManager/person/4/form?x=12&amp;y=6.

The actual values of x and y appear to be random, and moreover, they don&#039;t appear as input form parameters.

Therefore, my question for you is, where do these parameters come from? Some sort of debug/test code in spring M2?</description>
		<content:encoded><![CDATA[<p>Hi Mate,</p>
<p>Very nice tutorial series. I am working my way through from the beginning. </p>
<p>I have a question for you. Building and deploying version 0.1, I am seeing strange x and y values appearing in the links for show and update.</p>
<p>When I click on the show person link, the RESTful url appears as <a href="http://localhost:8080/FinanceManager/person/4?x=8&amp;y=7" rel="nofollow">http://localhost:8080/FinanceManager/person/4?x=8&amp;y=7</a>.</p>
<p>When I click on the update person link, the RESTful url appears as <a href="http://localhost:8080/FinanceManager/person/4/form?x=12&amp;y=6" rel="nofollow">http://localhost:8080/FinanceManager/person/4/form?x=12&amp;y=6</a>.</p>
<p>The actual values of x and y appear to be random, and moreover, they don&#8217;t appear as input form parameters.</p>
<p>Therefore, my question for you is, where do these parameters come from? Some sort of debug/test code in spring M2?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arokia Raj</title>
		<link>http://stsmedia.net/spring-finance-part-2-spring-mvc-spring-30-rest-integration/comment-page-1/#comment-87</link>
		<dc:creator>Arokia Raj</dc:creator>
		<pubDate>Fri, 07 Aug 2009 04:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://stsmedia.net/?p=131#comment-87</guid>
		<description>hi mate,

Its great article to kick start the application..

Thanks for your service...

Hope to see more contribution from you...

Thanks,
Arokia</description>
		<content:encoded><![CDATA[<p>hi mate,</p>
<p>Its great article to kick start the application..</p>
<p>Thanks for your service&#8230;</p>
<p>Hope to see more contribution from you&#8230;</p>
<p>Thanks,<br />
Arokia</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jettro</title>
		<link>http://stsmedia.net/spring-finance-part-2-spring-mvc-spring-30-rest-integration/comment-page-1/#comment-81</link>
		<dc:creator>Jettro</dc:creator>
		<pubDate>Thu, 09 Jul 2009 12:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://stsmedia.net/?p=131#comment-81</guid>
		<description>Very nice post. I am using your sample application to create something as well. Is helping me a lot to understand things better.

thanks</description>
		<content:encoded><![CDATA[<p>Very nice post. I am using your sample application to create something as well. Is helping me a lot to understand things better.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashant</title>
		<link>http://stsmedia.net/spring-finance-part-2-spring-mvc-spring-30-rest-integration/comment-page-1/#comment-69</link>
		<dc:creator>Prashant</dc:creator>
		<pubDate>Wed, 03 Jun 2009 13:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://stsmedia.net/?p=131#comment-69</guid>
		<description>This is a very good initiave.
1. First it helps understand how to put spring framework technologies together
2. Since you are releasing the source code, it actually reduces the ramp up time.
I appreciate your effort and thank you. Soon your blog will be on top of every chart of enterprise application development :-)</description>
		<content:encoded><![CDATA[<p>This is a very good initiave.<br />
1. First it helps understand how to put spring framework technologies together<br />
2. Since you are releasing the source code, it actually reduces the ramp up time.<br />
I appreciate your effort and thank you. Soon your blog will be on top of every chart of enterprise application development <img src='http://stsmedia.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahesh Yamsani</title>
		<link>http://stsmedia.net/spring-finance-part-2-spring-mvc-spring-30-rest-integration/comment-page-1/#comment-68</link>
		<dc:creator>Mahesh Yamsani</dc:creator>
		<pubDate>Wed, 27 May 2009 05:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://stsmedia.net/?p=131#comment-68</guid>
		<description>Hi Stefan,

I just written a sample program for HelloWorld Rest API Using Spring 3.0 as a Web Module(OSGi). Please find it at
http://maheshyamsani.blogspot.com/2009/05/rest-in-spring-30-sample-application-in.html</description>
		<content:encoded><![CDATA[<p>Hi Stefan,</p>
<p>I just written a sample program for HelloWorld Rest API Using Spring 3.0 as a Web Module(OSGi). Please find it at<br />
<a href="http://maheshyamsani.blogspot.com/2009/05/rest-in-spring-30-sample-application-in.html" rel="nofollow">http://maheshyamsani.blogspot.com/2009/05/rest-in-spring-30-sample-application-in.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
