<?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 "N&uuml;rburgring in a Tractor - or Knowing When Not To Use Domino"</title>
<description>Replies to blog "N&uuml;rburgring in a Tractor - or Knowing When Not To Use Domino" on codestore.net.</description>
<link>http://www.codestore.net/</link>
<lastBuildDate>Mon, 16 Mar 2009 10:15:32 -0500</lastBuildDate>
<atom:link href="http://www.codestore.net/store.nsf/blog.xml?Open=20090312" rel="self" type="application/rss+xml" />

<item>
	<title>Reply from Jerry Carter</title>
	<pubDate>Mon, 16 Mar 2009 10:15:32 -0500</pubDate>
	<author>Jerry Carter</author>
	<description><![CDATA[ 
		<p>@Henning - we do have DB2 integration with Notes, but the trouble with making that any easier than it currently is becomes provisioning servers and databases on them.  SQL, Oracle and DB2, being that they can command more storage space, tend to reside or expensive storage and have separate security processes, guidelines and methods than Notes.  It would be awesome to see that streamlined to the point you envision but there will be for a time always the big clunking gears behind the scenes to contend with.  </p>
		<p>Another approach might be to add the DB2 engine to Domion but you'd blow the specs of many current deployments out of the water as far as hardware is concerned.  </p>
		<p>These two animals are so different, about all we can do is put their two cages in the same room and get them to glance at eachother. </p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=FF08103CBB3652308625757B0053D197"><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-20090312?OpenDocument#DOC_FF08103C</link>
</item><item>
	<title>Reply from Henning Heinz</title>
	<pubDate>Sat, 14 Mar 2009 08:53:07 -0500</pubDate>
	<author>Henning Heinz</author>
	<description><![CDATA[ 
		<p>Unfortunately there are less and less use cases where SQL is not considered as the datastore of choice especially since the free SQL databases have grown up. I would love nsf being brought to the next level perhaps combining the best of both worlds or just adding  a sql storage engine and define at db creation what engine to use. And of course I am curious how your app works with LAMF(lex).</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=165B90B693DA714D86257579004C460E"><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-20090312?OpenDocument#DOC_165B90B6</link>
</item><item>
	<title>Reply from Nick Hopkins</title>
	<pubDate>Thu, 12 Mar 2009 16:45:59 -0500</pubDate>
	<author>Nick Hopkins</author>
	<description><![CDATA[ 
		<p>SQL for anything to do with accounting/booking systems etc. - Notes not suitable.</p>
		<p>Wasn't this stated on about the first page of the first book in the CLP Development Part 1 course back in the 90's? (showing my age)</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=F71769820E8FE39E86257577007790E2"><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-20090312?OpenDocument#DOC_F7176982</link>
</item><item>
	<title>Reply from Robert</title>
	<pubDate>Thu, 12 Mar 2009 13:47:30 -0500</pubDate>
	<author>Robert</author>
	<description><![CDATA[ 
		<p>Jake, at least you can use Mint.com for what you are trying to do.  Forget about entering stuff... one always forgets...</p>
		<p>spend that time instead on making your baby smile :)</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=F8AC034BB1CF373A862575770067396E"><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-20090312?OpenDocument#DOC_F8AC034B</link>
</item><item>
	<title>Reply from Jerry Carter</title>
	<pubDate>Thu, 12 Mar 2009 09:58:11 -0500</pubDate>
	<author>Jerry Carter</author>
	<description><![CDATA[ 
		<p>@Tommy - I would expect Java to have, out of the box, many of the same problems LS does as it is an academic / scientific language first and foremost.  I think the discussion we had over at my blog about data types and floating precision demonstrates that any language is going to need close watching when it comes to accounting.  Statistical or scientific applications, LS is fine for, as is Java.  Accounting with that constant threat of death from the taxman requires unyielding precision (sometimes) which requires us to redo some of the things computer scientists think correct with math.</p>
		<p>Now - structured queries - you could conceivably use Java agents with SpringDAO to make it an easier go, where by Domino becomes your light weight J2EE container (sort of) if you really really wanted to.  Could do.  Not saying it makes a whole lot of sense, but could do.  :-)</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=CA6B91A79B4A51F38625757700523B12"><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-20090312?OpenDocument#DOC_CA6B91A7</link>
</item><item>
	<title>Reply from Tommy Valand</title>
	<pubDate>Thu, 12 Mar 2009 09:36:35 -0500</pubDate>
	<author>Tommy Valand</author>
	<description><![CDATA[ 
		<p>@Jerry/Jake(?): LotusScript is shit for math, but regarding programming languages, Domino is not a one trick pony. Java should be more than good enough for number crunching..?</p>
		<p>Regarding structured queries. That's another story.. :)</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=2FCE9ABEFEF2597B86257577005040E5"><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-20090312?OpenDocument#DOC_2FCE9ABE</link>
</item><item>
	<title>Reply from Jerry Carter</title>
	<pubDate>Thu, 12 Mar 2009 08:37:52 -0500</pubDate>
	<author>Jerry Carter</author>
	<description><![CDATA[ 
		<p>I think you're making the right call Jake, not to sound like a sycophant.  Domino + accounting problems were the topic this week at work http://datatribesoftwerks.com/A55C1C/DatatribeBlog.nsf/archive/20090306-5D4B0D and aside from not being able to query data in a structured way (easily), there is the more purely computer scientific way Domino handles floating point math.  </p>
		<p>So, you won't regret your choice of tool in this case and I expect it should be clear to all that you're making a choice of proper tool for the job, not an arbitrary one.  </p>
		<p>btw - we have this odd sport in the US called the Tractor Pull, where by gentlemen with large sums of time, money and courage put enormously powerful (sometimes jet turbine) engines on otherwise normal farming implements.  I dare say one of those would handle the straightaways just fine, though cornering would be somewhat less graceful.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=A0582F3210145E9686257577004AE07E"><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-20090312?OpenDocument#DOC_A0582F32</link>
</item><item>
	<title>Reply from john wylie</title>
	<pubDate>Thu, 12 Mar 2009 07:12:37 -0500</pubDate>
	<author>john wylie</author>
	<description><![CDATA[ 
		<p>and another thing :-)  - I'd love to drive the Nürburgring. something faster than a tractor would be nice.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=5A190105C3B173ED86257577004312B2"><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-20090312?OpenDocument#DOC_5A190105</link>
</item><item>
	<title>Reply from john wylie</title>
	<pubDate>Thu, 12 Mar 2009 07:06:37 -0500</pubDate>
	<author>john wylie</author>
	<description><![CDATA[ 
		<p>Hi Jake</p>
		<p>Domino may not be the perfect backend for your accounts app - however that app is a really cool example of Flex on Domino as it stands. The UI just seems that bit more friendly.</p>
		<p>One for OpenNTF ?</p>
		<p>Cheers</p>
		<p>John</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=BA2EE415C23B64AE862575770042860C"><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-20090312?OpenDocument#DOC_BA2EE415</link>
</item>

</channel>
</rss> 
