<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Objective Action - Fusebox</title>
			<link>http://www.objectiveaction.com/Kevin/index.cfm</link>
			<description>An Objective Look at Adobe and the Internet</description>
			<language>en-us</language>
			<pubDate>Wed, 08 Sep 2010 13:08:24+0100</pubDate>
			<lastBuildDate>Sun, 20 Dec 2009 10:43:00+0100</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>kevin@objectiveinternet.com</managingEditor>
			<webMaster>kevin@objectiveinternet.com</webMaster>
			
			
			
			
			
			<item>
				<title>Fusebox Scaffolder Alpha 3</title>
				<link>http://www.objectiveaction.com/Kevin/index.cfm/2009/12/20/Fusebox-Scaffolder-Alpha-3</link>
				<description>
				
				While I was away in Australia I took some time to work on the Fusebox Scaffolder. I am trying right now to get it added to the fusebox web site but in the meantime I have uploaded it here so that you can use it if you want.

Please read the docs before installing it as I have tried to point out the limitations of which there are a few. If you do intall it please let me know how you get on with it as I am trying to see how it works on a number of different platforms.

Currently the main limitation is that it requires you to be using SQL server. In addition it will not create fully working code except unless all the tables in your database have an integer identity as primary key.

Here is &lt;a href=&quot;/Kevin/Enclosures/scaffolderAlpha3.zip&quot; target=&quot;_blank&quot;&gt;the Zip File&lt;/a&gt;. Extract it to your web root with the included directory structure. It will put the code into a directory called /scaffolder. When you have done that you should be able to run it by using a URL like http://127.0.0.1/scaffolder/index.cfm in your browser.
				
				</description>
						
				
				<category>Scaffolding</category>				
				
				<category>Fusebox</category>				
				
				<pubDate>Sun, 20 Dec 2009 10:43:00+0100</pubDate>
				<guid>http://www.objectiveaction.com/Kevin/index.cfm/2009/12/20/Fusebox-Scaffolder-Alpha-3</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Sean Corfield to speak at TVCFUG</title>
				<link>http://www.objectiveaction.com/Kevin/index.cfm/2008/9/5/Sean-Corfield-to-speak-at-TVCFUG</link>
				<description>
				
				I am very please to be able to tell you that &lt;h href=&quot;http://corfield.org/blog/index.cfm&quot; target=&quot;_blank&quot;&gt;Sean Corfield&lt;/a&gt; has agreed to come along to the TVCFUG on October 1st to talk about Design Patterns. 

You can register for the meeting &lt;a href=&quot;http://www.ukcfug.org/index.cfm?objectid=32792D2B-F1FF-921E-112FCCA0410C8373&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;.

Sean has been involved in ColdFusion since he began working for Macromendia a few years ago and has been involved with implementing Design Patterns in ColdFusion for most of that time. The first time I ever read about Design Patterns was in a peper that Sean had written on the standards being used for the Macromedia web site.

More recently Sean has been involved with updating the Fusebox framework and implementing a new CFC model for circuits in version 5.5 of Fusebox. And I know he also contributes to several other frameworks so he has a wide experience of the subject.

I am really looking forward to seeing him here in the UK and hearing him speak to our group.
				
				</description>
						
				
				<category>TVCFUG</category>				
				
				<category>Fusebox</category>				
				
				<pubDate>Fri, 05 Sep 2008 15:12:00+0100</pubDate>
				<guid>http://www.objectiveaction.com/Kevin/index.cfm/2008/9/5/Sean-Corfield-to-speak-at-TVCFUG</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Genrating a Selenium Test Script from Fusebox 5.5 CFC circuit</title>
				<link>http://www.objectiveaction.com/Kevin/index.cfm/2008/6/3/Genrating-a-Selenium-Test-Script-from-Fusebox-55-CFC-circuit</link>
				<description>
				
				I was just playing about with Selenium and wondering how I could be sure that I tested all the fuseactions in my application. The application has been converted from an old Fusebox 3 application and the original test scripts were written a long tiem ago and were the kind where you had to manually do everything. Since then some major changes have happened to tha application and the test script has not been updated.

