<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>OscarArevalo.com - Core</title>
			<link>http://www.oscararevalo.com/index.cfm</link>
			<description>About ColdFusion and Developing Software</description>
			<language>en-us</language>
			<pubDate>Tue, 07 Sep 2010 17:39:14 -0500</pubDate>
			<lastBuildDate>Wed, 10 Feb 2010 03:31:00 -0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>oarevalo@gmail.com</managingEditor>
			<webMaster>oarevalo@gmail.com</webMaster>
			
			<item>
				<title>Update to &apos;Core&apos; Framework. Now in GitHub!</title>
				<link>http://www.oscararevalo.com/index.cfm/2010/2/10/Update-to-Core-Framework-Now-in-GitHub</link>
				<description>
				
				A while ago I shared a small &lt;a href=&quot;http://www.oscararevalo.com/index.cfm/2008/7/29/A-Peek-Inside-the-Software-Factory-Core-Framework&quot;&gt;framework&lt;/a&gt; I created which I use to develop pretty much all of my projects (both open source and paid engagements). The framework, as is usual for web frameworks, follows the MVC and Front Controller patterns; also like Sean Corfield&apos;s &lt;a href=&quot;http://fw1.riaforge.org/&quot;&gt;FW/1&lt;/a&gt; and Barney&apos;s &lt;a href=&quot;http://www.barneyb.com/barneyblog/projects/fb3lite/&quot;&gt;FB3 Lite&lt;/a&gt; (and many others) it has an emphasis on minimalism and makes an effort to stay out of the way as much as possible. I recently made some changes to the framework and wanted to share them with the community.  [More]
				</description>
				
				<category>Architecture</category>				
				
				<category>Core</category>				
				
				<category>Coldfusion</category>				
				
				<category>frameworks</category>				
				
				<pubDate>Wed, 10 Feb 2010 03:31:00 -0500</pubDate>
				<guid>http://www.oscararevalo.com/index.cfm/2010/2/10/Update-to-Core-Framework-Now-in-GitHub</guid>
				
			</item>
			
			<item>
				<title>A Peek Inside the Software Factory: Core Framework</title>
				<link>http://www.oscararevalo.com/index.cfm/2008/7/29/A-Peek-Inside-the-Software-Factory-Core-Framework</link>
				<description>
				
				&lt;b&gt; *** THIS IS A REPOST OF AN EARLIER ARTICLE THAT GOT WIPED OUT ON A RECENT DB CRASH. *** &lt;/b&gt;

If you ever wanted to modify ColdBricks or BugLog, but didn&apos;t understood how these application were constructed; or if you just want to see yet another way of developing CF applications, then this post may be for you.

I just posted &lt;a href=&quot;http://www.oscararevalo.com/page.cfm/core&quot;&gt;some pages&lt;/a&gt; describing the framework I use for developing CF projects. It doesn&apos;t even has a proper name, I just call it &quot;Core&quot; due to its simplicity and its minimalistic nature. The basic principle of this framework, and the reason why I choose to use it instead of going with more traditional offerings, is that it only focuses on one thing and one thing only: provide a formal mechanism for going from one page to another and for invoking actions.

It doesn&apos;t do any fancy things, no complex request lifecycles, no sophisticated caching, no extensive API, none; however, it does provide enough extension points to which I can hook any functionality that I desire on a per-project basis. Basically the framework consists on a Front Controller implementation, a base event handler and a few conventions for directory structure and nomenclature.

Anyway, you can find the code and read more about this framework by going to the &lt;a href=&quot;http://www.oscararevalo.com/projects&quot;&gt;Projects&lt;/a&gt; section or by going directly &lt;a href=&quot;http://www.oscararevalo.com/page.cfm/core&quot;&gt;here&lt;/a&gt;. 
				</description>
				
				<category>Architecture</category>				
				
				<category>Core</category>				
				
				<category>Coldfusion</category>				
				
				<category>ColdBricks</category>				
				
				<category>frameworks</category>				
				
				<category>BugLogHQ</category>				
				
				<category>General</category>				
				
				<pubDate>Tue, 29 Jul 2008 00:11:00 -0500</pubDate>
				<guid>http://www.oscararevalo.com/index.cfm/2008/7/29/A-Peek-Inside-the-Software-Factory-Core-Framework</guid>
				
			</item>
			</channel></rss>