Blog
Recent Entries
ColdBox 7.2.0 Released
ColdBox, a widely used development platform for ColdFusion (CFML), has unveiled version 7.2. Packed with compelling new features, bug fixes, and enhancements, this release is designed to empower developers by boosting productivity, refining scheduled task capabilities, and enhancing the overall reliability and efficiency of application development. This article will delve into the key highlights of ColdBox 7.2 and elucidate how these advancements can positively impact developers in their daily coding endeavors.
Into the Box 2023 Series on CFCast
Excitement is in the air as we unleash the highly anticipated ITB 2023 series exclusively for our valued CFCast subscribers – and the best part? It's FREE for CFCast members! Now is the perfect time if you haven't joined the CFCast community yet. Plus, we've got an incredible End-of-Year deal that's too good to miss
Ortus Deals are Finally Here!
The much-anticipated Ortus End-of-the-Year Sale has arrived, and it's time to elevate your development experience! Whether you're a seasoned developer, a tech enthusiast, or someone on the lookout for top-notch projects, Ortus has something special in store for you. Brace yourself for incredible discounts across a wide array of products and services, including Ortus annual events, books, cutting-edge services, and more.
Add Your Comment
(11)
Aug 17, 2007 20:41:41 UTC
by Tim
http://code.google.com/p/litepost/ A ColdBox version.
Aug 20, 2007 14:53:45 UTC
by Damien McKenna
SES. Any chance of moving it back from 2.3? I can probably write a .htaccess file for you to remove the need for the whole "index.cfm/go/my/page" part and have it simply do "my/page", if you'd like?
Aug 20, 2007 21:26:09 UTC
by Dave
I second the SES, without the need need to type index.cfm/.
Aug 21, 2007 01:35:00 UTC
by Luis Majano
I think both approaches can be done. One with the front controller and the other one by pure web server rewrite
Aug 21, 2007 09:10:32 UTC
by Damien McKenna
Any plans for an official ORM?
Aug 21, 2007 12:54:03 UTC
by Luis Majano
Not really, it is so easy to use Transfer or Object Breeze or Reactor with ColdBox, that it just doesn't make sense for me to delve into building an ORM. My personal choice is Transfer, I have been using it for a while now and don't see why I would ever want to create one.
Aug 28, 2007 10:35:22 UTC
by John
How about adding the File Browser from the Dashboard as a plugin?
Sep 07, 2007 07:32:18 UTC
by Dave
Handling form data like this: http://www.briankotek.com/blog/index.cfm/2007/9/4/Implicit-Creation-of-Arrays-and-Structures-from-Form-Fields It would be really neat to be able to pass arrays and structs based on the input names. -Dave
Sep 07, 2007 12:29:40 UTC
by Luis Majano
That is very interesting Dave, it could be a great addition to the beanFactory as an implicit manipulation. Maybe a setting in your application that activates complex form fields. Do you think that having a setting to turn this ON/OFF would be a good idea?
Sep 07, 2007 20:46:34 UTC
by Dave
You would need to have a on/off setting I would think or it would break backwards-compatibility. -Dave
Sep 08, 2007 11:20:05 UTC
by Dave
Having had sometime to think on it... I would think that add a new function or argument to the event scope might be better then an on/off setting... Such as: event.getCollection('Implicit') or event.getImplicitCollection that way it wouldn't be an all or nothing thing and you could use it when the situation suited you. -Dave