Entries Tagged as oss
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!
Tags:
cfunited10 · fw1 · coldfusion · oss
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.
Tags:
fw1 · coldfusion · oss
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 →]
Tags:
programming · oss · clojure
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 →]
Tags:
fw1 · coldfusion · oss
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 →]
Tags:
scala · coldfusion · oss
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 →]
Tags:
railo · webdu · coldfusion · oss
Download
FW/1 1.1 RC2 and read about plans for 1.2 and 2.0!
[Read more →]
Tags:
fw1 · coldfusion · oss
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!
Tags:
cfunited10 · fw1 · coldfusion · oss
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!
Tags:
fw1 · coldfusion · oss
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!
Tags:
cfinnc · coldfusion · oss · cfml-advisory