<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Adrian Smith's Blog - Latest Comments</title><link xmlns="http://www.w3.org/2005/Atom" rel="http://api.friendfeed.com/2008/03#sup" href="http://disqus.com/sup/all.sup#forumcomments-a89c6a32" type="application/json"/><link>http://adriansmithsblog.disqus.com/</link><description></description><language>en</language><lastBuildDate>Mon, 22 Jun 2009 11:52:51 -0000</lastBuildDate><item><title>Re: How to Create a Remote Paging Listview Using GWT-Ext</title><link>http://www.17od.com/2008/07/24/how-to-create-a-remote-paging-listview-using-gwt-ext/#comment-11560399</link><description>Hi Rajesh,&lt;br&gt;&lt;br&gt;Is the "total" attribute returned in your JSON correct? (the total field in the example I give is "totalPerons" - although that's a mis-spelling, it should be "totalPersons"). This attribute should be the total number of records in the listview, not just the current page.&lt;br&gt;&lt;br&gt;Adrian</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">adrianfsmith</dc:creator><pubDate>Mon, 22 Jun 2009 11:52:51 -0000</pubDate></item><item><title>Re: How to Create a Remote Paging Listview Using GWT-Ext</title><link>http://www.17od.com/2008/07/24/how-to-create-a-remote-paging-listview-using-gwt-ext/#comment-11496479</link><description>Hi,&lt;br&gt;      I tried above example , in my data base i have 21 records.But it's displaying only 15 records in my grid and next page and last page buttons are disabled.Could you help us to figure out the mistake done by me.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Rajesh</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rpelluru</dc:creator><pubDate>Sat, 20 Jun 2009 05:19:19 -0000</pubDate></item><item><title>Re: Windows and Mac backups using rdiff-backup</title><link>http://www.17od.com/2006/10/30/windows-and-mac-backups-using-rdiff-backup/#comment-8868159</link><description>thanks for the information</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ijokasu</dc:creator><pubDate>Thu, 30 Apr 2009 12:53:29 -0000</pubDate></item><item><title>Re: How to Create a Remote Paging Listview Using GWT-Ext</title><link>http://www.17od.com/2008/07/24/how-to-create-a-remote-paging-listview-using-gwt-ext/#comment-6204047</link><description>Unfortunately i put all the getters and setters methods. Do you have another idea about this problem? Maybe i am doing a mistake and i didn't notice.&lt;br&gt;&lt;br&gt;I notice the following:&lt;br&gt;&lt;br&gt;JSONArray jsonPersons = new JSONArray(persons, true);&lt;br&gt;&lt;br&gt;I don't have the constructor method JSONArray with a parameter boolean like you code. In my code is:&lt;br&gt;&lt;br&gt;JSONArray jsonAccounts= new JSONArray(accounts);&lt;br&gt;&lt;br&gt;&lt;br&gt;Other observation:&lt;br&gt;&lt;br&gt;How is inserted the attribute class in JSON:&lt;br&gt;&lt;br&gt;{&lt;br&gt;   "class": "class com._17od.servlets.Person",&lt;br&gt;   "dateOfBirth": "2001-05-19",&lt;br&gt;   "firstname": "Rebecca",&lt;br&gt;   "id": 5,&lt;br&gt;   "lastname": "Taylor"&lt;br&gt;  }&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks a lot</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">belgamo</dc:creator><pubDate>Thu, 12 Feb 2009 07:00:38 -0000</pubDate></item><item><title>Re: How to Create a Remote Paging Listview Using GWT-Ext</title><link>http://www.17od.com/2008/07/24/how-to-create-a-remote-paging-listview-using-gwt-ext/#comment-6202568</link><description>Could it be that your Account object isn't a javabean (with getters for each attribute)?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">adrianfsmith</dc:creator><pubDate>Thu, 12 Feb 2009 03:39:42 -0000</pubDate></item><item><title>Re: How to Create a Remote Paging Listview Using GWT-Ext</title><link>http://www.17od.com/2008/07/24/how-to-create-a-remote-paging-listview-using-gwt-ext/#comment-6184075</link><description>Hi, very good code.&lt;br&gt;&lt;br&gt;I just have one doubt. I follow the steps and my json is like it:&lt;br&gt;&lt;br&gt;{&lt;br&gt; "accounts": [&lt;br&gt;  com.microcpd.mapp.server.Account@13b9fae,&lt;br&gt;  com.microcpd.mapp.server.Account@1706da8,&lt;br&gt;  com.microcpd.mapp.server.Account@2f356f],&lt;br&gt; "totalCounts": 3}&lt;br&gt;&lt;br&gt;Why are not showing the attributes of the Account, it's showing the object.&lt;br&gt;&lt;br&gt;Thanks a lot</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">belgamo</dc:creator><pubDate>Wed, 11 Feb 2009 14:35:21 -0000</pubDate></item><item><title>Re: iPhoto for the PC</title><link>http://www.17od.com/2005/03/13/iphoto-for-the-pc/#comment-5773453</link><description>Fair point Melinda. I've included the name of the product and fixed the link.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adrian Smith</dc:creator><pubDate>Mon, 02 Feb 2009 08:15:02 -0000</pubDate></item><item><title>Re: iPhoto for the PC</title><link>http://www.17od.com/2005/03/13/iphoto-for-the-pc/#comment-5770135</link><description>Dude, &lt;br&gt;&lt;br&gt;All very well and all, but next time, do you think you could actually provide the details of this "little gem" or at least ensure that your link takes you to a site where you can download it?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Melinda</dc:creator><pubDate>Mon, 02 Feb 2009 04:20:04 -0000</pubDate></item><item><title>Re: How to Create a Remote Paging Listview Using GWT-Ext</title><link>http://www.17od.com/2008/07/24/how-to-create-a-remote-paging-listview-using-gwt-ext/#comment-5647319</link><description>Great piece of codes to work with.I'm getting everything but the data being displayed too. The data is returned to the client and is nicely displayed in Firebug, but no sign of it in the GridPanel. Will this not change with new platforms enforced?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jaydress</dc:creator><pubDate>Thu, 29 Jan 2009 08:46:31 -0000</pubDate></item><item><title>Re: How to Create a Remote Paging Listview Using GWT-Ext</title><link>http://www.17od.com/2008/07/24/how-to-create-a-remote-paging-listview-using-gwt-ext/#comment-4037059</link><description>I'm getting everything but the data being displayed too. The data is returned to the client and is nicely displayed in Firebug, but no sign of it in the GridPanel. Any suggestions anyone?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Angus</dc:creator><pubDate>Thu, 27 Nov 2008 05:54:38 -0000</pubDate></item><item><title>Re: How to Create a Remote Paging Listview Using GWT-Ext</title><link>http://www.17od.com/2008/07/24/how-to-create-a-remote-paging-listview-using-gwt-ext/#comment-3759607</link><description>Hi,&lt;br&gt;Thank you for the great tutorial. I do need some help and guidance for the following issue -- The code works perfectly fine when run in hosted mode, however when I run it in web mode,  I do not see any data in the grid. I do not get any exceptions either. I tried all possible ways/options and couldn't proceed further. Can you please guide me. Thanks a lot.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Van</dc:creator><pubDate>Thu, 13 Nov 2008 15:38:24 -0000</pubDate></item><item><title>Re: Problem with Hibernate many-to-many association</title><link>http://www.17od.com/2006/11/09/problem-with-hibernate-many-to-many-association/#comment-3737834</link><description>Thank you! You are super!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Venushka</dc:creator><pubDate>Thu, 13 Nov 2008 07:58:24 -0000</pubDate></item><item><title>Re: Using Managed Sessions in Hibernate to Ease Unit Testing</title><link>http://www.17od.com/2006/11/06/using-managed-sessions-in-hibernate-to-ease-unit-testing/#comment-3393961</link><description>glad you found it useful Thomas</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">adrianfsmith</dc:creator><pubDate>Thu, 30 Oct 2008 13:36:42 -0000</pubDate></item><item><title>Re: Using Managed Sessions in Hibernate to Ease Unit Testing</title><link>http://www.17od.com/2006/11/06/using-managed-sessions-in-hibernate-to-ease-unit-testing/#comment-3390973</link><description>many many thanx for your hint. this is fantastic. no more Session closed! Exceptions. I will never follow the advices from the Hibernate Tutorial. With Adrian's hint you get maximum control over your transactions.&lt;br&gt;Thanx a lot Adrian</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Thomas</dc:creator><pubDate>Thu, 30 Oct 2008 11:04:18 -0000</pubDate></item><item><title>Re: How to Create a Remote Paging Listview Using GWT-Ext</title><link>http://www.17od.com/2008/07/24/how-to-create-a-remote-paging-listview-using-gwt-ext/#comment-3134675</link><description>Hi Adrian,&lt;br&gt;Thanks for the nice article. I'm trying out something like this. I have a search criteria and when I click the submit button I need to load the store. I can see on the server side, the data is being generated and response is sent. But on the client side, the grid is not getting refreshed. I've posted the problem with code snippets here &lt;a href="http://gwt-ext.com/forum/viewtopic.php?f=2&amp;amp;t=3108" rel="nofollow"&gt;http://gwt-ext.com/forum/viewtopic.php?f=2&amp;amp;...&lt;/a&gt;&lt;br&gt;&lt;br&gt;If possible, do let me know if you sense any problem somewhere.&lt;br&gt;&lt;br&gt;regards&lt;br&gt;Prakash</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Prakash</dc:creator><pubDate>Sun, 12 Oct 2008 09:20:34 -0000</pubDate></item><item><title>Re: Installing Qt 4.0 on Windows</title><link>http://www.17od.com/2005/07/05/installing-qt-40-on-windows/#comment-3134531</link><description>Thanks a lot , I try to compile qt with visual studio as QT web site tell me but it does not work as you tell us , and your way is the excellent way and work right , thanks a gain , If you have additional information about this operation , tell us , thanks...............</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ibrahim</dc:creator><pubDate>Thu, 04 Sep 2008 15:24:29 -0000</pubDate></item><item><title>Re: How to Create a Remote Paging Listview Using GWT-Ext</title><link>http://www.17od.com/2008/07/24/how-to-create-a-remote-paging-listview-using-gwt-ext/#comment-3134672</link><description>Great howto. I found it extremely useful, since RPC serialization would just explode for &amp;gt; 700 of the entities I am working with.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pablo</dc:creator><pubDate>Mon, 25 Aug 2008 07:32:04 -0000</pubDate></item><item><title>Re: How to Create a Remote Paging Listview Using GWT-Ext</title><link>http://www.17od.com/2008/07/24/how-to-create-a-remote-paging-listview-using-gwt-ext/#comment-3134676</link><description>Hi myio,&lt;br&gt;&lt;br&gt;It's difficult to say what the best approach is without understanding your data and how it would be best presented. With 7000 rows of data I'd say you're on the right track with remote paging.&lt;br&gt;&lt;br&gt;The Grouping Grid looks pretty similar to the standard Grid. From looking at the example here (&lt;a href="http://www.gwt-ext.com/demo/#gridGrouping" rel="nofollow"&gt;http://www.gwt-ext.com/demo/#gridGrouping&lt;/a&gt;) the only difference is that you use a GroupingStore, a GroupingView and call grid.setAutoExpandColumn() on the GridPanel.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adrian</dc:creator><pubDate>Thu, 14 Aug 2008 03:19:11 -0000</pubDate></item><item><title>Re: How to Create a Remote Paging Listview Using GWT-Ext</title><link>http://www.17od.com/2008/07/24/how-to-create-a-remote-paging-listview-using-gwt-ext/#comment-3134674</link><description>Thanks for the great tutorial. I want to use the Grouping Grid in my application. My data set is pretty large (around 7000 rows). This amount of data seems to be way too much to transmit/display all at once. I was trying to think of how I could use the model you have demonstrated with the tree-like functionality of the Grouping view. It seems like I have to split the work into at least two pieces: collecting and presenting data for the initial collapsed tree; and secondly collecting and presenting the data as each node in the tree is expanded.&lt;br&gt;&lt;br&gt;Is there a better way? Can you recommend an approach? Is this even possible since the root/first level of the tree looks different from a data perspective (i.e. fewer columns than an expanded node showing record details).&lt;br&gt;&lt;br&gt;Any advice would be appreciated.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">myio</dc:creator><pubDate>Wed, 13 Aug 2008 16:26:22 -0000</pubDate></item><item><title>Re: Accessing the NIB &amp;#038; ROS Websites Using Linux</title><link>http://www.17od.com/2007/11/04/accessing-the-nib-ros-websites-using-linux/#comment-3134671</link><description>ROS runs on a SUN Microsystems server, so it seems daft that it doesn't support Linux...</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John</dc:creator><pubDate>Wed, 16 Jul 2008 09:30:18 -0000</pubDate></item><item><title>Re: UPM 1.1 Released</title><link>http://www.17od.com/2006/09/01/upm-11-released/#comment-3134558</link><description>I just needed to install JCE in the right location, it was in the wrong path.&lt;br&gt;&lt;br&gt;Thanks.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marco Gomes</dc:creator><pubDate>Fri, 11 Jul 2008 14:56:47 -0000</pubDate></item><item><title>Re: UPM 1.1 Released</title><link>http://www.17od.com/2006/09/01/upm-11-released/#comment-3134562</link><description>Are you getting an error message Marco?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adrian</dc:creator><pubDate>Fri, 30 May 2008 13:41:36 -0000</pubDate></item><item><title>Re: UPM 1.1 Released</title><link>http://www.17od.com/2006/09/01/upm-11-released/#comment-3134563</link><description>Hi,&lt;br&gt;&lt;br&gt;I've been using UPM for a year now. And after my upgrading to Leopard, it stopped working. I've already installed JCE, but it not fixed the problem.&lt;br&gt;&lt;br&gt;Can you help me? Please? I really need to access my data on the UPM database.&lt;br&gt;&lt;br&gt;Sorry for bad english.&lt;br&gt;&lt;br&gt;from Brazil, Marco Gomes&lt;br&gt;CTO of the boo-box team&lt;br&gt;&lt;a href="http://boo-box.com" rel="nofollow"&gt;http://boo-box.com&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marco Gomes</dc:creator><pubDate>Fri, 30 May 2008 10:40:33 -0000</pubDate></item><item><title>Re: Installing Mythbuntu 7.10</title><link>http://www.17od.com/2007/10/26/installing-mythbuntu-710/#comment-3134667</link><description>Thanks very much for the pointer to &lt;a href="https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper" rel="nofollow"&gt;WifiDocs/Driver/Ndiswrapper&lt;/a&gt;.  You were right, it is easy.  I installed the WMP54Gv4.1 driver on Mythbuntu 7.10, and it seems to be working.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Ing</dc:creator><pubDate>Fri, 25 Apr 2008 18:37:23 -0000</pubDate></item><item><title>Re: Problem with Hibernate many-to-many association</title><link>http://www.17od.com/2006/11/09/problem-with-hibernate-many-to-many-association/#comment-3134630</link><description>My GOD.... Thanks very much.. More than few days of reading official documentation and couldn't find a solution. Thanks again</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marko Novakovic</dc:creator><pubDate>Sat, 02 Feb 2008 13:29:41 -0000</pubDate></item></channel></rss>