We did a hands on workshop at our Inland Empire User group yesterday in Pomona, California. We had fun installing CF9, Adobe CF Builder and ColdBox 3 Beta. We managed to build a simple task manager with all the new nice ORM features and coldbox 3.0.0 features. So if you are interested in seeing the workshop online, here is the recording:
Blog
Some ColdFusion Development Best Practices
We always are trying to help the ColdFusion community as much as we can. We had a CFC best practices document in our ColdBox documentation site in order to steer developers in the right direction when building components. I have updated the document to now include more topics than just CFCs. So if you are interested in collaborating to this document or think some points are useless, please comment and we can make this document better.
So here are our ColdFusion Development Best Pra...
ColdBox Eclipse Plugins Online!
ColdBox Eclipse Plugins
The eclipse plugins contains three folder repositories:
- org.coldbox.apidocs
- org.cold...
ColdBox Workshop at the IECFUG
Come and kick start your ColdBox development with this introductory
workshop. We will cover the basics of ColdBox 3.0.0 and how to develop
sustainable ColdFusion applications.
So head on over to the iecfug website to ...
ColdBox Case Studies
ColdBox Open Source Project of the Year!
I got word today after leaving CFUnited to come back to California that ColdBox was announced as The Open Source Project of the Year by the Community Achievement Awards! I am super excited and happy about this award and you can see the recording here:
ColdBox 101 2-Day Training Seminar - Choose your city
- Los Angeles & Vicinity
- Dallas
- Houston
A ColdBox plugin for ValidateThis!
So if you are still trying to determine validation and want an easy and great solution, give ValidateThis a shot! Here are some links for you:
Would you like a private request collection?
This topic has been going on for a while, where some people have come up with the idea of having a private request collection that is unaffected by the incoming URL/FORM/REMOTE variables but still have access to it via the request context object. You already CAN do this by just building a simple request context decorator. However, some people think that this could be a cool core addition. I am starting to think so also, so here are my thoughts on the topic.
The purpose of this pos...