<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
<channel>
<title>CodeStore.net comments on "Super Useful Set of LotusScript Wrapper Classes"</title>
<description>Replies to blog "Super Useful Set of LotusScript Wrapper Classes" on codestore.net.</description>
<link>http://www.codestore.net/</link>
<lastBuildDate>Mon, 18 Mar 2013 03:02:39 -0500</lastBuildDate>
<atom:link href="http://www.codestore.net/store.nsf/blog.xml?Open=20130204-1459" rel="self" type="application/rss+xml" />

<item>
	<title>Reply from Jake Howlett</title>
	<pubDate>Mon, 18 Mar 2013 03:02:39 -0500</pubDate>
	<author>Jake Howlett</author>
	<description><![CDATA[ 
		<p>Hi Ted. I now think of it as an hour well-spent!</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=5587AF23B67157F786257B32002C301B"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20130204-1459?OpenDocument#DOC_5587AF23</link>
</item><item>
	<title>Reply from Ted Sadler</title>
	<pubDate>Sat, 16 Mar 2013 20:16:32 -0500</pubDate>
	<author>Ted Sadler</author>
	<description><![CDATA[ 
		<p>Not only did you not waste an hour of your life on this post, you have just saved me hours of starting from scratch this coming Monday.</p>
		<p>I was just kind of poking around the Web on a bunch of different subjects and was looking for what your latest musings on .NET might be when I stumbled on the latest post of your update to this subject. Well, as it turns out, I'm currently working on a horrid project that has to go through all the documents in a set of NSFs and, for each one where a field has 1 specific value, search all the other DBs for any document where that field has any one of 3 values and an timestamp within a specific range. I've wrestled the past week on different ways to restructure it and was bemoaning the fact that I can't use C# at work but then I saw your latest update, read it, caught up in reverse order on the postings about this and it all clicked. Monday morning, I'll be wrapping those docs and this little project is in the bag.</p>
		<p>And, yes, this is all LotusScript. I'll believe IBM has made Java king of Notes dev when I can write a Java agent in the Designer, set a breakpoint in NotesMain and click the Eclipse Debug\As Java button. And define my view columns in Groovy or Jython.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=7FBA5AD62EF28CB386257B310007012C"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20130204-1459?OpenDocument#DOC_7FBA5AD6</link>
</item><item>
	<title>Reply from Bill Buchan</title>
	<pubDate>Thu, 07 Feb 2013 14:23:17 -0600</pubDate>
	<author>Bill Buchan</author>
	<description><![CDATA[ 
		<p>Nope. The debugger is awful. However, writing OO code in classes means far more code re-use, and far more focused, shorter code sequences to debug in future.</p>
		<p>So you tend to debug more. We have tons of run-time diagnostic stuff too (as our product is meant to be used in secure environments) meaning that since we have more state information during every single cycle, debugging is far easier.</p>
		<p>(or so we've found. The 160,000+ lines of Lotuscript in FirM are over 10 years old, OO based and - I'm rather proud to say - still working)</p>
		<p>---* Bill</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=92764397D196394586257B0B006FFE60"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20130204-1459?OpenDocument#DOC_92764397</link>
</item><item>
	<title>Reply from Andrew Magerman</title>
	<pubDate>Thu, 07 Feb 2013 04:12:32 -0600</pubDate>
	<author>Andrew Magerman</author>
	<description><![CDATA[ 
		<p>The only disadvantage I have found with additional layers of OO Logic is that it can be a pain debugging, with the stone-age Debugger. Unless, of course, there are special tips about using the debugger that I am unaware of.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=D8F3980C34B0CDD086257B0B00381420"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20130204-1459?OpenDocument#DOC_D8F3980C</link>
</item><item>
	<title>Reply from Andrew Magerman</title>
	<pubDate>Thu, 07 Feb 2013 04:06:07 -0600</pubDate>
	<author>Andrew Magerman</author>
	<description><![CDATA[ 
		<p>+1, Jake.</p>
		<p>These are definitely cool things, and I use this all the time. It's always worth the initial investment, because you don't have to debug for hours somewhere down the line because you've made a typo with a field name.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=2B5FFDAB5754030F86257B0B00377D9A"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20130204-1459?OpenDocument#DOC_2B5FFDAB</link>
</item><item>
	<title>Reply from Jerry Carter</title>
	<pubDate>Wed, 06 Feb 2013 09:34:40 -0600</pubDate>
	<author>Jerry Carter</author>
	<description><![CDATA[ 
		<p>Good design pattern use, Jake.  You can legitimately put "LotusScript Master" on your CV now.  :-)</p>
		<p>"Thumbs up" for real world examples that are useful and work and kindly given up for the price of reading through an article.  </p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=2E127CFAEB2CDE8286257B0A0055921C"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20130204-1459?OpenDocument#DOC_2E127CFA</link>
</item><item>
	<title>Reply from Sam</title>
	<pubDate>Wed, 06 Feb 2013 08:24:19 -0600</pubDate>
	<author>Sam</author>
	<description><![CDATA[ 
		<p>Great stuff, as usual. Thanks, Jake!</p>
		<p>Also, in your first code sample, you never instantiated your database object before calling "set view = database.GetView("InvoicesByUserName")"</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=974D8741E2E3B7D386257B0A004F212B"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20130204-1459?OpenDocument#DOC_974D8741</link>
</item><item>
	<title>Reply from Jake Howlett</title>
	<pubDate>Wed, 06 Feb 2013 06:09:51 -0600</pubDate>
	<author>Jake Howlett</author>
	<description><![CDATA[ 
		<p>Hi Bill,</p>
		<p>If only I'd read that 10 years ago. The trouble is I probably wouldn't have done (no offence), as, personally, I don't learn that way. Reading the virtues of a methodology and seeing a high-level abstracted demo rarely makes me think how I could best apply it. It's only when I have a moment and think "hey, a class would help here" that it clicks.</p>
		<p>I'm hoping that providing a "real world" demo (and soon a download) of the classes above will help others who learn best by example....</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=2272A0B6A823CF4F86257B0A0042D17A"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20130204-1459?OpenDocument#DOC_2272A0B6</link>
</item><item>
	<title>Reply from Timothy Briley</title>
	<pubDate>Tue, 05 Feb 2013 18:37:35 -0600</pubDate>
	<author>Timothy Briley</author>
	<description><![CDATA[ 
		<p>As one of the "others from above", no disrespect taken. Especially since at Connectosphere I mined Paul's brain for ideas. And to think I had to force him to allow me to buy him a drink in thanks at Kimonos!</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=8133FF7F1FCEBF6386257B0A000370E1"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20130204-1459?OpenDocument&amp;r=8133FF7F1FCEBF6386257B0A000370E1#DOC_8133FF7F</link>
</item><item>
	<title>Reply from Bill Buchan</title>
	<pubDate>Tue, 05 Feb 2013 16:14:44 -0600</pubDate>
	<author>Bill Buchan</author>
	<description><![CDATA[ 
		<p>Not quite 10 years, but this might help:</p>
		<p><a rel="nofollow" href="http://www.slideshare.net/billbuchan/lotusphere-2007-bp301-advanced-object-oriented-programming-for-lotusscript">http://www.slideshare.net/billbucha.. ..01-advanced-object-oriented-programming-for-lotusscript</a></p>
		<p>;)</p>
		<p>There's a lot more Lotuscript stuff up there if you're keen.</p>
		<p>Cheers,</p>
		<p>---* Bill</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=65976AE09D9E8DD786257B09007A329C"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20130204-1459?OpenDocument#DOC_65976AE0</link>
</item><item>
	<title>Reply from Richard Moy</title>
	<pubDate>Tue, 05 Feb 2013 13:32:27 -0600</pubDate>
	<author>Richard Moy</author>
	<description><![CDATA[ 
		<p>Jake,</p>
		<p>Keep up the good work.  XPages is what IBM pushing because it can be use to bridge us to Connections.  We still do most of our stuff using Lotusscript.  There is a little bit of XPages but the core is Lotusscript and heaven for bit C/C++.  To customers, it does not matter what it is in for us.  </p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=1E34A4C9779E336F86257B09006B573A"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20130204-1459?OpenDocument#DOC_1E34A4C9</link>
</item><item>
	<title>Reply from Mike McP</title>
	<pubDate>Tue, 05 Feb 2013 11:31:30 -0600</pubDate>
	<author>Mike McP</author>
	<description><![CDATA[ 
		<p>Agree also.</p>
		<p>I'm tired of folks tagging 'legacy' onto something and hoping it sticks, to further an agenda.  I'd venture a guess that most existing Domino apps are written in LS, if not many that are still formula language.</p>
		<p>Formula, LS, Xpages, Java...all quite valid and current languages in the Domino ecosystem.  If anything, I'd call Xpages a promising, somewhat cutting edge, maturing technology.  For instance, we're just now getting a SSJS debugger in a couple months.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=C3BF269E3C0928B186257B0900604484"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20130204-1459?OpenDocument&amp;r=C3BF269E3C0928B186257B0900604484#DOC_C3BF269E</link>
</item><item>
	<title>Reply from Paul Withers</title>
	<pubDate>Tue, 05 Feb 2013 07:21:09 -0600</pubDate>
	<author>Paul Withers</author>
	<description><![CDATA[ 
		<p>Thank you, Jake, and although IBM Connect did focus on XPages, your name and blog were mentioned in general discussions in high regard.</p>
		<p>It looks like code templating for LotusScript isn't as flexible as for Java, where additional templates can be defined. But the preferences do allow templates to be added for Property Get. It takes a minute or so to set up, but if you have to add a number of properties for a class, I'm sure it's going to be worthwhile adding a skeleton to preferences for a start. I also use Scrapple, a sidebar widget from Snapps for storing snippets to copy and paste into Designer. With two screens the Scrapple pane automatically expands when you're in Designer.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=5E4C7270CB7F3C1A86257B09004958E4"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20130204-1459?OpenDocument&amp;r=5E4C7270CB7F3C1A86257B09004958E4#DOC_5E4C7270</link>
</item><item>
	<title>Reply from Jono</title>
	<pubDate>Tue, 05 Feb 2013 07:10:16 -0600</pubDate>
	<author>Jono</author>
	<description><![CDATA[ 
		<p>Couldn't agree more.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=23F782C5E7D9A5A086257B09004859B8"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20130204-1459?OpenDocument&amp;r=23F782C5E7D9A5A086257B09004859B8#DOC_23F782C5</link>
</item><item>
	<title>Reply from Roman Kopac</title>
	<pubDate>Tue, 05 Feb 2013 05:13:16 -0600</pubDate>
	<author>Roman Kopac</author>
	<description><![CDATA[ 
		<p>I still do legacy Domino development.</p>
		<p>I think of Domino simply as a NoSQL datastore with built-in security, authentication and authorization (readers and authors fields, roles...).</p>
		<p>With modern HTML and JavaScript frameworks, like jQueryUI, Twitter Bootstrap, backbone.js you can build as complicated and beautiful UI as you like. Then write agents to process the data you POST via ajax calls to nsf database. And you also need to write agents that return data - just like your example.</p>
		<p>Another thing I like in Domino is view design. You have graphic tools to design your views any way it seems fit for your application. Then just do simple lookups against them. This is IMHO much easier than writing complicated JavaScript to query NoSql databases like MongoDB.</p>
		<p>If only there were more LS functions to process text, lists and arrays, e.g., like in Python. And Lotusscript editor is a joke.</p>
		<p>Please, don't give up on your writing.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=F7B5EF5D879C452286257B09003DA35C"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20130204-1459?OpenDocument&amp;r=F7B5EF5D879C452286257B09003DA35C#DOC_F7B5EF5D</link>
</item><item>
	<title>Reply from Jake Howlett</title>
	<pubDate>Tue, 05 Feb 2013 04:16:06 -0600</pubDate>
	<author>Jake Howlett</author>
	<description><![CDATA[ 
		<p>Thanks Paul. No disrespect to the others above but it means a lot coming from somebody who is obviously respected as knowing what they're talking about.</p>
		<p>Do you have any examples of LS code templates in getters that you mentioned? I'm not sure what you mean.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=186B82758440488286257B09003867D5"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20130204-1459?OpenDocument#DOC_186B8275</link>
</item><item>
	<title>Reply from Paul Withers</title>
	<pubDate>Tue, 05 Feb 2013 03:36:34 -0600</pubDate>
	<author>Paul Withers</author>
	<description><![CDATA[ 
		<p>Very useful set of classes and a good place to take advantage of code templates in LS for the getters.</p>
		<p>Even though the sessions I give are on XPages, I still do a lot of LotusScript. An added benefit of this approach is that the same kind of wrapper can be used for Java in XPages in a managed bean, for example. If you're already familiar with the LotusScript it makes the transition easier. It also makes support across XPages and LotusScript more standardised. Many Domino apps will still be at core LotusScript and traditional Notes Client for some time yet.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=D67E1C5982004FEF86257B090034C936"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20130204-1459?OpenDocument#DOC_D67E1C59</link>
</item><item>
	<title>Reply from Jake Howlett</title>
	<pubDate>Tue, 05 Feb 2013 03:18:50 -0600</pubDate>
	<author>Jake Howlett</author>
	<description><![CDATA[ 
		<p>Lotussphere is just marketing. Come to codestore.net for your real world solutions ;-)</p>
		<p>I've given quite a bit of thought over recent months (years even) about quitting blogging. I just can't seem to though. </p>
		<p>Thanks, by the way. Feedback like yours is what keeps me from stopping. I just need to know it's worthwhile.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=612E8425D84CC76086257B09003329D9"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20130204-1459?OpenDocument#DOC_612E8425</link>
</item><item>
	<title>Reply from Jake Howlett</title>
	<pubDate>Tue, 05 Feb 2013 03:16:29 -0600</pubDate>
	<author>Jake Howlett</author>
	<description><![CDATA[ 
		<p>I guess I believe the hype. The hype being that XPages is the future and everything else is legacy. Which is so far from the truth for me. I still have no idea what my future is but I'd be amazed (worried!) if it were XPages.</p>
		<p>It's hard to gauge interest levels on a blog and I honestly just thought that there would be little to no interest in this topic whatsoever. </p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=E3718AB2B9B9E39386257B090032F286"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20130204-1459?OpenDocument#DOC_E3718AB2</link>
</item><item>
	<title>Reply from Jake Howlett</title>
	<pubDate>Tue, 05 Feb 2013 03:13:55 -0600</pubDate>
	<author>Jake Howlett</author>
	<description><![CDATA[ 
		<p>Thanks Wayne! I wrote this blog post late last night, posted it and went inside the house with a sinking feeling of pointlessness about what I'd just "wasted" an hour of my life doing.</p>
		<p>It's good to know it's not in vain. </p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=59DA7D3CE7BA395186257B090032B678"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20130204-1459?OpenDocument#DOC_59DA7D3C</link>
</item><item>
	<title>Reply from Jake Howlett</title>
	<pubDate>Tue, 05 Feb 2013 03:11:56 -0600</pubDate>
	<author>Jake Howlett</author>
	<description><![CDATA[ 
		<p>Yes. Gold star! Although, the comma is meant to be there, to separate each object in the array, but the loop doesn't cater for the fact the last one in the loop, which doesn't need one. Not all browsers complain. But some do, so it's best avoided. The "printtowebasjsonarray" method of the documentfactory class shows how to get round it.</p>
		<p>I just noticed another error in the code! The CStr( is missing a closing ) !!</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=07EC7ABA09FEBFB586257B09003287DA"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20130204-1459?OpenDocument#DOC_07EC7ABA</link>
</item><item>
	<title>Reply from Timothy Briley</title>
	<pubDate>Mon, 04 Feb 2013 17:26:43 -0600</pubDate>
	<author>Timothy Briley</author>
	<description><![CDATA[ 
		<p>This could have been the basis for a session at IBM Connect 2013.</p>
		<p>The dev track was pretty much all XPages all the time. Meanwhile most of the developers I talked to told me that the bulk (if not all) of their day-to-day work is still traditional Notes client/web dev. So for them, the sessions offered nothing they could use when they got back to work today.</p>
		<p>On the other hand I can use this post NOW. So thanks (and please don't stop).</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=2CD60CAF8DFD996286257B080080C9C8"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20130204-1459?OpenDocument#DOC_2CD60CAF</link>
</item><item>
	<title>Reply from Roman Kopac</title>
	<pubDate>Mon, 04 Feb 2013 17:16:03 -0600</pubDate>
	<author>Roman Kopac</author>
	<description><![CDATA[ 
		<p>Why would you think we are not interested?</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=498A5869853A2DD186257B08007FD018"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20130204-1459?OpenDocument#DOC_498A5869</link>
</item><item>
	<title>Reply from Roman Kopac</title>
	<pubDate>Mon, 04 Feb 2013 16:40:37 -0600</pubDate>
	<author>Roman Kopac</author>
	<description><![CDATA[ 
		<p>Did you leave a trailing comma in your JSON?</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=B5E0D72E4EBA76EB86257B08007C91B2"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20130204-1459?OpenDocument#DOC_B5E0D72E</link>
</item><item>
	<title>Reply from Wayne</title>
	<pubDate>Mon, 04 Feb 2013 15:53:03 -0600</pubDate>
	<author>Wayne</author>
	<description><![CDATA[ 
		<p>Those are really good examples of Lotus script classes. IBM developer works had a similar article, but all of the examples were in java.</p>
		<p>Coming up with these classes requires a deep knowledge of the language AND a good understanding of the business domain and work flow. Those don't come overnight and IBM haven't been forthcoming with an abundance of examples so thanks to your experience we get to reap the benefits. </p>
		<p>Thank you.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=08F3398681C4559086257B080078365F"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20130204-1459?OpenDocument#DOC_08F33986</link>
</item>

</channel>
</rss> 