It seemed to me that it should be possible to easily get a list of fuseactions from the application itself. From there it was only a short setp to creating the test script.
				 [More]
				</description>
						
				
				<category>Selenium</category>				
				
				<category>Fusebox</category>				
				
				<pubDate>Tue, 03 Jun 2008 15:12:00+0100</pubDate>
				<guid>http://www.objectiveaction.com/Kevin/index.cfm/2008/6/3/Genrating-a-Selenium-Test-Script-from-Fusebox-55-CFC-circuit</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Converting an Application from Fusebox 3 to Fusebox 5.5 (Part 3)</title>
				<link>http://www.objectiveaction.com/Kevin/index.cfm/2008/4/25/Converting-an-Application-from-Fusebox-3-to-Fusebox-55-Part-3</link>
				<description>
				
				I have now got several circuits working in my application and as a result have developed a kind of methodology for doing the conversion.

As wel as the items mentioned in the &lt;a href=&quot;http://www.objectiveaction.com/kevin/index.cfm/2008/4/23/Converting-an-Application-from-Fusebox-3-to-Fusebox-55&quot;&gt;earlier&lt;/a&gt; &lt;a href=&quot;http://www.objectiveaction.com/kevin/index.cfm/2008/4/24/Converting-an-Application-from-Fusebox-3-to-Fusebox-55-Part-2&quot;&gt;posts&lt;/a&gt; there are a number of changes required.

&lt;h4&gt;Content Variables and Layout&lt;/h4&gt;
The first is that since my fusebox 3 application was using the nested circuits I have to put all my display includes inside a cfsavecontent tag. For the moment I don&apos;t want to make any big cahnges to the application and it does not use MVC so I can&apos;t make use of the do facility to put the output of those fuses into the content variables.

Fusebox3 put everything into a variable called fusebox.layout which was in variables scope. Since I don&apos;t have easy access to variables scope I decide to use a request scope variable which will be available in my circuit  CFCs. In my case I am using request.page.content mostly because that is the name used in some applications I have.

&lt;code&gt;
&lt;cfsavecontent variable=&quot;request.page.content&quot;&gt;
	&lt;cfinclude template=&quot;dsp_messagelimit.cfm&quot;&gt;
&lt;/cfsavecontent&gt;
&lt;/code&gt;

The same variable has to be used in the layout files and in the fbx_layout I actually have to include the file as it is no longer done automatically for me.

&lt;h4&gt;Fusebox Variables&lt;/h4&gt;
There are several places in the code where I have used Fusebox.Fuseaction and this needs to be changed to MyFusebox.OriginalFuseaction. To make this work I also need to add the argument tag to every method in that needs it.

&lt;code&gt;
&lt;cfargument name=&quot;myFusebox&quot; /&gt;
&lt;/code&gt;

&lt;h4&gt;Attributes Scope&lt;/h4&gt;
All my existing fuses expect to find the data that was in form or url scope in the attributes scope. By adding a line in the prefuseaction I can copy that from the arguments in one place.

&lt;code&gt;
&lt;cffunction name=&quot;prefuseaction&quot;&gt;
	&lt;cfargument name=&quot;myFusebox&quot; /&gt;
	&lt;cfargument name=&quot;event&quot; /&gt;
	&lt;cfset attributes = event.getallvalues()&gt;
......
&lt;/cffunction&gt;
&lt;/code&gt;

