Entries Tagged as 'Coldfusion'

Ruby On Rails

Hola, been awhile since I posted on my blog.  Been a bit busy ;)

At any rate, got a quick question on the advantages of Ruby On Rails... vs. say using Coldfusion?   Any takers on enlightening on why I would move over to RoR if I already know and use CF?

CfqueryParam bug/Cache issue

I ran into a very odd issue this week with Coldfusion 7. I have an application that I have had up and running for a couple years and I made some database changes, CFquery (DAO) changes. Since I use Illudium-PU 37 Generator for most of my Bean, DAO, Gateway, & services I automatically get the benefit of being reminded about cfqueryparam (Thanks Brian). Unfortunately this time around I didnt regen the files, I simply went in and made a couple modifications since I only added like two columns to the table.

Well all went well for like a week, than all of a sudden I started getting this crazy error. I kept getting a message saying "Invalid Parameter Binding(s)" and it wasnt even the new columns I just added, it was something else entirely.

I did some digging in my cfdump of the cfcatch error message, I discovered that for some odd reason Coldfusion was converting a bit into a integer even though both my bean, ActionScript Value Object and the cfqueryparam were all set to a boolean value / cf_sql_bit. So when flex sent over the data to CF all was well, but when it sent the data to the DAO.cfc to do a save/update into the database the cfqueryparam was sometimes doing it right and sometimes doing it wrong, it was really -- really hard to duplicate the error message, but here is what it the message was returning in the cfcatch...

Read more...

Good at many things -- Master of none

As the title suggest, this is a topic that I have been thinking about a lot lately.  I tend to be a jack of all trades, but in my case being a jack of all trades means that I never have the time to really get good at one thing.  For me this has become a serious problem that I plan on resolving soon.  I started looking at my life in general and I am this way across the board, not just at work.  I decided that I would try and figure out when I started to spread out and I narrowed it down to my Sophmore year in High School.

Read more...

Integrating Coldfusion 8.01 with LiveCycle DS 2.6 Beta

Update: Adobe LSDS 2.6 was released and is no longer in beta, you will have to download the trial for step 2 to continue, also Step 3 references a compiler module -- you may not need this for it to work.

 

I wanted to start playing with the new LiveCycle DS 2.6 functionality and I wanted to integrate 2.6 with Coldfusion 8. What I found on Adobe labs wasnt really clear enough to me on how to install 2.6 into CF 8.01, maybe it was just me but I like things explained fairly throughly in terms of instructions. I found some good resources after googling last night and decided I would just combine what I found on my blog for others as a reference. So grab a beer, sit back and relax, because its really easy to do if you know "exactly" what to do.

Read more...

WebManiacs - Day 1 & 2 overview

Day 1:

Ben Forta kicked off the event with a couple charts on where CF is now, and where its going.  He emphasized more on LiveCycle integration, Flex Integration and BlazeDS.  There was some confusion as to what exactly the difference is between the LiveCycle DS ES & Blaze DS... Adobe really needs to fix that so it's not so confusing.  He also talked a little bit about the CF Open Process Initiative.  I wont get into the details, but he basically talked about a bug tracker, a improved enhancement request process and a custom advisory board.  Ben Forta also hinted at some future CF 9 improvements one that I thought was being hinted at was AIR integration in CF 9.  He also "hinted" at a CF IDE, basically he said improving the developer experience... so you can read into that how ever you want.  I basically read it to say "CF IDE".  Enough said.  Overall Day 1 for me was pretty good, I attended a couple classes later in the day that I really liked.  One was ColdSpring, I learned more about the AOP capabilities of Coldspring than I knew before the class thanks to Matt Woodward.  I also attended a couple sessions on the new cfdocument and cfpdf capabilities.  I already have a couple use cases for the cfpdf capability when combining multiple pdfs into one.  I hope to have a sample on this blog in a couple days.

Read more...

<< Previous Entries