<?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: extjs &amp; visualforce</title>
	<atom:link href="http://joe-ferraro.com/2009/04/extjs-visualforce/feed/" rel="self" type="application/rss+xml" />
	<link>http://joe-ferraro.com/2009/04/extjs-visualforce/</link>
	<description>adless since 2008</description>
	<lastBuildDate>Mon, 06 Sep 2010 15:31:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: joe-ferraro.com &#124; extjs &#38; visualforce (part 2), using JSON this time</title>
		<link>http://joe-ferraro.com/2009/04/extjs-visualforce/comment-page-1/#comment-1226</link>
		<dc:creator>joe-ferraro.com &#124; extjs &#38; visualforce (part 2), using JSON this time</dc:creator>
		<pubDate>Sat, 11 Apr 2009 14:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://joe-ferraro.com/?p=64#comment-1226</guid>
		<description>[...] Rich Waters&#8217; comment on my first post re: Ext JS &amp; visualforce got me thinking about the possibilities of leveraging JSON in Ext JS components within Visualforce, so I implemented a paging grid, similar to this example provided by Ext JS. OK, enough of the formalities, I suppose people want to see what kind of development ensued: [...]</description>
		<content:encoded><![CDATA[<div style="color:red">
<p>[...] Rich Waters&#8217; comment on my first post re: Ext JS &#38; visualforce got me thinking about the possibilities of leveraging JSON in Ext JS components within Visualforce, so I implemented a paging grid, similar to this example provided by Ext JS. OK, enough of the formalities, I suppose people want to see what kind of development ensued: [...]</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich Waters</title>
		<link>http://joe-ferraro.com/2009/04/extjs-visualforce/comment-page-1/#comment-1164</link>
		<dc:creator>Rich Waters</dc:creator>
		<pubDate>Thu, 09 Apr 2009 21:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://joe-ferraro.com/?p=64#comment-1164</guid>
		<description>Looks Nice, glad to see the integration of Ext JS coming along.  Wish I were more familiar with Visual Force.  Is there any slick way to get remote grids set up?  Perhaps one page that grabs any count/limit parameters and spits out just a set of json data.  Then you could swap in a JsonStore instead of just the simple store&#039;s and could support paging or filtering.</description>
		<content:encoded><![CDATA[<p>Looks Nice, glad to see the integration of Ext JS coming along.  Wish I were more familiar with Visual Force.  Is there any slick way to get remote grids set up?  Perhaps one page that grabs any count/limit parameters and spits out just a set of json data.  Then you could swap in a JsonStore instead of just the simple store&#8217;s and could support paging or filtering.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://joe-ferraro.com/2009/04/extjs-visualforce/comment-page-1/#comment-1156</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Thu, 09 Apr 2009 15:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://joe-ferraro.com/?p=64#comment-1156</guid>
		<description>Jon: I totally agree re: the construction of the data string, which is why I&#039;m looking for alternative methods.  Using apex:repeat tags (as mentioned here: http://techblog.appirio.com/2008/07/extending-visualforce-ui-ext-js.html) is essentially the same approach, but it&#039;s easier to escape characters (IMO) on the server side.</description>
		<content:encoded><![CDATA[<p>Jon: I totally agree re: the construction of the data string, which is why I&#8217;m looking for alternative methods.  Using apex:repeat tags (as mentioned here: <a href="http://techblog.appirio.com/2008/07/extending-visualforce-ui-ext-js.html)" rel="nofollow">http://techblog.appirio.com/2008/07/extending-visualforce-ui-ext-js.html)</a> is essentially the same approach, but it&#8217;s easier to escape characters (IMO) on the server side.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Mountjoy</title>
		<link>http://joe-ferraro.com/2009/04/extjs-visualforce/comment-page-1/#comment-1155</link>
		<dc:creator>Jon Mountjoy</dc:creator>
		<pubDate>Thu, 09 Apr 2009 15:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://joe-ferraro.com/?p=64#comment-1155</guid>
		<description>Interesting!  And that looks pretty cool.  Your code is a lot less pretty though - instead of returning objects to render you&#039;re having to construct a string from the data.  I guess that&#039;s the price you pay for needing to convert to a client side syntax for extjs consumption?</description>
		<content:encoded><![CDATA[<p>Interesting!  And that looks pretty cool.  Your code is a lot less pretty though &#8211; instead of returning objects to render you&#8217;re having to construct a string from the data.  I guess that&#8217;s the price you pay for needing to convert to a client side syntax for extjs consumption?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
