<?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 for PermGen error</title>
	<atom:link href="http://eggsylife.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://eggsylife.co.uk</link>
	<description>Eggsylife</description>
	<lastBuildDate>Tue, 07 Sep 2010 16:27:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Spring Forms, Dynamic Lists and Ajax by Ahsan Javed</title>
		<link>http://eggsylife.co.uk/2009/11/30/spring-forms-dynamic-lists-and-ajax/comment-page-1/#comment-125</link>
		<dc:creator>Ahsan Javed</dc:creator>
		<pubDate>Tue, 07 Sep 2010 16:27:32 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=183#comment-125</guid>
		<description>Hi,
Very nice and explanatory tutorial indeed. I however need adding a child field via a pop up window. I am able to open the pop up window but when I try to add the newly generated field row to my table, it fails to bind with spring. I am adding a new TR element to table body via jQuery and not via jsp as shown in your example. 

Can you please show me how to add rows to table via jQuery which later on are bound with spring.

Thanks
Ahsan</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Very nice and explanatory tutorial indeed. I however need adding a child field via a pop up window. I am able to open the pop up window but when I try to add the newly generated field row to my table, it fails to bind with spring. I am adding a new TR element to table body via jQuery and not via jsp as shown in your example. </p>
<p>Can you please show me how to add rows to table via jQuery which later on are bound with spring.</p>
<p>Thanks<br />
Ahsan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GWT 2, JSONP and Javascript Overlays with JsonpRequestBuilder by Sean Bowman</title>
		<link>http://eggsylife.co.uk/2010/04/22/gwt-2-jsonp-and-javascript-overlays-with-jsonprequestbuilder/comment-page-1/#comment-124</link>
		<dc:creator>Sean Bowman</dc:creator>
		<pubDate>Thu, 26 Aug 2010 20:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=249#comment-124</guid>
		<description>Wow...this was incredibly helpful!  This is so much easier that the &quot;old way&quot; described in the Google tutorial.</description>
		<content:encoded><![CDATA[<p>Wow&#8230;this was incredibly helpful!  This is so much easier that the &#8220;old way&#8221; described in the Google tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring 3 RESTful Web Services by admin</title>
		<link>http://eggsylife.co.uk/2010/01/03/spring-3-restful-web-services/comment-page-1/#comment-123</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 05 Aug 2010 08:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=204#comment-123</guid>
		<description>@Indian

Hi there,

Sorry for the late reply I have been away.

If you are sending your request as HTML you can convert this to a Java bean in your controller using Spring&#039;s message conversion

See:

&lt;a href=&quot;http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/remoting.html#rest-message-conversion&quot; rel=&quot;nofollow&quot;&gt;http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/remoting.html#rest-message-conversion&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>@Indian</p>
<p>Hi there,</p>
<p>Sorry for the late reply I have been away.</p>
<p>If you are sending your request as HTML you can convert this to a Java bean in your controller using Spring&#8217;s message conversion</p>
<p>See:</p>
<p><a href="http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/remoting.html#rest-message-conversion" rel="nofollow">http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/remoting.html#rest-message-conversion</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring 3 RESTful Web Services by Indian</title>
		<link>http://eggsylife.co.uk/2010/01/03/spring-3-restful-web-services/comment-page-1/#comment-122</link>
		<dc:creator>Indian</dc:creator>
		<pubDate>Mon, 26 Jul 2010 18:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=204#comment-122</guid>
		<description>Hi all,
I am developing a restful web service using spring 3.0 . And  I am a newbee in this.
I am using RAD to develop it n wfetch for testing the web service and I have not used maven.
I pass my inputs through a request xml and this [B]request xml[/B] is sent as the body of POST method. 
My problem is the I am not able to retrieve the data that I have passed through the [B]request xml[/B] in the controller class.
Basically I am not able to process any datacoming from request as the POST message body.....

Please help... any suggestions welcome.... 
thanks in advance........</description>
		<content:encoded><![CDATA[<p>Hi all,<br />
I am developing a restful web service using spring 3.0 . And  I am a newbee in this.<br />
I am using RAD to develop it n wfetch for testing the web service and I have not used maven.<br />
I pass my inputs through a request xml and this [B]request xml[/B] is sent as the body of POST method.<br />
My problem is the I am not able to retrieve the data that I have passed through the [B]request xml[/B] in the controller class.<br />
Basically I am not able to process any datacoming from request as the POST message body&#8230;..</p>
<p>Please help&#8230; any suggestions welcome&#8230;.<br />
thanks in advance&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GWT SuggestBox backed by DTO Model by admin</title>
		<link>http://eggsylife.co.uk/2008/08/25/gwt-suggestbox-backed-by-dto-model/comment-page-1/#comment-121</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 19 Jul 2010 08:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=24#comment-121</guid>
		<description>Hi there,

I can however that is purely the server side code and thus is completely dependant on your architecture.

For example you may or may not use Hibernate for ORM or you may just use an in memory model. 

What section of the code are you struggling with?</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I can however that is purely the server side code and thus is completely dependant on your architecture.</p>
<p>For example you may or may not use Hibernate for ORM or you may just use an in memory model. </p>
<p>What section of the code are you struggling with?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GWT SuggestBox backed by DTO Model by cometta</title>
		<link>http://eggsylife.co.uk/2008/08/25/gwt-suggestbox-backed-by-dto-model/comment-page-1/#comment-120</link>
		<dc:creator>cometta</dc:creator>
		<pubDate>Sun, 18 Jul 2010 15:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=24#comment-120</guid>
		<description>can you post MyServiceImpl.fetchPeople() method?</description>
		<content:encoded><![CDATA[<p>can you post MyServiceImpl.fetchPeople() method?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GWT SuggestBox backed by DTO Model by cometta</title>
		<link>http://eggsylife.co.uk/2008/08/25/gwt-suggestbox-backed-by-dto-model/comment-page-1/#comment-119</link>
		<dc:creator>cometta</dc:creator>
		<pubDate>Sun, 18 Jul 2010 12:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=24#comment-119</guid>
		<description>i want to add a submit button. how do i get the entries keyed into the suggestionbox by user?

submitButton.addClickHandler(new ClickHandler() {
    			@Override
    			public void onClick(ClickEvent event) {
    				
    				
    	               //    box.WhatMethodtocalltogetEntriesSelectedByUser..?
    				
    			}
    		});</description>
		<content:encoded><![CDATA[<p>i want to add a submit button. how do i get the entries keyed into the suggestionbox by user?</p>
<p>submitButton.addClickHandler(new ClickHandler() {<br />
    			@Override<br />
    			public void onClick(ClickEvent event) {</p>
<p>    	               //    box.WhatMethodtocalltogetEntriesSelectedByUser..?</p>
<p>    			}<br />
    		});</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GWT SuggestBox backed by DTO Model by Altug</title>
		<link>http://eggsylife.co.uk/2008/08/25/gwt-suggestbox-backed-by-dto-model/comment-page-1/#comment-118</link>
		<dc:creator>Altug</dc:creator>
		<pubDate>Thu, 17 Jun 2010 19:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=24#comment-118</guid>
		<description>Hi,

That&#039;s absolutely no problem. You were not too slow or too late :)

I am writing a blogpost about how I solved the issue and I&#039;m referencing your post. Thank you very much again.

You can see the post here: http://altuginplainenglish.blogspot.com/2010/06/gwt-suggestbox-filled-with-any-object.html

Best wishes,
Altug</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>That&#8217;s absolutely no problem. You were not too slow or too late <img src='http://eggsylife.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I am writing a blogpost about how I solved the issue and I&#8217;m referencing your post. Thank you very much again.</p>
<p>You can see the post here: <a href="http://altuginplainenglish.blogspot.com/2010/06/gwt-suggestbox-filled-with-any-object.html" rel="nofollow">http://altuginplainenglish.blogspot.com/2010/06/gwt-suggestbox-filled-with-any-object.html</a></p>
<p>Best wishes,<br />
Altug</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GWT SuggestBox backed by DTO Model by admin</title>
		<link>http://eggsylife.co.uk/2008/08/25/gwt-suggestbox-backed-by-dto-model/comment-page-1/#comment-117</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 11 Jun 2010 21:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=24#comment-117</guid>
		<description>Hi there,

Sorry I haven&#039;t replied sooner.

Thank you for your comments glad you have got your issue sorted :)</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>Sorry I haven&#8217;t replied sooner.</p>
<p>Thank you for your comments glad you have got your issue sorted <img src='http://eggsylife.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GWT SuggestBox backed by DTO Model by Altug</title>
		<link>http://eggsylife.co.uk/2008/08/25/gwt-suggestbox-backed-by-dto-model/comment-page-1/#comment-116</link>
		<dc:creator>Altug</dc:creator>
		<pubDate>Fri, 11 Jun 2010 10:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=24#comment-116</guid>
		<description>Hello again,

I found the functionality solution. In the Oracle Class, the added items were too few. Now I changed it to &quot;suggestions.get(i).getDisplayString().toLowerCase().contains(prefixToMatch)&quot; and it also takes some other items in the suggestion.

Thank you very much for your blogpost.

Best wishes,
Altug</description>
		<content:encoded><![CDATA[<p>Hello again,</p>
<p>I found the functionality solution. In the Oracle Class, the added items were too few. Now I changed it to &#8220;suggestions.get(i).getDisplayString().toLowerCase().contains(prefixToMatch)&#8221; and it also takes some other items in the suggestion.</p>
<p>Thank you very much for your blogpost.</p>
<p>Best wishes,<br />
Altug</p>
]]></content:encoded>
	</item>
</channel>
</rss>
