<?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: Portlets and Ajax &#8211; How Complete are the Standards?</title>
	<atom:link href="http://www.subbu.org/blog/2006/02/portlets-and-ajax-how-complete-are-the-standards/feed" rel="self" type="application/rss+xml" />
	<link>http://www.subbu.org/blog/2006/02/portlets-and-ajax-how-complete-are-the-standards</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 18:56:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: javascript (@javascriptalert) (@javascriptalert) (@javascriptalert)</title>
		<link>http://www.subbu.org/blog/2006/02/portlets-and-ajax-how-complete-are-the-standards/comment-page-1#comment-199540</link>
		<dc:creator>javascript (@javascriptalert) (@javascriptalert) (@javascriptalert)</dc:creator>
		<pubDate>Thu, 02 Feb 2012 15:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2006/02/portlets-and-ajax-how-complete-are-the-standards/#comment-199540</guid>
		<description>Portlets and Ajax  How Complete are the Standards?:  http://t.co/cNoUSeNs</description>
		<content:encoded><![CDATA[<p>Portlets and Ajax  How Complete are the Standards?:  <a href="http://t.co/cNoUSeNs" rel="nofollow">http://t.co/cNoUSeNs</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suuu</title>
		<link>http://www.subbu.org/blog/2006/02/portlets-and-ajax-how-complete-are-the-standards/comment-page-1#comment-48133</link>
		<dc:creator>suuu</dc:creator>
		<pubDate>Thu, 17 Dec 2009 01:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2006/02/portlets-and-ajax-how-complete-are-the-standards/#comment-48133</guid>
		<description>I have a question,

You said that JSR168 / WSRP1.0 support ResourceURL :

&quot;JSR168 and WSRP 1.0 provide for three kinds of URLs that portlets can create in their markup. These are (a) action URLs, (b) render URLs, and (c) resource URLs.&quot;

But I traced in JSR168 and WSRP 1.0 spec but did not see any information about that.

Could you please help to confirm ?

Is it javax.portlet.ResourceURL ?

Thanks,

-suuu</description>
		<content:encoded><![CDATA[<p>I have a question,</p>
<p>You said that JSR168 / WSRP1.0 support ResourceURL :</p>
<p>&#8220;JSR168 and WSRP 1.0 provide for three kinds of URLs that portlets can create in their markup. These are (a) action URLs, (b) render URLs, and (c) resource URLs.&#8221;</p>
<p>But I traced in JSR168 and WSRP 1.0 spec but did not see any information about that.</p>
<p>Could you please help to confirm ?</p>
<p>Is it javax.portlet.ResourceURL ?</p>
<p>Thanks,</p>
<p>-suuu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shilpa Sharma</title>
		<link>http://www.subbu.org/blog/2006/02/portlets-and-ajax-how-complete-are-the-standards/comment-page-1#comment-20512</link>
		<dc:creator>Shilpa Sharma</dc:creator>
		<pubDate>Tue, 24 Feb 2009 10:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2006/02/portlets-and-ajax-how-complete-are-the-standards/#comment-20512</guid>
		<description>I am trying to ajaxify JSr 168 portlet . I would explain what I have developed on high level. Control is dispatched from doView() method of Portlet.java of JSR 168 by PortletRequestDispatcher to a JSP. And from that JSP asynchronous request is sent to Http servlet class in which I want to use createActionURL. Point where I write renderRequest.createActionURL() within doPost() of that class, Illegal State Exception is thrown. 

Somehow I think doView phase of JSR 168 gets over earlier and Ajax request in doPost is processed later. So processAction (i.e createActionURL)is done after doView is over. And hence Illegal State Exception is thrown. 

Please suggest how to overcome this.</description>
		<content:encoded><![CDATA[<p>I am trying to ajaxify JSr 168 portlet . I would explain what I have developed on high level. Control is dispatched from doView() method of Portlet.java of JSR 168 by PortletRequestDispatcher to a JSP. And from that JSP asynchronous request is sent to Http servlet class in which I want to use createActionURL. Point where I write renderRequest.createActionURL() within doPost() of that class, Illegal State Exception is thrown. </p>
<p>Somehow I think doView phase of JSR 168 gets over earlier and Ajax request in doPost is processed later. So processAction (i.e createActionURL)is done after doView is over. And hence Illegal State Exception is thrown. </p>
<p>Please suggest how to overcome this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loganathan</title>
		<link>http://www.subbu.org/blog/2006/02/portlets-and-ajax-how-complete-are-the-standards/comment-page-1#comment-14145</link>
		<dc:creator>Loganathan</dc:creator>
		<pubDate>Thu, 18 Dec 2008 04:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2006/02/portlets-and-ajax-how-complete-are-the-standards/#comment-14145</guid>
		<description>Have a Usescase where i have to integrate .NET porlets thru BEA .NET Acqulogic Accelarator. But those portlets are AJAX WSRP portlets.


Can you share with me some code snippet which explaing AJAX call made with RESOURECE url type.</description>
		<content:encoded><![CDATA[<p>Have a Usescase where i have to integrate .NET porlets thru BEA .NET Acqulogic Accelarator. But those portlets are AJAX WSRP portlets.</p>
<p>Can you share with me some code snippet which explaing AJAX call made with RESOURECE url type.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subbu Allamaraju</title>
		<link>http://www.subbu.org/blog/2006/02/portlets-and-ajax-how-complete-are-the-standards/comment-page-1#comment-96</link>
		<dc:creator>Subbu Allamaraju</dc:creator>
		<pubDate>Wed, 15 Feb 2006 21:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2006/02/portlets-and-ajax-how-complete-are-the-standards/#comment-96</guid>
		<description>Thanks Mr Bond :)
</description>
		<content:encoded><![CDATA[<p>Thanks Mr Bond :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bond</title>
		<link>http://www.subbu.org/blog/2006/02/portlets-and-ajax-how-complete-are-the-standards/comment-page-1#comment-95</link>
		<dc:creator>bond</dc:creator>
		<pubDate>Wed, 15 Feb 2006 20:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2006/02/portlets-and-ajax-how-complete-are-the-standards/#comment-95</guid>
		<description>Action URLs are idempotent ?

Fix the section on RenderURLs.
You have

&quot;Render URLs are are anologuous to HTTP GET. In JSR168, javax.portlet.RenderResponse.createActionURL() can be used to create action URLs.&quot;

Make it &quot;createRenderURL() can be used to create render URLs&quot;
</description>
		<content:encoded><![CDATA[<p>Action URLs are idempotent ?</p>
<p>Fix the section on RenderURLs.<br />
You have</p>
<p>&#8220;Render URLs are are anologuous to HTTP GET. In JSR168, javax.portlet.RenderResponse.createActionURL() can be used to create action URLs.&#8221;</p>
<p>Make it &#8220;createRenderURL() can be used to create render URLs&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

