<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>David Harris&apos;s Technology Blog - Frameworks</title>
			<link>http://www.harrisfamily.net.nz/devblog/index.cfm</link>
			<description>ColdFusion, Flex and the Universe...</description>
			<language>en-us</language>
			<pubDate>Wed, 08 Sep 2010 06:34:22 -0500</pubDate>
			<lastBuildDate>Thu, 29 Oct 2009 14:54:00 -0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>harrisfamily.net.nz@gmail.com</managingEditor>
			<webMaster>harrisfamily.net.nz@gmail.com</webMaster>
			
			<item>
				<title>Frameworks: Whats good about them, whats bad about them.</title>
				<link>http://www.harrisfamily.net.nz/devblog/index.cfm/2009/10/29/Frameworks-Whats-good-about-them-whats-bad-about-them</link>
				<description>
				
				Frameworks: Whats good about them, whats bad about them.

In my years programming, I&apos;ve always advocated the use of frame works.
While I have only every really used a handful of them myself, (across CF,PHP and Flex) there are underlying principles around frameworks that really appeal to me.

But there are things about using frameworks you need to keep in mind.

But first, some of the good things (a non-complete list):

1. Most frame works have the MVC paradigm at their heart. This is GOOD

2. Force some degree of fore-thought before launching in to code

3. If you use a documented framework consistently, handing over of projects is simpler. (key word &quot;documented&quot;! )

4. Enforces a structure to your code base, which, once you understand it, *usually* means you can de-bug it better



Now the bad things (also a non-complete list):

1. You are trusting code you may not fully know, or even blindly trusting this code.

2. Frameworks are not &quot;silver bullets&quot; that make you problems go away.

3. &quot;Roll your own&quot; frameworks are often badly documented, so hand over can be a real nightmare

4. You can get (feel?) trapped in a framework if it starts to fail you in anyway

5. There is no &quot;perfect&quot; framework. All have pros and cons. You&apos;ll need to find them and work with them.


I used to say &quot;The more something does for you, the less you can do with it&quot;.
Of the past 5 or so years, this statement is less and less true, as there are some very comprehensive frameworks out there that do a very good job of empowering you to do what you need to do, while doing a lot of under-the-hood stuff too.

To expound on a couple of the &quot;Bad things&quot;

While trusting code you don&apos;t &quot;know&quot; isn&apos;t always bad, it is bad if you start having issues with it. You are faced with some options.

- Abandon it

- Dig in to it and &quot;learn&quot; it so you can fix it

- Work round it&apos;s limitations

While I like using frameworks where I can, there is always the &quot;can-o-worms&quot; fear that maybe framework &quot;ABC&quot; or &quot;XYZ&quot; isn&apos;t quite a clever as I was expecting under the hood...

On the non-silver bullets of frameworks: sometimes it seems (particularly in the &quot;Which framework is king&quot; &lt;del&gt;flame wars&lt;/del&gt; discussions), that people are looking for a framework to make all the hard work go away.

Unfortunately this isn&apos;t what frameworks are for or about.
Which ever framework you pick, you will have to learn how it works.

You will be slower with it than not using it at first.
You will be faced with learning the framework AND solving the problem(s) you are developing to.

But... 

- the more you use it, the faster you will get at it

- When faced with problems, you&apos;ll know how to solve them within the framework, so you time isn&apos;t eaten up with &quot;what goes where&quot;, but you can focus on the problem at hand.


While the above is by no means complete, I had to let it out somewhere! 
Thanks for listening!

PS: I have nothing but absolute respect and props for the men and women who give up so much of their (usually personal) time to create/code and manage any framework!
My hat is off to them!