I hope these notes are proving useful to anyone planning a similar conversion. Do let me know.
				
				</description>
						
				
				<category>Fusebox</category>				
				
				<category>Conversion</category>				
				
				<pubDate>Fri, 25 Apr 2008 11:17:00+0100</pubDate>
				<guid>http://www.objectiveaction.com/Kevin/index.cfm/2008/4/25/Converting-an-Application-from-Fusebox-3-to-Fusebox-55-Part-3</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Converting an Application from Fusebox 3 to Fusebox 5.5 (Part 2)</title>
				<link>http://www.objectiveaction.com/Kevin/index.cfm/2008/4/24/Converting-an-Application-from-Fusebox-3-to-Fusebox-55-Part-2</link>
				<description>
				
				&lt;h4&gt;Converting the circuits&lt;/h4&gt;
I can see this part of the conversion being a bit of a slog.
In each fbx_switch I have to do the following steps:
&lt;ul&gt;
&lt;li&gt;Change the cfswitch tag to a cfcomponent tag. (Don&apos;t forget the closing tag too!)&lt;/li&gt;

Change every cfcase tag to a cffunction tag and the value= to name=.&lt;/li&gt;

&lt;li&gt;Add a prefusaction to call the circuit&apos;s fbx_settings fuse and because we no longer have the automatic nesting available we have to call the parent circuit&apos;s fbx_settings fuse.&lt;/li&gt;

&lt;li&gt;Add a postfusaction to call the page layouts. Again I have to remember to add the fbx_layout for any parent circuits.&lt;/li&gt;

&lt;li&gt;Move the changed code (now a CFC) to the controller directory.&lt;/li&gt;

&lt;li&gt;Then because the circuit CFC will now sit in the controller directory I have to put the path in front of every cfinclude template parameter. (But see insight below).&lt;/li&gt;
&lt;/ul&gt;

I worked my way throught two of these circuits, they were small ones but even so some of the changes are tedious and the path changes are not too easy to automate.

But at the end of that work two of the circuits from my application are working and running under Fusebox 5. No major fuses have been harmed, apart from moving some of the code from application.cfm to application.cfc, and some of the initialisation code from fbx_settings into application.cfc.

Then I had an &lt;strong&gt;insight!&lt;/strong&gt; It isn&apos;t really necessary to move the fbx_switch code to the controller directory! I could avoid having to add all that path information to the includes. I can just leave my new circuit CFCs where they are with their fuses in the same directory and create a dummy CFC which just extends the new circuit CFC to put in the contoller directory. Problem solved!

Now most of the required changes are automatable and a global search and replace should do it!

I&apos;ll let you know what I find.
				
				</description>
						
				
				<category>Fusebox</category>				
				
				<category>Conversion</category>				
				
				<pubDate>Thu, 24 Apr 2008 08:42:00+0100</pubDate>
				<guid>http://www.objectiveaction.com/Kevin/index.cfm/2008/4/24/Converting-an-Application-from-Fusebox-3-to-Fusebox-55-Part-2</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Converting an Application from Fusebox 3 to Fusebox 5.5</title>
				<link>http://www.objectiveaction.com/Kevin/index.cfm/2008/4/23/Converting-an-Application-from-Fusebox-3-to-Fusebox-55</link>
				<description>
				
				Old applications never die, at least the one I am working on refuses to. It was written a while back and uses the Fusebox 3 framework. As we add more and more to it, it&apos;s getting more difficult to manage, so I decided to bite the bullet and convert it from Fusebox 3 to 5.5.

I had previously avoided upgrading to Fusebox 4 or 5 because there would have to be a lot of changes. Going from 3 to 4 wasn&apos;t easy. I did several conversions and they all took a long time and the limitations of Fusebox XML always meant that some clever stuff I had in my code had to be completely redesigned. The limitation of not being able to nest &lt;if&gt; or &lt;loop&gt; tags in Fusebox 4 circuits was really a problem, as I had often done that in my fbx_switch (circuit) files which were written in CFML.

Don&apos;t get me wrong, I do like Fusebox XML now that I am used to it. If you start from there that&apos;s fine but converting something from Fusebox 3 is a bit different.
Fusebox5.5 has one big advantage. It will let me use CFCs as circuits and they are written in CFML so I should be able to simply move the code from the fbx_switch to the CFC. That shouldn&apos;t be a problem.

