<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Abhijeet Maharana &#187; Gwt</title>
	<atom:link href="http://abhijeetmaharana.com/blog/category/programming/gwt/feed/" rel="self" type="application/rss+xml" />
	<link>http://abhijeetmaharana.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 23 Jan 2012 20:22:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Override rendering of column from SmartGWT data source</title>
		<link>http://abhijeetmaharana.com/blog/2008/12/12/override-rendering-of-column-from-smartgwt-data-source/</link>
		<comments>http://abhijeetmaharana.com/blog/2008/12/12/override-rendering-of-column-from-smartgwt-data-source/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 16:47:48 +0000</pubDate>
		<dc:creator>Abhijeet Maharana</dc:creator>
				<category><![CDATA[Gwt]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[smartgwt]]></category>

		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=69</guid>
		<description><![CDATA[Set a formatter for particular fields while rendering them in a grid.]]></description>
		<wfw:commentRss>http://abhijeetmaharana.com/blog/2008/12/12/override-rendering-of-column-from-smartgwt-data-source/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>GWT-Ext Store to SmartGWT DataSource</title>
		<link>http://abhijeetmaharana.com/blog/2008/12/07/gwt-ext-store-to-smartgwt-datasource/</link>
		<comments>http://abhijeetmaharana.com/blog/2008/12/07/gwt-ext-store-to-smartgwt-datasource/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 20:48:12 +0000</pubDate>
		<dc:creator>Abhijeet Maharana</dc:creator>
				<category><![CDATA[Ext]]></category>
		<category><![CDATA[Gwt]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[smartgwt]]></category>

		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=68</guid>
		<description><![CDATA[GWT-Ext Store instances are all over my code. And I am populating them by various means. While migrating from GWT-Ext to SmartGWT, converting Stores to DataSources will probably take up a lot of time. I was wondering if I could migrate and test only the grids first and deal with the stores later. Code below [...]]]></description>
		<wfw:commentRss>http://abhijeetmaharana.com/blog/2008/12/07/gwt-ext-store-to-smartgwt-datasource/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>SmartGWT 1.0</title>
		<link>http://abhijeetmaharana.com/blog/2008/11/19/smartgwt-10/</link>
		<comments>http://abhijeetmaharana.com/blog/2008/11/19/smartgwt-10/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 20:15:15 +0000</pubDate>
		<dc:creator>Abhijeet Maharana</dc:creator>
				<category><![CDATA[Gwt]]></category>
		<category><![CDATA[smartgwt]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=64</guid>
		<description><![CDATA[SmartGWT 1.0, a web application library based on SmartClient and GWT, was released this Monday. From the release announcement at Sanjiv&#8217;s blog and the showcase demos, it is evident that this library packs a lot of power and is definitely worth checking out. I have come across SmartClient only recently. And now that I know [...]]]></description>
		<wfw:commentRss>http://abhijeetmaharana.com/blog/2008/11/19/smartgwt-10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GWT-Ext Combo helper method</title>
		<link>http://abhijeetmaharana.com/blog/2008/10/07/gwt-ext-combo-helper-method/</link>
		<comments>http://abhijeetmaharana.com/blog/2008/10/07/gwt-ext-combo-helper-method/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 16:55:00 +0000</pubDate>
		<dc:creator>Abhijeet Maharana</dc:creator>
				<category><![CDATA[Ext]]></category>
		<category><![CDATA[Gwt]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=62</guid>
		<description><![CDATA[While working with a GWT-Ext application, I found that most of the Combo boxes used are just meant to be readonly drop down lists. Like the style 2 combo boxes we had in VB. A 2D array with display and value fields is all that is needed. Yet, every combo needs 6-7 lines to get [...]]]></description>
		<wfw:commentRss>http://abhijeetmaharana.com/blog/2008/10/07/gwt-ext-combo-helper-method/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GWT-Ext and jQuery input mask plugin</title>
		<link>http://abhijeetmaharana.com/blog/2008/09/28/gwt-ext-and-jquery-input-mask-plugin/</link>
		<comments>http://abhijeetmaharana.com/blog/2008/09/28/gwt-ext-and-jquery-input-mask-plugin/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 20:29:37 +0000</pubDate>
		<dc:creator>Abhijeet Maharana</dc:creator>
				<category><![CDATA[Ext]]></category>
		<category><![CDATA[Gwt]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=61</guid>
		<description><![CDATA[Yesterday, while dabbling with jQuery and getting amazed by the wealth of plugins and effects available for this library, I came across http://digitalbush.com/2008/07/31/masked-input-plugin-114/. It allows you to fit text fields with an input mask to allow only fixed-width input in a certain format. I had seen it first in MS Access a long long time [...]]]></description>
		<wfw:commentRss>http://abhijeetmaharana.com/blog/2008/09/28/gwt-ext-and-jquery-input-mask-plugin/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>GWT-Ext enhanced HTMLEditor</title>
		<link>http://abhijeetmaharana.com/blog/2008/08/15/gwt-ext-enhanced-htmleditor/</link>
		<comments>http://abhijeetmaharana.com/blog/2008/08/15/gwt-ext-enhanced-htmleditor/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 18:15:15 +0000</pubDate>
		<dc:creator>Abhijeet Maharana</dc:creator>
				<category><![CDATA[Ext]]></category>
		<category><![CDATA[Gwt]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=52</guid>
		<description><![CDATA[Quite sometime back, Khadaa commented that Dan&#8217;s HTMLEditor would be a good plugin to have as part of the GWT-Ext-UX project. I have just committed the GWT-Ext wrapper code. The wrapper code is quite small but I was stuck with some nasty bugs which took some time to squish. And I learnt a couple of [...]]]></description>
		<wfw:commentRss>http://abhijeetmaharana.com/blog/2008/08/15/gwt-ext-enhanced-htmleditor/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Search GWT-Ext forums better</title>
		<link>http://abhijeetmaharana.com/blog/2008/08/01/search-gwt-ext-forums-better/</link>
		<comments>http://abhijeetmaharana.com/blog/2008/08/01/search-gwt-ext-forums-better/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 20:17:56 +0000</pubDate>
		<dc:creator>Abhijeet Maharana</dc:creator>
				<category><![CDATA[Ext]]></category>
		<category><![CDATA[Gwt]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=50</guid>
		<description><![CDATA[Gwt-Ext forum threads have quite a lot of solutions contributed by users. But the forum search is a real pain and I have to struggle a lot for finding what I am looking for. Use this *very helpful* Google custom search for searching the forums and most likely you will find your question already answered: [...]]]></description>
		<wfw:commentRss>http://abhijeetmaharana.com/blog/2008/08/01/search-gwt-ext-forums-better/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gwt-Ext 2.0.4 is out</title>
		<link>http://abhijeetmaharana.com/blog/2008/06/11/gwt-ext-204-is-out/</link>
		<comments>http://abhijeetmaharana.com/blog/2008/06/11/gwt-ext-204-is-out/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 17:07:15 +0000</pubDate>
		<dc:creator>Abhijeet Maharana</dc:creator>
				<category><![CDATA[Ext]]></category>
		<category><![CDATA[Gwt]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=49</guid>
		<description><![CDATA[Gwt-Ext 2.0.4 was released today. Mario announced the release at http://gwt-ext.com/forum/viewtopic.php?f=12&#038;t=1622. I quote from the release notes. Features Support for GWT 1.5 RC1 FF3 Support PageBus Messaging support which allows loosely coupled components to communicate with each other via traditional pubhish / subscribe paradigm. See demo in Showcase under &#8216;Miscellaneous -> Publish Subscribe&#8217; Eclipse Project [...]]]></description>
		<wfw:commentRss>http://abhijeetmaharana.com/blog/2008/06/11/gwt-ext-204-is-out/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Gwt-Ext Custom Reader</title>
		<link>http://abhijeetmaharana.com/blog/2008/06/04/gwt-ext-custom-reader/</link>
		<comments>http://abhijeetmaharana.com/blog/2008/06/04/gwt-ext-custom-reader/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 18:06:32 +0000</pubDate>
		<dc:creator>Abhijeet Maharana</dc:creator>
				<category><![CDATA[Ext]]></category>
		<category><![CDATA[Gwt]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=47</guid>
		<description><![CDATA[Screenshot If I had to populate a Gwt-Ext store with data in arbitrary format, I could parse data on the client and use a MemoryProxy + ArrayReader or I could have the server do the parsing and send JSON data to the client which could then be handled by a JsonReader for populating the store. [...]]]></description>
		<wfw:commentRss>http://abhijeetmaharana.com/blog/2008/06/04/gwt-ext-custom-reader/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Gwt-Ext and Number Madness</title>
		<link>http://abhijeetmaharana.com/blog/2008/05/16/gwt-ext-and-number-madness/</link>
		<comments>http://abhijeetmaharana.com/blog/2008/05/16/gwt-ext-and-number-madness/#comments</comments>
		<pubDate>Fri, 16 May 2008 18:22:32 +0000</pubDate>
		<dc:creator>Abhijeet Maharana</dc:creator>
				<category><![CDATA[Ext]]></category>
		<category><![CDATA[Gwt]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=45</guid>
		<description><![CDATA[This is the 3rd form of my game Number madness. I had first written it using TurboC during the vacation after junior college. And then as a Firefox extension. Both are available in the projects section. Using Gwt-Ext for writing something like this sounds a bit silly. But it did make me learn something new: [...]]]></description>
		<wfw:commentRss>http://abhijeetmaharana.com/blog/2008/05/16/gwt-ext-and-number-madness/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

