<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
 xmlns:admin="http://webns.net/mvcb/"
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:content="http://purl.org/rss/1.0/modules/content/"
 xmlns:wfw="http://wellformedweb.org/CommentAPI/">
<channel><title>Mindoo Blog | Comments</title><description>Cutting edge technologies - About Java, Lotus Notes and iPhone</description><link>http://www.mindoo.de/web/blog.nsf/</link><language>en-us</language><lastBuildDate>Mon, 22 Apr 2013 22:48:02 +0200</lastBuildDate>
<item>
<title>XPages series #4: Backing Bean Management with XPages</title>
<pubDate>Mon, 22 Apr 2013 22:48:02 +0200</pubDate>
<dc:creator>Dan Soares</dc:creator>
<dc:subject>XPages series #4: Backing Bean Management with XPages</dc:subject>
<description><![CDATA[Karsten, I was able to resolve this by changing the implementation to get an array of Strings to be used as selectItems attributes.<br /><br />Thanks,<br /><br />Dan]]></description>
<content:encoded><![CDATA[Karsten, I was able to resolve this by changing the implementation to get an array of Strings to be used as selectItems attributes.<br /><br />Thanks,<br /><br />Dan]]></content:encoded>
<link>http://www.mindoo.de/web/blog.nsf/dx/16.07.2009095816KLEBCY.htm?opendocument&amp;comments#04222013104802PMSERSE3.htm</link>
</item>
<item>
<title>XPages series #4: Backing Bean Management with XPages</title>
<pubDate>Mon, 22 Apr 2013 19:21:31 +0200</pubDate>
<dc:creator>Dan Soares</dc:creator>
<dc:subject>XPages series #4: Backing Bean Management with XPages</dc:subject>
<description><![CDATA[Thanks so much Karsten. I have another use case scenario.<br /><br />How would I use the Actor bean to populate the values of a keyword field?<br /><br />For example, I have a combo box. For the values, I am using the 'Add formula Item' option. And this is my SSJS:<br /><br />Actorlist.setConnDB("jdbc:sqlserver://XX.XX.X.XX:1433;DatabaseName=Test");<br /><br />Actorlist.setConnUserName("sa");<br /><br />Actorlist.setConnPassword("password");<br /><br />Actorlist.setSQLQuery("SELECT DISTINCT Name FROM TestTable");<br /><br />Actorlist.actors;<br /><br />I get the error - 'edu.phc.students.model.actor incompatible with javax.faces.model.SelectItem'<br /><br />What am I doing wrong?<br /><br />Thank you,<br /><br />Dan]]></description>
<content:encoded><![CDATA[Thanks so much Karsten. I have another use case scenario.<br /><br />How would I use the Actor bean to populate the values of a keyword field?<br /><br />For example, I have a combo box. For the values, I am using the 'Add formula Item' option. And this is my SSJS:<br /><br />Actorlist.setConnDB("jdbc:sqlserver://XX.XX.X.XX:1433;DatabaseName=Test");<br /><br />Actorlist.setConnUserName("sa");<br /><br />Actorlist.setConnPassword("password");<br /><br />Actorlist.setSQLQuery("SELECT DISTINCT Name FROM TestTable");<br /><br />Actorlist.actors;<br /><br />I get the error - 'edu.phc.students.model.actor incompatible with javax.faces.model.SelectItem'<br /><br />What am I doing wrong?<br /><br />Thank you,<br /><br />Dan]]></content:encoded>
<link>http://www.mindoo.de/web/blog.nsf/dx/16.07.2009095816KLEBCY.htm?opendocument&amp;comments#04222013072131PMSERNCZ.htm</link>
</item>
<item>
<title>XPages series #4: Backing Bean Management with XPages</title>
<pubDate>Sat, 13 Apr 2013 14:20:40 +0200</pubDate>
<dc:creator>Karsten Lehmann</dc:creator>
<dc:subject>XPages series #4: Backing Bean Management with XPages</dc:subject>
<description><![CDATA[Dan, I think this should work:<br /><br />var actorList=ActorList.getActors();<br /><br />for (var i=0; i&lt;actorList.size(); i++) {<br /><br />var currActor=actorList.get(i);<br /><br />var currId=currActor.getId();<br /><br />var currFirstname=currActor.getFirstname();<br /><br />var currLastname=currActor.getLastname();<br /><br />//do something with the actor here<br /><br />}]]></description>
<content:encoded><![CDATA[Dan, I think this should work:<br /><br />var actorList=ActorList.getActors();<br /><br />for (var i=0; i&lt;actorList.size(); i++) {<br /><br />var currActor=actorList.get(i);<br /><br />var currId=currActor.getId();<br /><br />var currFirstname=currActor.getFirstname();<br /><br />var currLastname=currActor.getLastname();<br /><br />//do something with the actor here<br /><br />}]]></content:encoded>
<link>http://www.mindoo.de/web/blog.nsf/dx/16.07.2009095816KLEBCY.htm?opendocument&amp;comments#13.04.2013142040SERGGY.htm</link>
</item>
<item>
<title>XPages series #4: Backing Bean Management with XPages</title>
<pubDate>Fri, 12 Apr 2013 20:12:00 +0200</pubDate>
<dc:creator></dc:creator>
<dc:subject>XPages series #4: Backing Bean Management with XPages</dc:subject>
<description><![CDATA[Karsten,<br /><br />Forgive this very basic question but using SSJS, how would you iterate through the list of actors and their properties in the example above?<br /><br />I have understood and implemented your your datatable example. I now want to (from a button) act on each element of that Java Array.<br /><br />Thanks,<br /><br />Dan]]></description>
<content:encoded><![CDATA[Karsten,<br /><br />Forgive this very basic question but using SSJS, how would you iterate through the list of actors and their properties in the example above?<br /><br />I have understood and implemented your your datatable example. I now want to (from a button) act on each element of that Java Array.<br /><br />Thanks,<br /><br />Dan]]></content:encoded>
<link>http://www.mindoo.de/web/blog.nsf/dx/16.07.2009095816KLEBCY.htm?opendocument&amp;comments#04122013081200PMSERPCK.htm</link>
</item>
<item>
<title>My EntwicklerCamp 2013 slides: Dojo 1.8 and AMD (German)</title>
<pubDate>Thu, 4 Apr 2013 09:48:31 +0200</pubDate>
<dc:creator>Petter Kjeilen (&#64;PetterKjeilen)</dc:creator>
<dc:subject>My EntwicklerCamp 2013 slides: Dojo 1.8 and AMD (German)</dc:subject>
<description><![CDATA[That's great Karsten ! Looking forward to it !]]></description>
<content:encoded><![CDATA[That's great Karsten ! Looking forward to it !]]></content:encoded>
<link>http://www.mindoo.de/web/blog.nsf/dx/13.03.2013145359KLEJBB.htm?opendocument&amp;comments#04042013094831AMSERB6V.htm</link>
</item>
<item>
<title>My EntwicklerCamp 2013 slides: Dojo 1.8 and AMD (German)</title>
<pubDate>Wed, 3 Apr 2013 18:24:08 +0200</pubDate>
<dc:creator>Karsten Lehmann</dc:creator>
<dc:subject>My EntwicklerCamp 2013 slides: Dojo 1.8 and AMD (German)</dc:subject>
<description><![CDATA[Hello Petter,<br /><br />yes, I will publish the demos and blog about them. I am currently on vacation, but I will try to start translating the slides and blogging somewhere middle/end of April.<br /><br />Karsten]]></description>
<content:encoded><![CDATA[Hello Petter,<br /><br />yes, I will publish the demos and blog about them. I am currently on vacation, but I will try to start translating the slides and blogging somewhere middle/end of April.<br /><br />Karsten]]></content:encoded>
<link>http://www.mindoo.de/web/blog.nsf/dx/13.03.2013145359KLEJBB.htm?opendocument&amp;comments#03.04.2013182408SERM95.htm</link>
</item>
<item>
<title>My EntwicklerCamp 2013 slides: Dojo 1.8 and AMD (German)</title>
<pubDate>Wed, 3 Apr 2013 14:48:12 +0200</pubDate>
<dc:creator>Petter Kjeilen (&#64;PetterKjeilen)</dc:creator>
<dc:subject>My EntwicklerCamp 2013 slides: Dojo 1.8 and AMD (German)</dc:subject>
<description><![CDATA[Hello Karsten,<br /><br />Great presentation ! Do you plan on making the demo database available for download as well ? :-)<br /><br />Thanks !<br /><br />/Petter]]></description>
<content:encoded><![CDATA[Hello Karsten,<br /><br />Great presentation ! Do you plan on making the demo database available for download as well ? :-)<br /><br />Thanks !<br /><br />/Petter]]></content:encoded>
<link>http://www.mindoo.de/web/blog.nsf/dx/13.03.2013145359KLEJBB.htm?opendocument&amp;comments#04032013024812PMSERH27.htm</link>
</item>
<item>
<title>A current benchmark</title>
<pubDate>Tue, 19 Mar 2013 15:26:05 +0200</pubDate>
<dc:creator>Joacim Boive</dc:creator>
<dc:subject>Quick tip: Fixing Dojo drag and drop issues in a Windows 8 VMWare on the Mac</dc:subject>
<description><![CDATA[Your need differs a bit from mine, I run Mac all the way and wish to cram every bit of performance I can out of Wintendoze.<br /><br />Here's a benchmark comparing the two:<br /><br />{ <a href="http://www.macobserver.com/tmo/article/parallels-desktop-8-vs-vmware-fusion-5-benchmark-showdown" target="_blank" title="Link: www.macobserver.com/tmo/article/parallels-desktop-8-vs-vmware-fusion-5-benchmark-showdown">Link</a> }]]></description>
<content:encoded><![CDATA[Your need differs a bit from mine, I run Mac all the way and wish to cram every bit of performance I can out of Wintendoze.<br /><br />Here's a benchmark comparing the two:<br /><br />{ <a href="http://www.macobserver.com/tmo/article/parallels-desktop-8-vs-vmware-fusion-5-benchmark-showdown" target="_blank" title="Link: www.macobserver.com/tmo/article/parallels-desktop-8-vs-vmware-fusion-5-benchmark-showdown">Link</a> }]]></content:encoded>
<link>http://www.mindoo.de/web/blog.nsf/dx/07.03.2013073356KLE9QA.htm?opendocument&amp;comments#2013-03-19152605SERJXC.htm</link>
</item>
<item>
<title>My EntwicklerCamp 2013 slides: Dojo 1.8 and AMD (German)</title>
<pubDate>Tue, 19 Mar 2013 07:21:28 +0200</pubDate>
<dc:creator>Karsten Lehmann</dc:creator>
<dc:subject>My EntwicklerCamp 2013 slides: Dojo 1.8 and AMD (German)</dc:subject>
<description><![CDATA[Thanks!<br /><br />The slides were created with Reveal.js:<br /><br />{ <a href="http://lab.hakim.se/reveal-js/#/" target="_blank" title="Link: lab.hakim.se/reveal-js/#/">Link</a> }<br /><br />I would also recommend looking at the author's other stuff on his website (in the "experiments" section):<br /><br />{ <a href="http://www.hakim.se" target="_blank" title="Link: www.hakim.se">Link</a> }]]></description>
<content:encoded><![CDATA[Thanks!<br /><br />The slides were created with Reveal.js:<br /><br />{ <a href="http://lab.hakim.se/reveal-js/#/" target="_blank" title="Link: lab.hakim.se/reveal-js/#/">Link</a> }<br /><br />I would also recommend looking at the author's other stuff on his website (in the "experiments" section):<br /><br />{ <a href="http://www.hakim.se" target="_blank" title="Link: www.hakim.se">Link</a> }]]></content:encoded>
<link>http://www.mindoo.de/web/blog.nsf/dx/13.03.2013145359KLEJBB.htm?opendocument&amp;comments#19.03.2013072128SER9GG.htm</link>
</item>
<item>
<title>My EntwicklerCamp 2013 slides: Dojo 1.8 and AMD (German)</title>
<pubDate>Tue, 19 Mar 2013 02:52:52 +0200</pubDate>
<dc:creator>Rajesh haran</dc:creator>
<dc:subject>My EntwicklerCamp 2013 slides: Dojo 1.8 and AMD (German)</dc:subject>
<description><![CDATA[Hello Karsten,<br /><br />Nice presentation and great write up. can you pl. let me what was used (tools and technique) behind your web presentation (slide)?<br /><br />Thanks,<br /><br />rajesh]]></description>
<content:encoded><![CDATA[Hello Karsten,<br /><br />Nice presentation and great write up. can you pl. let me what was used (tools and technique) behind your web presentation (slide)?<br /><br />Thanks,<br /><br />rajesh]]></content:encoded>
<link>http://www.mindoo.de/web/blog.nsf/dx/13.03.2013145359KLEJBB.htm?opendocument&amp;comments#03192013025252AMSER48L.htm</link>
</item>
<item>
<title>XPages series #14: Using MongoDB&#8217;s geo-spatial indexing in XPages apps part 1</title>
<pubDate>Fri, 8 Mar 2013 19:41:55 +0200</pubDate>
<dc:creator>Karsten Lehmann</dc:creator>
<dc:subject>XPages series #14: Using MongoDB&#8217;s geo-spatial indexing in XPages apps part 1</dc:subject>
<description><![CDATA[Hi John,<br /><br />sure, I dropped you an email.<br /><br />Best regards,<br /><br />Karsten]]></description>
<content:encoded><![CDATA[Hi John,<br /><br />sure, I dropped you an email.<br /><br />Best regards,<br /><br />Karsten]]></content:encoded>
<link>http://www.mindoo.de/web/blog.nsf/dx/27.04.2012185938KLEMXB.htm?opendocument&amp;comments#08.03.2013194155SERPX9.htm</link>
</item>
<item>
<title>XPages series #14: Using MongoDB&#8217;s geo-spatial indexing in XPages apps part 1</title>
<pubDate>Fri, 8 Mar 2013 18:49:17 +0200</pubDate>
<dc:creator>John Curtis</dc:creator>
<dc:subject>XPages series #14: Using MongoDB&#8217;s geo-spatial indexing in XPages apps part 1</dc:subject>
<description><![CDATA[Hi Karsten,<br /><br />We are trying to reach you for a BP meeting with IBM dev engineers. Please e-mail me so I can schedule you in.<br /><br />Thanks,<br /><br />John Curtis]]></description>
<content:encoded><![CDATA[Hi Karsten,<br /><br />We are trying to reach you for a BP meeting with IBM dev engineers. Please e-mail me so I can schedule you in.<br /><br />Thanks,<br /><br />John Curtis]]></content:encoded>
<link>http://www.mindoo.de/web/blog.nsf/dx/27.04.2012185938KLEMXB.htm?opendocument&amp;comments#03082013064917PMSERNWC.htm</link>
</item>
<item>
<title>Quick tip: Fixing Dojo drag and drop issues in a Windows 8 VMWare on the Mac</title>
<pubDate>Thu, 7 Mar 2013 11:01:14 +0200</pubDate>
<dc:creator>Karsten Lehmann</dc:creator>
<dc:subject>Quick tip: Fixing Dojo drag and drop issues in a Windows 8 VMWare on the Mac</dc:subject>
<description><![CDATA[You may be right, I used Parallels a few years ago. Switched to VMware to have the same VM format in Mac and Windows host environments so that I can run the same VM on my desktop machine. Did not notice a big difference when I switched to Fusion (V3 I think).]]></description>
<content:encoded><![CDATA[You may be right, I used Parallels a few years ago. Switched to VMware to have the same VM format in Mac and Windows host environments so that I can run the same VM on my desktop machine. Did not notice a big difference when I switched to Fusion (V3 I think).]]></content:encoded>
<link>http://www.mindoo.de/web/blog.nsf/dx/07.03.2013073356KLE9QA.htm?opendocument&amp;comments#07.03.2013110114SERDRT.htm</link>
</item>
<item>
<title>Quick tip: Fixing Dojo drag and drop issues in a Windows 8 VMWare on the Mac</title>
<pubDate>Thu, 7 Mar 2013 10:53:13 +0200</pubDate>
<dc:creator>Joacim Boive</dc:creator>
<dc:subject>Quick tip: Fixing Dojo drag and drop issues in a Windows 8 VMWare on the Mac</dc:subject>
<description><![CDATA[I would recommend using Parallels instead of WMWare.<br /><br />I've tried both and find Parallels to be the better choice. Feels more complete and runs faster. You'll be hard pressed to find any reviews that favour VMW over Parallels.<br /><br />Easy to import your VMW images as well.<br /><br />And the above isn't an issue running Windows 8 in Parallels, just tested. ;)<br /><br />/J]]></description>
<content:encoded><![CDATA[I would recommend using Parallels instead of WMWare.<br /><br />I've tried both and find Parallels to be the better choice. Feels more complete and runs faster. You'll be hard pressed to find any reviews that favour VMW over Parallels.<br /><br />Easy to import your VMW images as well.<br /><br />And the above isn't an issue running Windows 8 in Parallels, just tested. ;)<br /><br />/J]]></content:encoded>
<link>http://www.mindoo.de/web/blog.nsf/dx/07.03.2013073356KLE9QA.htm?opendocument&amp;comments#03072013105313AMSERDLT.htm</link>
</item>
<item>
<title>XPages series #4: Backing Bean Management with XPages</title>
<pubDate>Tue, 26 Feb 2013 18:42:25 +0200</pubDate>
<dc:creator>Dan Soares</dc:creator>
<dc:subject>XPages series #4: Backing Bean Management with XPages</dc:subject>
<description><![CDATA[Thanks Karsten!]]></description>
<content:encoded><![CDATA[Thanks Karsten!]]></content:encoded>
<link>http://www.mindoo.de/web/blog.nsf/dx/16.07.2009095816KLEBCY.htm?opendocument&amp;comments#02262013064225PMSERNS3.htm</link>
</item>
<item>
<title>XPages series #4: Backing Bean Management with XPages</title>
<pubDate>Mon, 25 Feb 2013 23:30:49 +0200</pubDate>
<dc:creator>Karsten Lehmann</dc:creator>
<dc:subject>XPages series #4: Backing Bean Management with XPages</dc:subject>
<description><![CDATA[I would take a look at this:<br /><br />{ <a href="http://www.youtube.com/watch?v=p6oRCsTsVqc" target="_blank" title="Link: www.youtube.com/watch?v=p6oRCsTsVqc">Link</a> }<br /><br />That solution seems to handle connection pooling automatically and should be available as open source.<br /><br />Otherwise you would need to make sure yourself that your connection is closed after reading the data from the JDBC driver and you might get some troubles with SecurityManager restrictions.<br /><br />Haven't really played with JDBC in XPages so far.]]></description>
<content:encoded><![CDATA[I would take a look at this:<br /><br />{ <a href="http://www.youtube.com/watch?v=p6oRCsTsVqc" target="_blank" title="Link: www.youtube.com/watch?v=p6oRCsTsVqc">Link</a> }<br /><br />That solution seems to handle connection pooling automatically and should be available as open source.<br /><br />Otherwise you would need to make sure yourself that your connection is closed after reading the data from the JDBC driver and you might get some troubles with SecurityManager restrictions.<br /><br />Haven't really played with JDBC in XPages so far.]]></content:encoded>
<link>http://www.mindoo.de/web/blog.nsf/dx/16.07.2009095816KLEBCY.htm?opendocument&amp;comments#25.02.2013233049SERUEB.htm</link>
</item>
<item>
<title>XPages series #4: Backing Bean Management with XPages</title>
<pubDate>Mon, 25 Feb 2013 19:43:55 +0200</pubDate>
<dc:creator>Dan</dc:creator>
<dc:subject>XPages series #4: Backing Bean Management with XPages</dc:subject>
<description><![CDATA[Karsten,<br /><br />I was able to get it working. I just renamed the property to id (lowercase). Like you said, it was probably a typo somewhere.<br /><br />I have another question that kind of goes beyond the scope of this article. I want to integrate this XPage with a student information system to pull data into the datatable. <br /><br />I have the JDBC code to query the MS SQL db and generate the result set. I just don't know how to pass the connection parameters to the bean or how to call the bean from the lookup button.<br /><br />Would appreciate some pointers.<br /><br />Thanks,<br /><br />Dan]]></description>
<content:encoded><![CDATA[Karsten,<br /><br />I was able to get it working. I just renamed the property to id (lowercase). Like you said, it was probably a typo somewhere.<br /><br />I have another question that kind of goes beyond the scope of this article. I want to integrate this XPage with a student information system to pull data into the datatable. <br /><br />I have the JDBC code to query the MS SQL db and generate the result set. I just don't know how to pass the connection parameters to the bean or how to call the bean from the lookup button.<br /><br />Would appreciate some pointers.<br /><br />Thanks,<br /><br />Dan]]></content:encoded>
<link>http://www.mindoo.de/web/blog.nsf/dx/16.07.2009095816KLEBCY.htm?opendocument&amp;comments#02252013074355PMSERPYH.htm</link>
</item>
<item>
<title>XPages series #4: Backing Bean Management with XPages</title>
<pubDate>Mon, 25 Feb 2013 17:58:57 +0200</pubDate>
<dc:creator>Karsten Lehmann</dc:creator>
<dc:subject>XPages series #4: Backing Bean Management with XPages</dc:subject>
<description><![CDATA[Dan, do you have a method "getStudentID()" in your bean? Maybe it's missing or there is a typo in the code (Id - ID?)]]></description>
<content:encoded><![CDATA[Dan, do you have a method "getStudentID()" in your bean? Maybe it's missing or there is a typo in the code (Id - ID?)]]></content:encoded>
<link>http://www.mindoo.de/web/blog.nsf/dx/16.07.2009095816KLEBCY.htm?opendocument&amp;comments#25.02.2013175857SERMWW.htm</link>
</item>
<item>
<title>XPages series #4: Backing Bean Management with XPages</title>
<pubDate>Mon, 25 Feb 2013 16:57:36 +0200</pubDate>
<dc:creator>Dan Soares</dc:creator>
<dc:subject>XPages series #4: Backing Bean Management with XPages</dc:subject>
<description><![CDATA[Hi Karsten,<br /><br />This was an excellent article. I'm working through implementing the code, but I get the following error:<br /><br />HTTP JVM: com.ibm.xsp.webapp.FacesServlet$ExtendedServletException: javax.faces.el.PropertyNotFoundException: Error getting property 'studentID' from bean of type edu.phc.students.model.Student<br /><br />If I remove reference to studentID and and only get firstName and lastName, the method works great and the datatable is populated.<br /><br />Thanks,<br /><br />Dan]]></description>
<content:encoded><![CDATA[Hi Karsten,<br /><br />This was an excellent article. I'm working through implementing the code, but I get the following error:<br /><br />HTTP JVM: com.ibm.xsp.webapp.FacesServlet$ExtendedServletException: javax.faces.el.PropertyNotFoundException: Error getting property 'studentID' from bean of type edu.phc.students.model.Student<br /><br />If I remove reference to studentID and and only get firstName and lastName, the method works great and the datatable is populated.<br /><br />Thanks,<br /><br />Dan]]></content:encoded>
<link>http://www.mindoo.de/web/blog.nsf/dx/16.07.2009095816KLEBCY.htm?opendocument&amp;comments#02252013045736PMSERLQK.htm</link>
</item>
<item>
<title>XPages series #14: Using MongoDB&#8217;s geo-spatial indexing in XPages apps part 1</title>
<pubDate>Thu, 21 Feb 2013 20:47:40 +0200</pubDate>
<dc:creator>Genachka</dc:creator>
<dc:subject>XPages series #14: Using MongoDB&#8217;s geo-spatial indexing in XPages apps part 1</dc:subject>
<description><![CDATA[I am trying to use Couchbase as my NoSQL db but ran in to the issues you described in another blog entry about the permissions. I would like to learn how to create a Domino OSGi Plugin to bypass the issue. Any chance you would create a step by step for that and/or share the code for you MongoDB to learn from?]]></description>
<content:encoded><![CDATA[I am trying to use Couchbase as my NoSQL db but ran in to the issues you described in another blog entry about the permissions. I would like to learn how to create a Domino OSGi Plugin to bypass the issue. Any chance you would create a step by step for that and/or share the code for you MongoDB to learn from?]]></content:encoded>
<link>http://www.mindoo.de/web/blog.nsf/dx/27.04.2012185938KLEMXB.htm?opendocument&amp;comments#02212013084740PMSERR8C.htm</link>
</item>

</channel></rss>