So, yesterday I began the task and the first issue I came across was that in order to use CFCs as circuits I was forced to let Fusebox find my circuits for me. I started out deciding I was going to have a fusebox.xml file but that has no way to support CFC based circuits.
So I got rid of the fusebox.xml and converted the first fbx_switch.cfm file to home.cfc.

The next issue was file placement. The original application had a number of directories each with it own module. In some cases it has subdirectories that make use of the nesting idea that was in four at the time. For example there is an Admin directory which has a number of subdirectories one for each area of the application.

This nesting of content is no longer done that way but there is a good reason for leaving the directory structure unchanged. I expect the conversion will take some time and the original application will continue to evolve in the meantime, so I want to eventually do a CVS merge of any changes. For that to work the locations of all the fuses really has to stay the same.

I consulted &lt;a href=&quot;http://trac.fuseboxframework.org/fusebox/wiki/Fusebox51ReleaseNotes&quot; target=&quot;_blank&quot;&gt;the documentation&lt;/a&gt; and then &lt;a href=&quot;http://corfield.org/blog/index.cfm&quot; target=&quot;_blank&quot;&gt;the guru&lt;/a&gt; and found that there is no way for the CFC based Fusebox to support that directory structure.

The original application also does not use MVC because in Fusebox 3 there was no big advantage from separating the application that way. I know Hal was preaching it, but at that time I thought it was really difficult and I didn&apos;t see any big benefit from the extra overhead.

I decided that eventually I do want to use MVC so it makes sense to go in that direction so I have created a controller directory in which to put the new CFC based circuits. Since I already had the framework installed on my machine, Step 1 was to create a new CVS branch and take one of the fbx_switch files and convert it to a CFC. In the short term I won&apos;t create a model or view as I just want the existing to code to work with minimum changes as a first pass.
By the end of the day I had my first fuseaction working. 

There were a number of wrinkles. The first was the surprise of seeing this error message:
&lt;img src=&quot;http://www.objectiveaction.com/kevin/images//missingxml.png&quot;&gt;

This is just a case of RTFM and the answer is to set some Fusebox variables to turn on the no XML mode of operation and set the default page.

&lt;code&gt;
&lt;cfset FUSEBOX_PARAMETERS.defaultFuseaction = &quot;home.home&quot; /&gt;
&lt;cfset FUSEBOX_PARAMETERS.allowImplicitFusebox = true /&gt;
&lt;/code&gt;

The second was that I was&apos;t seeing all my HTML. The original application makes heavy use of &amp;lt;cfsetting&amp;gt;  in an attempt to avoid whitespace. There was obvoisly a difference between the old and new structure I had created and there was not enough &amp;lt;cfsetting&amp;gt; tags. Adding an extra one solved the problem but the whole lot will need sorting out. I generally now use &amp;lt;cfsilent&amp;gt;  instead as I find it more reliable and easier to code.

I&apos;ll let you know how I get on.
				
				</description>
						
				
				<category>Fusebox</category>				
				
				<category>Conversion</category>				
				
				<pubDate>Wed, 23 Apr 2008 10:13:00+0100</pubDate>
				<guid>http://www.objectiveaction.com/Kevin/index.cfm/2008/4/23/Converting-an-Application-from-Fusebox-3-to-Fusebox-55</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>CFMeetup presentation - Fusebox Scaffolding</title>
				<link>http://www.objectiveaction.com/Kevin/index.cfm/2008/1/15/CFMeetup-presentation--Fusebox-Scaffolding</link>
				<description>
				
				On Thursday 17th i will be giving a short presentation on Fusebox Scaffolding to the &lt;a href=&quot;http://coldfusion.meetup.com/17/calendar/7117674/&quot; target=&quot;_blank&quot;&gt;CFMeetup Online ColdFusion User Group&lt;/a&gt;.

