Hi Robin I would like to implement a more powerful query interface that allows me to wrap the all the cfquery calls from an app through a single component (and have sql in seperate files) - and then a limited version of hibernate (table to object mapper).
I have had a look at Spring 'cause a collegue is doing another app using java,spring and hibernate. I'd be interesetd in what you are referring to - any more info. Elliot "Robin Hilliard" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Elliot Russo wrote: > > > I'd like access to the prepared statement methods. I am building my own in > > cf but it is a nuisance > > Hi Elliot, > > Did you know that if you use <cfqueryparam> tags for all your parameters > <cfquery> implements the query internally as a prepared statement? > > This means that you get all the same performance advantages if you call > the same query again with different parameters. Don't know if that > affects your desire to dive into Java for your data access. > > Perhaps some other examples of how you'd like to use the prepared > statement methods would explain your motivation - changing a parameter > wouldn't be hard to do back in CF. > > Would be interested to see what you were building in CF - there is an > simple idea in Rod Johnson's J2EE "Spring" framework for encapsulating > queries that I've been meaning to implement in CF for a few months, > perhaps this could be an opportunity to try it out. > > Cheers, > Robin > > http://www.rocketboots.com.au > > --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