PPS: One other thought: A lot of what I&apos;ve said above is also true for application platforms too! 
				</description>
				
				<category>Frameworks</category>				
				
				<category>General</category>				
				
				<pubDate>Thu, 29 Oct 2009 14:54:00 -0500</pubDate>
				<guid>http://www.harrisfamily.net.nz/devblog/index.cfm/2009/10/29/Frameworks-Whats-good-about-them-whats-bad-about-them</guid>
				
			</item>
			
			<item>
				<title>Transfer 1.0 ORM is released!</title>
				<link>http://www.harrisfamily.net.nz/devblog/index.cfm/2008/4/28/Transfer-10-ORM-is-released</link>
				<description>
				
				Just noticed this on a mailing list:

&lt;a&gt;http://www.compoundtheory.com/?action=displayPost&amp;ID=303,Transfer 1.0 Release Candidate - Out Now!&lt;/a&gt;

Well done Mark!

Mark presented to the NZCFUG last year on TransferORM.

I&apos;ll be downloading Transfer 1.0 soon to have take it for a spin! 
				</description>
				
				<category>CFUG</category>				
				
				<category>Frameworks</category>				
				
				<category>OpenSource</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Mon, 28 Apr 2008 21:56:00 -0500</pubDate>
				<guid>http://www.harrisfamily.net.nz/devblog/index.cfm/2008/4/28/Transfer-10-ORM-is-released</guid>
				
			</item>
			
			<item>
				<title>A couple of Flex Podcasts</title>
				<link>http://www.harrisfamily.net.nz/devblog/index.cfm/2008/4/21/A-couple-of-Flex-Podcasts</link>
				<description>
				
				Today I listened to the &lt;a&gt;http://www.coldfusionweekly.com/,ColdFusion Weekly&lt;/a&gt; podcast.

The topic was &lt;a&gt;http://www.coldfusionweekly.com/index.cfm?event=showArchive#3-07,Flex Frameworks Roundtable&lt;/a&gt;

Peter and Matt got together the different &quot;voices&quot; of the Flex Frameworks out there and got them talking.

Speaking personally the saying, &quot;If all you have is a hammer, then everything is a nail&quot; rings true for my experience with frameworks.
I tend to find once I get my head-space in a particular framework I find myself approaching all the problems I need to solve within that framework.

In ColdFusion, &quot;Fusebox&quot; was that framework for me for a while, and currently &quot;Cairngorm&quot; is the Flex one.

While it is not a bad thing to actually learn a tool/framework well, it&apos;s great to listen to well respected members of the various framework communities flesh out what problems their favorite framework is trying to solve, and how.

A couple of the things that stuck with me are:

- the less &quot;boiler plate&quot; code you have to write to add functionality to an Application, the better

- MVC is not a framework, but applications should be MVC, no matter what framework/approach you take [that&apos;s a *whole* other blog post I&apos;ve been thinking about for a while now!]


At the end of the day, no matter what framework/style/approach you take, if you are going to create a non-trivial application, there is still a lot of work to do!
Even if you use one of the plethora of code-gen tools out there, you will still have a lot of leg work!

Near the end of the podcast (64mins) there is some great talking about what these guys would like to see in Flex/Framework in the future.

Well done Matt and Peter for setting this up, and thank you!

I also listened to this one, which is great for a more in-depth on Cairngorm:
&lt;a&gt;http://www.theflexshow.com/blog/index.cfm/2008/4/9/The-Flex-Show--Episode-41-Universal-Mind-Cairngorm-Extensions-w-Thomas-Burleson,www.theflexshow.com: Universal-Mind-Cairngorm-Extensions-w-Thomas-Burleson&lt;/a&gt;

Enjoy! 
				</description>
				
				<category>Adobe</category>				
				
				<category>Frameworks</category>				
				
				<category>OpenSource</category>				
				
				<category>General</category>				
				
				<category>Flex</category>				
				
				<pubDate>Mon, 21 Apr 2008 20:25:00 -0500</pubDate>
				<guid>http://www.harrisfamily.net.nz/devblog/index.cfm/2008/4/21/A-couple-of-Flex-Podcasts</guid>
				
			</item>
			</channel></rss>