Its a preview of a longer presentation I will be doing at &lt;a href=&quot;&quot; targetr=&quot;_blank&quot;&gt;CFUnited Europe&lt;/a&gt; on 12th and 13th March 2008.

If you would like to see it please sign up at &lt;a href=&quot;http://coldfusion.meetup.com/17/calendar/7117674/&quot; target=&quot;_blank&quot;&gt;CF Meetup&lt;/a&gt; site.
				
				</description>
						
				
				<category>Scaffolding</category>				
				
				<category>Fusebox</category>				
				
				<pubDate>Tue, 15 Jan 2008 19:57:00+0100</pubDate>
				<guid>http://www.objectiveaction.com/Kevin/index.cfm/2008/1/15/CFMeetup-presentation--Fusebox-Scaffolding</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Scaffolding progress</title>
				<link>http://www.objectiveaction.com/Kevin/index.cfm/2007/11/13/Scaffolding-progress</link>
				<description>
				
				I finally got time to work on this again after a few weeks of hectic madness, which included passing my Coastal Skipper  exam and visiting my sister for a weekend. I spent Sunday afternoon and yesterday evening generating code using the ColdSpring Templates and finding the bugs in the generated code. Then I found the place where the bug was generated and  fixed the template.

Its quite tedious as on my laptop it takes a couple of minutes to regenerate the application with my test database.

I have uploaded what I have done so far to SVN as it makes my life easier to download it all from SVN onto the various machines I have to test it on. There are probably still bugs in the ColdSpring templates and I know that in the process I have broken the Reactor Templates.

I also changed the order that code is generated in. This is mostly for my own benefit as I was finding it difficult to find things. In the past code in the circuit.xml file was generated in order of fuseaction then object. Now its in alphabetic order of object then fuseaction. This means that all the fuseactions related to a particular object are next to each other.

The new Fusebox 5.5 will be realesed on December 1st so I am working to get my changes and fixes complete by them but I suspect the scaffolding will still be in Beta at that point as I haven&apos;t had as much opportunity to test as I would have liked. I been installing new servers or updating old code to later versions of CF rather than developing new code.

You can get the latest code version from SVN at: http://svn.fuseboxframework.org/framework/branches/dev/extensions/scaffolding
				
				</description>
						
				
				<category>ColdFusion</category>				
				
				<category>Scaffolding</category>				
				
				<category>Fusebox</category>				
				
				<pubDate>Tue, 13 Nov 2007 09:08:00+0100</pubDate>
				<guid>http://www.objectiveaction.com/Kevin/index.cfm/2007/11/13/Scaffolding-progress</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Scaffolding fixes</title>
				<link>http://www.objectiveaction.com/Kevin/index.cfm/2007/10/23/Scaffolding-fixes</link>
				<description>
				
				A couple of fixes have been posted to the &lt;a href=&quot;http://fusebox.org/go/fusebox-downloads/beta-program&quot; target=&quot;_blank&quot;&gt;scaffolding code alpha on the fusebox website&lt;/a&gt;. The most important was a missing template file for the coldSpring templates.

Anoter addition is the documentation which got missed off the original release. The word doc contains instructions on how to write your own templates. It still has some big omissions and will be updated with a complete API in future releases.

There is still an unfortunate need to change the directory that the code is installed in, but I am planning to fix that by the time the next release is available. For the present please be sure to read the readme.txt file.

If you do experience any issues please try to be specific about the problem, as I can&apos;t help if you tell me only that it does not work. If you need help please send me a copy of the error message and it also helps if you can send a copy of the generated sacffolding.xml file too.

Remember this is still an alpha version so all bugs are not yet found and tracked down.

