ColdBox Makes Life Easy Part3

Saturday, May 8, 2010 13:29
Posted in category ColdBox, Coldfusion

ColdBox as usual provide great tool. Cookie Plugin is really cool, you can store complex values in cookies and also coldbox will encrypt the values for you by just enabling encryption setting . Just a simple one line of code does all this magic for you.

I know its not a rocket science but to be honest the cookie plugin is nearly 200 lines of code but does really amazing job. As these kind of features are supported by community developers which solidify the concept and code.

Visit cookies plugin documentation

ColdBox Makes Life Easy Part2

Tuesday, May 4, 2010 13:28
Posted in category ColdBox, Coldfusion

ColdBox as always offer great tools to deal with complex situations and really helpful in solve our problem so efficiently in a elegant way.

I was stuck with multiple queries. In my situation we have 3 three different queries and was looking way to combine them for final output.

As coldfusion query-of-query does not support inner-joins, outer-joins. But ColdBox queryHelper plugin is really amazing, it provides great methods to handle inner-join, outer-join and many more features……

Have a quick look : QueryHelper

ColdBox Makes Life Easy Part1

Tuesday, April 27, 2010 19:41
Posted in category ColdBox

ColdBox provide such a neat implementation of SES (search engine friendly url). All you have to do to build your application without worrying about which web-server is going to be deployed. Web-server could be Apache, IIS but your application will have full scale capability of SES stuff handling.

You can specify route like this
/blog/:month/:year (alphanumeric)

OR

/entry/:month-numeric/:year-numeric (only for numeric values).

coldbox provide full detail of each feature; you may a quick look.

http://wiki.coldbox.org/wiki/URLMappings.cfm