Wheels Blog
Archives By Subject
Recent Comments
- How OO Almost Destroyed a Business
Ali Syed said: hello, thanks for the article! i really enjoyed it! cheers - Wheels 0.9: The Final Final Beta Cycle
air max said: http://www.saleairmax.com... nike air max http://www.saleairmax.com... air max http://www.saleairmax.com...... - Learning Wheels Litepost Contest winners are
Russ Johnson said: Great Job! and congrats to the winners! - Learning Wheels Litepost Contest winners are
Mike Henke said: I was really impressed with the entries :-) Quality work and the code is on github for people to lo... - Learning Wheels Litepost Contest winners are
Raul Riera said: Congratulations to the winners :D I like the use of jQuery over the Scaffold output
Recent Entries
How OO Almost Destroyed a Business
I stumbled across an honest account by Marc Funaro about how OO almost destroyed his business. He spares no detail in the post, but I still think it is worthwhile to read in its entirety as a reality check for yourself.
Dynamic languages like PHP and CFML have been on a quest over the past few years to be more "Java-like," adding more object oriented capabilities. These features bring a lot of promise for your code to become self-documenting and organized. But there have been undercurrents by pragmatists who contest that these features add unnecessary complexity for languages that were "fine just the way they were."
As I've progressed through my career with ColdFusion, I've started agreeing more with the pragmatists. While ColdFusion experts have been arguing about "XML versus no-XML" over the past year, I've strongly desired getting my work done so I could feel some accomplishment and have a fresh breath of air away from my computer from time to time.
With my personal experience, this is where ColdFusion on Wheels has entered and really brought the fun back into ColdFusion development.
One thing that Wheels has done for me is use CFCs to organize my code and make database queries easier. But at the same time, I don't feel like I'm wasting too much time worrying about the design of my objects. It all just flows and works organically, and it all works that way simply by following conventions that we've laid out for you. I will forever be amazed at what David Heinemeier Hansson has accomplished by implementing the concepts of Ruby on Rails and what these concepts accomplish for me in my life as a CFML developer through my use of ColdFusion on Wheels.
If you at all have felt CFML lose its magic in a way that Marc Funaro described so well, give Wheels a try. The more you uncover about our framework, the more it just makes sense. Our framework considers what ColdFusion as a platform does well and sticks with that. ColdFusion returns recordsets lightning-fast, so Wheels's findAll() methods return recordsets instead of CF's notoriously slow objects. (It also uses objects to represent data when that makes sense.) Wheels also helps you easily understand where your URLs point to in your code with its controller conventions. And hell, I'll even offer up the fact that Wheels's default URL behavior doesn't even give regard to the underlying platform. Having URLs that end with .cfm, .aspx, .jsp, etc. do nothing to contribute to the overall user experience anyway.
These sentiments bring me a lot of hope for Wheels's role in the CFML community. We're pushing forward and helping you develop beautiful code using the best platform for developing web applications, period.


Comments
[Add Comment]
# Posted By Adam Fortuna | 5/26/09 11:45 AM
While sometimes I poke at the CF experts, I do want to clarify that I love them to death. It boggles the mind when you stop and think about what they've done for us. From writing the CFWACK to the software that this very blog is running on, most of us are forever in debt to them.
I think I can speak on behalf of the Wheels community by saying that we need to bring the fun back into ColdFusion. There's potential for some really cool stuff to come out of CF because it is such a great toolset.
# Posted By Chris Peters | 5/26/09 12:16 PM
# Posted By James White | 5/28/09 10:16 AM
# Posted By Ike | 9/10/09 10:55 PM
# Posted By Chris Peters | 9/11/09 4:49 AM
In case you hadn't seen the blogs or the report, the first blog article about it is here: http://ontap.riaforge.org/blog/index.cfm/2008/5/22... There was also an online CFUG presentation on the Galleon project here http://www.meetup.com/coldfusionmeetup/calendar/97... ... Of course if you've got time to port Galleon yourself, I'd be happy to put it in there, otherwise I'd like to get to it although I'm not sure when.
# Posted By Ike | 9/11/09 11:20 AM
thanks for the article!
i really enjoyed it!
cheers
# Posted By Ali Syed | 3/12/10 8:29 AM
[Add Comment]