Good Luck!
				
				</description>
						
				
				<category>Scaffolding</category>				
				
				<category>Fusebox</category>				
				
				<pubDate>Tue, 23 Oct 2007 10:16:00+0100</pubDate>
				<guid>http://www.objectiveaction.com/Kevin/index.cfm/2007/10/23/Scaffolding-fixes</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>What is Scaffolding and How to use it - Part 3</title>
				<link>http://www.objectiveaction.com/Kevin/index.cfm/2007/10/4/What-is-Scaffolding-and-How-to-use-it--Part-3</link>
				<description>
				
				If you read &lt;a href=&quot;http://www.objectiveaction.com/kevin/index.cfm/2007/10/2/What-is-Scaffolding-and-how-do-I-use-it--Part-2&quot;&gt;Part 2 of the series&lt;/a&gt; you might have seen Peter Bell&apos;s comment about the best way to use the code generated by scaffolding. Ok, so wouldn&apos;t it be great if the scaffolding was good enough to use without any change? Unfortunately the current templates available with the Fusebox scaffolder are likely to produce code that is less than complete. There are several areas where you will find it possible to improve the code. Lets look at each in turn because this situation is one where the answer may vary slightly in each case.
				 [More]
				</description>
						
				
				<category>Scaffolding</category>				
				
				<category>Fusebox</category>				
				
				<pubDate>Thu, 04 Oct 2007 09:04:00+0100</pubDate>
				<guid>http://www.objectiveaction.com/Kevin/index.cfm/2007/10/4/What-is-Scaffolding-and-How-to-use-it--Part-3</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>What is Scaffolding and how do I use it? - Part 2</title>
				<link>http://www.objectiveaction.com/Kevin/index.cfm/2007/10/2/What-is-Scaffolding-and-how-do-I-use-it--Part-2</link>
				<description>
				
				So you want to use an architecture to avoid &lt;a href=&quot;http://www.objectiveaction.com/kevin/index.cfm/2007/9/30/What-is-Scaffolding-and-how-do-I-use-it--Part-1&quot; &gt;those nightmares&lt;/a&gt;. Unfortunately its not easy to get started. Unlike building a single page web site you have to create a lot of stuff before you even see anything. In Fusebox 5.1 with MVC you have to create a view directory with a dsp_ fuse, a controller directory with a circuit.xml, in the root goes a fusebox.xml and you define your application name in index.cfm before you get close to seeing the magic words &quot;Hello World&quot;. If the words are going to come from a database you have to create a model directory and a qry_ fuse too. 

So what if your application does more than output &quot;Hello World&quot;?
				 [More]
				</description>
						
				
				<category>Scaffolding</category>				
				
				<category>Fusebox</category>				
				
				<pubDate>Tue, 02 Oct 2007 22:52:00+0100</pubDate>
				<guid>http://www.objectiveaction.com/Kevin/index.cfm/2007/10/2/What-is-Scaffolding-and-how-do-I-use-it--Part-2</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Fusebox Beta and Alpha releases</title>
				<link>http://www.objectiveaction.com/Kevin/index.cfm/2007/10/2/Fusebox-Beta-and-Alpha-releases</link>
				<description>
				
				Yesterday at MAX Sean Corfield announced the release of &lt;a href=&quot;http://corfield.org/blog/index.cfm/do/blog.entry/entry/Fusebox_55_Public_Beta&quot; target=&quot;_blank&quot;&gt;Fusebox 5.5 Public Beta&lt;/a&gt;.

There is a &lt;a href=&quot;http://fusebox.org/go/fusebox-downloads/beta-program&quot; target=&quot;_blank&quot;&gt;new page&lt;/a&gt; on the Fusebox web site with links to all the modules.

One of the modules vailable on the beta page is my &lt;a href=&quot;http://fusebox.org/download.cfm?downloadfile=5B5D6872-9F2F-7E0A-22CAA43D1C530259&amp;typename=dmFile&amp;fieldname=filename&quot; target=&quot;_blank&quot;&gt;scaffolding code&lt;/a&gt; which is not strictly a Beta as its currently in Alpha. If you would like to take part in Alpha testing please let me know. I am keen to see people using the tool to generate applications and to get as many of the bugs as possible in the current code tracked down before we start adding the features for the next Alpha 2 version which should include some other databases.

