ColdFusion Blog Entries
Get Free Open CFML Foundation Stickers
Send me a message at peter @ mach-ii.com with your mailing address and I will post you a package. Permalink Leave a comment »
by Shuttle.Space
Verity to Solr migration
Now that ColdFusion 10 is out and with that support for Verity has been dropped. In CF901 both Solr and Verity were supported. But now only Solr search server is available. If you are still on CF8 (which do not have Solr) and directly migrating to CF10(which do not have Verity), there's no direct way to migrate your verity collections created in CF8 to Solr collection in CF10. I have posted the code to migrate Verity collection to Solr.Download this tool from my blog. However there's a difference in how searching is done in Verity and Solr. Here's a post
by Adobe ColdFusion Blog
Dynamically setting up a H2 datasource on OpenBD
<cfset DatasourceCreate("enlist" , { drivername: "org.h2.Driver" , hoststring: "jdbc:h2:" & ExpandPath('./') & "/WEB-INF/bluedragon/h2databases/enlist;AUTO_SERVER=TRUE;IGNORECASE=false;MODE=MySQL" , initstring: "RUNSCRIPT FROM '#ExpandPath("../docs/sql")#/mysql_createDB.sql'\\;" , databasename: "enlist" , username: "enlist" , password: "enlist" }) /> Permalink Leave a comment »
by Shuttle.Space
Slides from my cf.Objective 2012 Presentation: Maintaining Healthy ColdFusion Servers
Below you'll find a link to the slides from my cf.Objective 2012 presentation on Maintaining Healthy ColdFusion Servers. Thanks to all those who came out to see the talk! Maintaining Healthy ColdFusion Servers (zip)
by Rob Brooks-Bilson's Blog
E-Seminar on Slatwall next week
While at cfObjective, Sumit Verma from Slatwall let me know that they are doing an Adobe E-Seminar next week on the product. Slatwall is a free, open source e-commerce product that plugs into Mura CMS, another good, free, open source ColdFusion produ...
by Raymond Camden's ColdFusion Blog
Presentation Files for Automated System Testing at CFObjective
Thank you to everyone that attended my presentation today at CFObjective conference on Automated System Testing with ColdFusion, CFSelenium, MXUnit, and Jenkins. I received a lot of positive feedback about the content, quality of material, and demon...
by TalkingTree.com
Muse Reviews: Charlie Arehart on ColdFusion 10 Server Options at Cfobjective
I'm sitting in on Charlie Areharts workshop regarding how ColdFusion 10 and Tomcat live together and how to configure it. It's obvious that a good deal of my specialized JRUN knowledge will be less than useful in a couple years but I'm really excit...
by Coldfusion Muse
My cfObjective 2012 slides on New Language changes in ColdFusion 10
Please find my presentation on New Langauage chnages to ColdFusion 10 here @khandelwalh
by Adobe ColdFusion Blog
An open Letter to Women in Tech
If you’re waiting for an invitation, I hope you’re not holding your breath. I’ve just finished going thru the submissions for my iOS Developer conference, 360|iDev. While I had some great submissions from women in the field, the showing wasn’t … Continue reading →
by johnwilker.com
What’s New in ColdFusion 10
by Ricardo Parente
Getting Started with RESTful Web Services in ColdFusion
In ColdFusion 10, we have added support for creating and publishing REST services. You can now make the ColdFusion components available as REST services so that various clients can access them. REST stands for Representational State Transfer. It is an architectural style based on web standards and HTTP protocol. The idea here is to use [...]
by Ricardo Parente
cf.Objective() 2012 - Speedy Websites Presentation with Speaker Notes
My cf.Objective() 2012 presentation is now available including my speaker notes on my presentations page. http://blog.maestropublishing.com/pages/presentations Check it now out. Also, please don't just give my presentation without permission. I spent a lot of time working out all the details. Permalink Leave a comment »
by Shuttle.Space
Muse Review - Code Reviews With Jim Priest at Cfobjective
Great workshop on Code Review by Jim Priest (The Crumb). Jim demoed a product called Review Board a product that integrates with Git or SVN and provides a mechanism and workflow for reviewing code in a team. Like coding standards it is probably mo...
by Coldfusion Muse
Adobe Developer Connect article on RESTful Web Services in ColdFusion 10
My Adobe Developer Connect article on 'Getting Started with RESTful Web Services in ColdFusion 10' is now live. Learn how you can get started with creating, publishing and consuming RESTful Web Services in ColdFusion. - http://www.adobe.com/devnet/coldfusion/articles/restful-web-services.html
by Fusioned with ColdFusion
Slides, code, from my HTML5 Presentation
First off - a big thank you to everyone who attended my presentation at cfObjective today. I hope it was a useful introduction to some of the cool new stuff in HTML5. That sounds really lame, but it's honestly how I feel. The web (well the front end)...
by Raymond Camden's ColdFusion Blog