Re: Coldfusion 7 and JVM

2013-03-03 Thread Russ Michaels
If upgrading cf is not an option, why not give railo a try. Regards Russ Michaels www.michaels.me.uk www.cfmldeveloper.com - Free CFML hosting for developers www.cfsearch.com - CF search engine On Mar 3, 2013 3:00 AM, Paul Hastings p...@sustainablegis.com wrote: On 3/3/2013 8:40 AM, Jenny

Re: Coldfusion 7 and JVM

2013-03-03 Thread Mark Drew
Hi I am late into the conversation but the library that you need, can you get the source? You might be able to compile and export the jar for the version of java that you require. Just a thought. Regards Mark Drew Sent from a mobile device On 2 Mar 2013, at 02:05, Jenny Gavin-Wear

RE: Coldfusion 7 and JVM

2013-03-03 Thread Jenny Gavin-Wear
Hi Mark, Thank you, it sounds like a great idea, but I don't have a clue how to go about that. Jenny -Original Message- From: Mark Drew [mailto:mark.d...@gmail.com] Sent: 03 March 2013 12:45 To: cf-talk Subject: Re: Coldfusion 7 and JVM Hi I am late into the conversation but the

Re: Coldfusion 7 and JVM

2013-03-03 Thread Mark Drew
Jenny, sorry, I was on my mobile, so I don't know which library you are referring to, is it an open source library? Regards Mark Drew On 3 Mar 2013, at 14:05, Jenny Gavin-Wear jenn...@fasttrackonline.co.uk wrote: Hi Mark, Thank you, it sounds like a great idea, but I don't have a clue

Re: Coldfusion 7 and JVM

2013-03-03 Thread Leigh
Jenny, sorry, I was on my mobile, so I don't know which library you are referring to, is it an open source library? It is the metadata extractor project: http://code.google.com/p/metadata-extractor/ It looks like v2.5 uses some 1.5+ features like generics, so it is not compatible with 1.4.

RE: Coldfusion 7 and JVM

2013-03-03 Thread Jenny Gavin-Wear
Hi Russ, Thanks for the idea, Railo is an option I've been thinking about for a long while. I'm worried about how compatible existing code will be on the other sites I run. I looked at the Railo info about augmentation to tag functions. Is it purely additional and optional functions or would I

RE: Coldfusion 7 and JVM

2013-03-03 Thread Jenny Gavin-Wear
Hi Paul, I had a look at sanselan, but I can't see any examples of the output to know this will get the metadata I need. The key things are image Title/Description/Keywords and the standard EXIF stuff like shutter speed/ISO/aperture, etc. Thanks, Jenny -Original Message- From: Paul

Re: Coldfusion 7 and JVM

2013-03-03 Thread Mark Drew
I shall have a look this evening if I get a chance. Regards Mark Drew Sent from a mobile device On 3 Mar 2013, at 15:38, Leigh cfsearch...@yahoo.com wrote: Jenny, sorry, I was on my mobile, so I don't know which library you are referring to, is it an open source library? It is the

Re: Coldfusion 7 and JVM

2013-03-03 Thread Matthew Williams
According to what I've seen on the Railo groups, that's more dependent of the J2EE server you're on. For instance, you could use Tomcat 7 JRE 7 if you wanted with Railo. -- Matthew Williams Geodesic GraFX www.geodesicgrafx.com/blog twitter.com/ophbalance

Re: Coldfusion 7 and JVM

2013-03-03 Thread Paul Hastings
On 3/4/2013 12:17 AM, Jenny Gavin-Wear wrote: I had a look at sanselan, but I can't see any examples of the output to know this will get the metadata I need. The key things are image Title/Description/Keywords and the standard EXIF stuff like shutter speed/ISO/aperture, etc. yup it appears

RE: Coldfusion 7 and JVM

2013-03-03 Thread Russ Michaels
You can run both cf and railo together, so it is easy to test things and see if they work and fix any issues. Regards Russ Michaels www.michaels.me.uk www.cfmldeveloper.com - Free CFML hosting for developers www.cfsearch.com - CF search engine On Mar 3, 2013 5:15 PM, Jenny Gavin-Wear

RE: Coldfusion 7 and JVM

2013-03-03 Thread Jenny Gavin-Wear
Thanks, Paul, it sounds good. I wish there were some examples of its usage. -Original Message- From: Paul Hastings [mailto:p...@sustainablegis.com] Sent: 03 March 2013 18:25 To: cf-talk Subject: Re: Coldfusion 7 and JVM On 3/4/2013 12:17 AM, Jenny Gavin-Wear wrote: I had a look at