Sean has also put the Fusebox 5.5 release notes on Share so demostrating the usefulness of the new service.
				
				</description>
						
				
				<category>Scaffolding</category>				
				
				<category>Fusebox</category>				
				
				<category>CodeGeneration</category>				
				
				<pubDate>Tue, 02 Oct 2007 09:06:00+0100</pubDate>
				<guid>http://www.objectiveaction.com/Kevin/index.cfm/2007/10/2/Fusebox-Beta-and-Alpha-releases</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>What is Scaffolding and how do I use it? - Part 1</title>
				<link>http://www.objectiveaction.com/Kevin/index.cfm/2007/9/30/What-is-Scaffolding-and-how-do-I-use-it--Part-1</link>
				<description>
				
				You need scaffolding!

So you read something somewhere that said you should be using scaffolding and want to know how? Let me tell you a story.

ColdFusion has been developed to make creating applications easier right?
				 [More]
				</description>
						
				
				<category>ColdFusion</category>				
				
				<category>Scaffolding</category>				
				
				<category>Fusebox</category>				
				
				<pubDate>Sun, 30 Sep 2007 10:50:00+0100</pubDate>
				<guid>http://www.objectiveaction.com/Kevin/index.cfm/2007/9/30/What-is-Scaffolding-and-how-do-I-use-it--Part-1</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Fusebox Scaffolding Progress Report</title>
				<link>http://www.objectiveaction.com/Kevin/index.cfm/2007/9/24/Fusebox-Scaffolding-Progress-Report</link>
				<description>
				
				I had some time this weekend to do more on the scaffolding project. I know its been slow but I seem to have too many things to do and often when there is time there may be none of the inclination which is needed for good code.

Anyway for an update I decided that Reactor was a problem with no solution in many ways. There is really no way to do some of the things I wanted to in Reactor, so I decided to take another route and generate all the DB access code myself. I&apos;ve spent a few days over the last three weeks creating templates for all the usual DAO, Gateway, object, service and so on.
				 [More]
				</description>
						
				
				<category>Fusebox</category>				
				
				<category>Scaffolding</category>				
				
				<category>ColdSpring</category>				
				
				<pubDate>Mon, 24 Sep 2007 09:08:00+0100</pubDate>
				<guid>http://www.objectiveaction.com/Kevin/index.cfm/2007/9/24/Fusebox-Scaffolding-Progress-Report</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Fusebox Scaffolding on SVN</title>
				<link>http://www.objectiveaction.com/Kevin/index.cfm/2007/9/6/Fusebox-Scaffolding-on-SVN</link>
				<description>
				
				OK, So I know you think I spent the summer enjoying myself and forgot all about Fusebox Scaffolding!

Actually spent a lot of it in my Girlfriends Bathroom where I fitted a new Bathroom Suite with help from a plumber. On top of that the expected flow of work did not slow down.

One customer who have been using CF5 for many years finally decided to upgrade to CF7 a week after CF8 was released. So we have been installing a bunch of CF7 instances and also getting out first CF8 customer going. 

Enough of the excuses.... 

This week I finally got around to working out how to make the Scaffolding work with multiple sets of templates and moved the existing reactor templates to a subdirectory of the templates directory so that there can be any number of templates for different purposes or frameworks.
				 [More]
				</description>
						
				
				<category>Reactor</category>				
				
				<category>Scaffolding</category>				
				
				<category>Fusebox</category>				
				
				<pubDate>Thu, 06 Sep 2007 08:18:00+0100</pubDate>
				<guid>http://www.objectiveaction.com/Kevin/index.cfm/2007/9/6/Fusebox-Scaffolding-on-SVN</guid>
				
			</item>
			
		 	
			</channel></rss>