CF.Objective() - Done Presenting

I'm done with my presentations on "Leveraging Basic Design Patterns in ColdFusion" talk at CF.Objective(). For those of you who attended, thank you very much for coming! I hope you have learned something useful that will help make your day to day coding better, and I'd love to hear from you on any feedback. I will be posting my slides and code examples as soon as I return home to Maryland. Also, I am thinking about making an extension to this intro talk with an intermediate session covering more patterns, let me know if you are interested in that as well.

I'd like to also thank our great hosts Jared Rypka-Hauer, Steven Hauer and Jim Louis for a great conference experience, both as a speaker and as an attendee. I'm looking forward to CF.Objective() 2009!

Comments
Great presentation Phil! The credit card example was particularly interesting as I'm trying to do something like that myself. Didn't get a chance to follow-up on my question to you after your presentation about how and where you handle the actual processing of the credit cards in your code.

Would very much be interested in an intermediate session!
# Posted By Marcus Cox | 5/5/08 9:12 AM
@Marcus

Thanks for attending and for the kind words. As for the credit card example, that was actually part of a code library I had written a couple of years ago to handle multiple credit card processors like PayPal or Bank of America. In this example I would do most of the transaction inside a PaymentService.cfc method that groups multiple other methods such as calling the payment processor (PaymentProcessor_PayPal.cfc), recording the payment in the database (DAO) and returning a success/failure information back to the client. For more detail, feel free to email me and I'll see if I can still get a hold of the full code.

Cheers..
# Posted By phill.nacelli | 5/5/08 1:22 PM
BlogCFC was created by Raymond Camden. This blog is running version 5.003. Powered by ColdFusion Server v8,0,1,195765.