<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>12Robots.com - Jason Dean - UML</title>
			<link>http://www.12robots.com/index.cfm</link>
			<description>ColdFusion, Database, MVC, Frameworks, Security and whatever</description>
			<language>en-us</language>
			<pubDate>Mon, 06 Sep 2010 19:33:22 -0500</pubDate>
			<lastBuildDate>Sun, 12 Oct 2008 20:48:00 -0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>jason@12robots.com</managingEditor>
			<webMaster>jason@12robots.com</webMaster>
			
			
			
			
			
			<item>
				<title>Creating our Domain Objects - ColdBox Series Part 6</title>
				<link>http://www.12robots.com/index.cfm/2008/10/12/Creating-our-Domain-Objects--ColdBox-Series-Part-6</link>
				<description>
				
				Now that we have our database tables set up from our UML and our folder structure has been created we can begin creating our domain objects (Technically we could have done it first, it could probably be argued both ways). 

&lt;h3&gt;Code Generator&lt;/h3&gt;
I am going to use &lt;a href=&quot;http://remotesynthesis.com/&quot;&gt;Brian Rinaldi&apos;s&lt;/a&gt; &lt;a href=&quot;http://cfcgenerator.riaforge.org/&quot;&gt;Illudium PU-36 Code Generator&lt;/a&gt; to help create our domain objects. Since Illudium uses the database tables to create the objects, we needed to have the database set up first. To see the MySQL DDL script check out &lt;a href=&quot;http://www.12robots.com/index.cfm/2008/9/28/Setting-up-a-ColdBox-Application--ColdBox-Series-Part-2&quot;&gt;part 2&lt;/a&gt; of this series.
				 [More]
				</description>
						
				
				<category>ColdBox</category>				
				
				<category>UML</category>				
				
				<category>Object-Oriented</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Sun, 12 Oct 2008 20:48:00 -0500</pubDate>
				<guid>http://www.12robots.com/index.cfm/2008/10/12/Creating-our-Domain-Objects--ColdBox-Series-Part-6</guid>
				
				<enclosure url="http://www.12robots.com/enclosures/todos.zip" length="1967" type="application/x-zip-compressed"/>
				
			</item>
			
		 	
			
			
			<item>
				<title>Setting up a ColdBox Application - ColdBox Series Part 2</title>
				<link>http://www.12robots.com/index.cfm/2008/9/28/Setting-up-a-ColdBox-Application--ColdBox-Series-Part-2</link>
				<description>
				
				I guess I am making this a series. Well, let&apos;s get started.

I am not going to start with the typical &quot;What is a MVC Framework&quot; or &quot;ColdBox is...&quot; kind of posts. For two reasons:

&lt;ol&gt;
&lt;li&gt;No one wants that, we want to jump right into structure and code, right?&lt;/li&gt;
&lt;li&gt;You can already read those things:
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.coldboxframework.com/index.cfm/about&quot;&gt;Overview About ColdBox&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://ortus.svnrepository.com/coldbox/trac.cgi/wiki/ColdBox&quot;&gt;What is ColdBox?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Model-view-controller&quot;&gt;MVC on Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://adobechats.adobe.acrobat.com/p40648765/&quot;&gt;&lt;em&gt;ColdBox Down &amp; Dirty&lt;/em&gt; Connect Presentation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://coldfusion.sys-con.com/node/49179&quot;&gt;Model-View-Controller for You and Me&lt;/a&gt; (Warning: sys-con Link)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

In this series we are building a To-Do List application using &lt;a href=&quot;http://www.coldboxframework.com/&quot;&gt;ColdBox&lt;/a&gt; and &lt;a href=&quot;http://www.coldspringframework.org/&quot;&gt;ColdSpring&lt;/a&gt;.
				 [More]
				</description>
						
				
				<category>ColdBox</category>				
				
				<category>UML</category>				
				
				<category>Object-Oriented</category>				
				
				<category>ColdSpring</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Sun, 28 Sep 2008 21:34:00 -0500</pubDate>
				<guid>http://www.12robots.com/index.cfm/2008/9/28/Setting-up-a-ColdBox-Application--ColdBox-Series-Part-2</guid>
				
				<enclosure url="http://www.12robots.com/enclosures/ColdBoxApplicationTemplate.zip" length="27492" type="application/zip"/>
				
			</item>
			
		 	
			
			
			<item>
				<title>Building an Application with ColdBox and ColdSpring - Part 1</title>
				<link>http://www.12robots.com/index.cfm/2008/9/21/Building-an-Application-with-ColdBox-and-ColdSpring--Part-1</link>
				<description>
				
				I have begun putting together an application to build using ColdBox and ColdSpring. I am doing this to demonstrate how I have been doing this to solicit feedback from the experts to see if I am making any huge or stupid mistakes and to show some new comers to OO how to build an Application using OO principles and tools. I am hoping that my learning experience and blogging can help others learn these concepts too.

As I said before, I do not consider myself an expert in Object-Orient programming or in ColdBox/ColdSpring, but I feel I know enough to demonstrate these things at a basic level.  I am counting on the true experts to keep me honest.
				 [More]
				</description>
						
				
				<category>ColdBox</category>				
				
				<category>UML</category>				
				
				<category>Object-Oriented</category>				
				
				<category>Transfer</category>				
				
				<category>ColdSpring</category>				
				
				<category>ColdFusion</category>				
				
				<pubDate>Sun, 21 Sep 2008 19:01:00 -0500</pubDate>
				<guid>http://www.12robots.com/index.cfm/2008/9/21/Building-an-Application-with-ColdBox-and-ColdSpring--Part-1</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Free Video, Audio, and Documents on Learning Object-Oriented Concepts and UML from GentleWare</title>
				<link>http://www.12robots.com/index.cfm/2008/7/22/Free-Video-Audio-and-Documents-on-Learning-UML-from-GentleWare</link>
				<description>
				
				The &lt;a href=&quot;http://www.gentleware.com/&quot;&gt;makers of Poseidon for UML&lt;/a&gt; have created a series of PDFs, Video Files, and Audio files on &quot;Object-Orient Modeling Techniques and UML&quot;.
				 [More]
				</description>
						
				
				<category>UML</category>				
				
				<category>Object-Oriented</category>				
				
				<pubDate>Tue, 22 Jul 2008 12:17:00 -0500</pubDate>
				<guid>http://www.12robots.com/index.cfm/2008/7/22/Free-Video-Audio-and-Documents-on-Learning-UML-from-GentleWare</guid>
				
			</item>
			
		 	
			</channel></rss>