An Architect's View

ColdFusion, Software Design, Frameworks and more...

An Architect's View

Entries Tagged as oss

CFUnited 2010 - FW/1 and Open Source

July 16, 2010 · No Comments

Now that the Saturday schedule is available on the CFUnited site, I can confirm that I'm speaking three times in total:

  • Thursday 9:00am - ColdFusion and the Open Source Landscape
  • Friday 2:00pm - FW/1: The Invisible Framework
  • Saturday 4:00pm - ColdFusion and the Open Source Landscape
Hope to see you at CFUnited - it's the last one so it will be legendary!

No CommentsTags: cfunited10 · fw1 · coldfusion · oss

FW/1 hotfixes for 1.0 and 1.1

July 02, 2010 · 1 Comment

Two FW/1 users ran into a problem with error handling where methods from the wrong subsystem could be called if an exception occurred. I considered this an important enough issue to provide hotfixes for previous releases. You can now download tagged releases for 1.0.1 and 1.1.1 which incorporate the error handling changes into the earlier releases (1.0, 1.1). I have to say, git made that very easy since I was able to create a hotfix-1.0.1 branch from the v1.0 tag, apply the changes, tag it as v1.0.1 and then apply those same fixes to the hotfix-1.1.1 branch (from the v1.1 tag) and tag that as v1.1.1 and also master (what will become 1.2).

Based on my experience with this, I'll probably move to adopt the git branching model described on Vincent Driessen's blog. That'll mean that the default download will become the stable branch (master) and there will be a new develop branch which represents the bleeding edge. Given that 1.2 is already in progress, I'll probably defer that change until 1.2 goes Gold on master.

1 CommentTags: fw1 · coldfusion · oss

Getting Started With Clojure

June 29, 2010 · 9 Comments

Clojure is a very new language so getting started can be a little daunting. This blog post shows just about the simplest way to get up and running and using Clojure code.

[Read more →]

9 CommentsTags: programming · oss · clojure

FW/1 Release 1.1 Available!

June 11, 2010 · 6 Comments

The latest stable release of Framework One is now available for download from github! The previous stable release is still available on that page.

This release features a large number of enhancements suggested by the community including:

[Read more →]

6 CommentsTags: fw1 · coldfusion · oss

Why I Like Scala

June 10, 2010 · 11 Comments

CFML and Java go very well together but I've been using CFML and Scala together for quite a while now. Find out why I like Scala so much!

[Read more →]

11 CommentsTags: scala · coldfusion · oss

Railo Volunteer Team Expands

June 10, 2010 · No Comments

In order to support the vocal and enthusiastic community of CFML developers "down under", Railo has added a dedicated Community Manager volunteer for that region.

[Read more →]

No CommentsTags: railo · webdu · coldfusion · oss

FW/1 1.1 Release Candidate 2 Available

June 03, 2010 · 8 Comments

Download FW/1 1.1 RC2 and read about plans for 1.2 and 2.0!

[Read more →]

8 CommentsTags: fw1 · coldfusion · oss

Officially Speaking at CFUnited 2010

February 18, 2010 · No Comments

I'm very pleased that two of my submissions for CFUnited 2010 have been accepted:
  • FW/1 - The Invisible Framework
  • ColdFusion and the Open Source Landscape
Thank you to everyone who voted for those two topics!

No CommentsTags: cfunited10 · fw1 · coldfusion · oss

Mura releases FW/1 plugin

February 18, 2010 · No Comments

You can now install a plugin to Mura that lets you easily add FW/1 applications into Mura. See the Mura blog for more details!

No CommentsTags: fw1 · coldfusion · oss

Interviewed by Dan Wilson for DZone

February 09, 2010 · No Comments

Back at CFinNC, I sat down with Dan Wilson for an informal 15 minute interview about standardization, open source and my thoughts about CFML. DZone published the video today. Watch Dan Wilson interviews Sean Corfield on DZone!

No CommentsTags: cfinnc · coldfusion · oss · cfml-advisory