<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>RSS feed for InstantSpot site walter.kimbrough</title><link>http://walterkimbrough.instantspot.com</link><language>en-us</language><copyright>This work is Copyright &#xA9; 2009 by walter.kimbrough</copyright><generator>RSSVille ColdFusion FeedMaker, version 1.0</generator><pubDate>Sun, 22 Nov 2009 04:56:38 GMT</pubDate><item><title>and now, back to cf8/mach ii related fun.</title><link>http://walterkimbrough.instantspot.com/blog/2008/06/29/and-now-back-to-cf8mach-ii-related-fun</link><description>&lt;p&gt;Alright, now that I have my little Flex app ironed out (it&apos;s working fine now. Whew) I&apos;m back to playing with CF8 and Mach II&lt;/p&gt; &lt;p&gt;I want to setup something practical for me and the kids to keep track of things, like groceries they want me to buy, stuff I want them to do, etc.&lt;br /&gt; My plan, then, is to take this modified user manager app and modify it to suit my needs.&lt;/p&gt; &lt;p&gt;The following are functions I want to put into this thing:&lt;/p&gt; &lt;ol&gt;     &lt;li&gt;Grocery list. This one&apos;s easy enough.&lt;/li&gt;     &lt;li&gt;Chores for the kids. Aha! This one&apos;ll make it fun. This will require dates, time to get it done, when it was done, by whom, etc.&lt;/li&gt;     &lt;li&gt;Track their homework. Since they underperformed this last school year, I want them to put in each day what homework they had, and when they finished. Yeh, it&apos;s micromanaging, and it&apos;ll be tedious, but they&apos;re smart freaking kids and need to do better. (plus, I&apos;ll have what they put in emailed to me.)&lt;/li&gt;     &lt;li&gt;There&apos;s gotta be at least a fourth functionality I can add. I&apos;ll figure something out.&lt;/li&gt; &lt;/ol&gt; &lt;p&gt;Anyway, that&apos;s my home project for now.&lt;/p&gt;</description><pubDate>Mon, 30 Jun 2008 01:42:00 GMT</pubDate><guid>http://walterkimbrough.instantspot.com/blog/2008/06/29/and-now-back-to-cf8mach-ii-related-fun</guid><category>cf8,mach ii</category></item><item><title>*fingers crossed*</title><link>http://walterkimbrough.instantspot.com/blog/2008/06/20/fingers-crossed</link><description>&lt;p&gt;I THINK I successfully performed some basic object composition.&lt;/p&gt; &lt;p&gt;As per the usual Wiki-sources,&amp;nbsp;&lt;a href=&quot;http://en.wikipedia.org/wiki/Object_composition&quot;&gt;Object Composition&lt;/a&gt;, I read what the definition of this concept was.&lt;/p&gt; &lt;p&gt;To wit, it isis a way and practice to &lt;a title=&quot;Object association&quot; href=&quot;http://en.wikipedia.org/wiki/Object_association&quot;&gt;combine&lt;/a&gt; simple &lt;a title=&quot;Object (computer science)&quot; href=&quot;http://en.wikipedia.org/wiki/Object_%28computer_science%29&quot;&gt;objects&lt;/a&gt; or &lt;a title=&quot;Data type&quot; href=&quot;http://en.wikipedia.org/wiki/Data_type&quot;&gt;data types&lt;/a&gt; into more complex ones.&lt;/p&gt; &lt;p&gt;Ok, so that makes sense.&amp;nbsp;&lt;br /&gt; So, realizing that what I had was a 1-n relationship between users and recipes (1 user can have n number of recipes), I went about figuring out how to return recipes in my UserGateway.&lt;/p&gt; &lt;p&gt;Of course, it started with the m2 config file, and working my way up the latter.&lt;/p&gt; &lt;p&gt;I&apos;m still testing this, so I probably jinxed myself all to hell posting about it before being 100% sure. I hope not. We&apos;ll see, now won&apos;t we?&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt;</description><pubDate>Sat, 21 Jun 2008 02:47:00 GMT</pubDate><guid>http://walterkimbrough.instantspot.com/blog/2008/06/20/fingers-crossed</guid><category>mach ii</category></item><item><title>breathless mach ii update: success!</title><link>http://walterkimbrough.instantspot.com/blog/2008/06/19/breathless-mach-ii-update-success</link><description>&lt;p&gt;ok, so I was able to add a select element to be able to both show who was the default user (who&apos;s recipe it was), along with it being populated with all users.&lt;/p&gt; &lt;p&gt;Also, I had to be able to update the info.&lt;/p&gt; &lt;p&gt;Easy. I just had to add the notify-listener call that returned all of my users in an array in the showRecipeForm event-handler.&lt;/p&gt; &lt;p&gt;I then had to make sure that new table column, &apos;userid&apos;, was being selected, updated, and deleted in the DAO (not to mention the bean getter and setter)&lt;/p&gt; &lt;p&gt;Of course, I made sure things were kosher in the service layer, as well.&lt;/p&gt; &lt;p&gt;It&apos;s working fine, except that once it updates, it only returns the number of recipes on the showAllRecipes form, instead lf all. I believe that&apos;s just due to the bean still being in memory.&lt;/p&gt; &lt;p&gt;I may just have to clean things out once the info is submitted.&lt;/p&gt; &lt;p&gt;(what this means is, once my form is submitted, it calls my showAllRecipes method, which has userid as an optional argument. Since it&apos;s in memory still, or at least to my thinking that&apos;s the case, it&apos;s being returned by userid, and not all. When I refresh the page, it returns all recipes. I think I&apos;ll need a filter to be called before calling the show all method. I&apos;ll test it and see.)&lt;/p&gt;</description><pubDate>Thu, 19 Jun 2008 21:20:00 GMT</pubDate><guid>http://walterkimbrough.instantspot.com/blog/2008/06/19/breathless-mach-ii-update-success</guid><category>mach ii</category></item><item><title>Continuing adventures in Mach II</title><link>http://walterkimbrough.instantspot.com/blog/2008/06/19/Continuing-adventures-in-Mach-II</link><description>&lt;p&gt;My boss and coworker are gone for two days, so, along with some tasks I was given to take care of while they were gone, I was also tasked with getting to know Mach II, esp the service layer more.&lt;br /&gt; so, I took a slightly modified version of Mr Shuck&apos;s User manager M2 app, and added a category of Recipes.&lt;br /&gt; My challenge: tie the recipes to users.&lt;br /&gt; &lt;font size=&quot;2&quot;&gt;So I added an innerjoin to the gateway; I then made&amp;nbsp;sure that the recipe bean had a getter and setter for both the userid and username I was&amp;nbsp;returning.&lt;/font&gt; &lt;p&gt;On my userform I now have a recipe array that I&apos;m creating, and sure&amp;nbsp;enough, it&apos;s there.&lt;/p&gt; &lt;p&gt;I&apos;m still wondering , tho, if combining the userid and username to the recipe bean doesn&apos;t&amp;nbsp;taint it somehow. I&apos;m thinking that I should probably use the user bean ONLY, and reference that info along with the recipe bean.&lt;/p&gt; &lt;p&gt;More&amp;nbsp;investigation to follow.&amp;nbsp;&lt;/p&gt; &lt;/p&gt;</description><pubDate>Thu, 19 Jun 2008 18:09:00 GMT</pubDate><guid>http://walterkimbrough.instantspot.com/blog/2008/06/19/Continuing-adventures-in-Mach-II</guid><category>mach ii</category></item><item><title>oh, ok. Slowly, but surely...</title><link>http://walterkimbrough.instantspot.com/blog/2008/06/18/oh-ok-Slowly-but-surely</link><description>&lt;p&gt;Alrighty, so far, here&apos;s what I know (I believe) about Mach II:&lt;/p&gt; &lt;p&gt;Listeners simply forward to the service layer.&lt;/p&gt; &lt;p&gt;Services contain logic to pull data via either DAOs or Gateways.&lt;/p&gt; &lt;p&gt;DAOs handle single records, and CRUD related work.&lt;/p&gt; &lt;p&gt;Gateways return multiple records, and/or more complex SQL.&lt;/p&gt; &lt;p&gt;Beans are simply instances of single records, with getter and setting methods for each attribute the object may have.&lt;/p&gt; &lt;p&gt;I&apos;m working on fiddling with the service layer on this sample user manager app. I&apos;ve added a table, &apos;recipes&apos;, and want to tie recipes to each individual user. This should be fairly straightforward.&lt;/p&gt;</description><pubDate>Thu, 19 Jun 2008 04:43:00 GMT</pubDate><guid>http://walterkimbrough.instantspot.com/blog/2008/06/18/oh-ok-Slowly-but-surely</guid><category>cf8,coding stuff in general,mach ii</category></item><item><title>adding a field to a Mach II form</title><link>http://walterkimbrough.instantspot.com/blog/2008/06/17/adding-a-field-to-a-Mach-II-form</link><description>Ok, since I have to get caught up once and for all, I started tinkering with the contact manager sample app of Dave Shuck&apos;s. My coworker, Brandon, had added a little to it, so I started tinkering with that version. So, I was challenged to add a field to the contact side of it. (Currently, there are users, and contacts) After about an hour&apos;s worth of work, (mainly just getting a better feel for how things run) I added it. It updates, etc. Mach II is far easier to troubleshoot than your standard proecedural code, that&apos;s for damned sure. I&apos;ve spent hours digging around going thru includes and crap trying to nail down that one URL that didn&apos;t have the DSN in it. So far, so good. Since I plan on going hardcore MachII over the next few weeks, I&apos;ll probably be blogging mainly about my experiences.  Here goes nothin&apos;.</description><pubDate>Tue, 17 Jun 2008 20:44:00 GMT</pubDate><guid>http://walterkimbrough.instantspot.com/blog/2008/06/17/adding-a-field-to-a-Mach-II-form</guid><category>Stuff I&apos;m working on,mach ii</category></item><item><title>ColdFusion 8 &quot;Scorpio&quot; from a newbie</title><link>http://walterkimbrough.instantspot.com/blog/2007/05/01/ColdFusion-8-Scorpio-from-a-newbie</link><description>&lt;p&gt;  So I got to see Mr. Forta in person for the first time, and I have to admit. I&amp;#39;m TOTALLY energized for Coldfusion in general.&amp;nbsp;  &lt;/p&gt;  &lt;p&gt;  My gosh. The man knows how to sell it.  &lt;/p&gt;  &lt;p&gt;  (not to mention everything being added to the new CF version. I MUST find a copy somewhere!)  &lt;/p&gt;  &lt;p&gt;  &amp;nbsp;  &lt;/p&gt;  &lt;p&gt;  I&amp;#39;m planning on using this space to blog as a CF newbie, so don&amp;#39;t expect earth shatteringly new ways of programming; I&amp;#39;m just posting here as I learn better ways of coding stuff.  &lt;/p&gt;  &lt;p&gt;  &amp;nbsp;  &lt;/p&gt;  </description><pubDate>Tue, 01 May 2007 16:51:01 GMT</pubDate><guid>http://walterkimbrough.instantspot.com/blog/2007/05/01/ColdFusion-8-Scorpio-from-a-newbie</guid><category>cf8</category></item></channel></rss>