Old CF doc needs to learn new Java tricks

2010-03-12 Thread Reed Powell
I've put this for too long, and now there is real need for me to interface my CF code to vendor-provided class libraries written in Java. Have been coding CF apps for a long time; it's the Java side that I'm petty weak on. Documentation on the Java libraries (mostly Google AdWords at this

Re: Old CF doc needs to learn new Java tricks

2010-03-12 Thread Dorioo
If you mean you want to load a java library for use in CF, javaloader by Mark Mandel is fantastic. http://javaloader.riaforge.org/ - Gabriel On Fri, Mar 12, 2010 at 10:47 AM, Reed Powell r...@powellgenealogy.com wrote: I've put this for too long, and now there is real need for me to

Re: Old CF doc needs to learn new Java tricks

2010-03-12 Thread John M Bliss
Not really an answer to your question but, for what it's worth, I've written a lot of Google AdWords code and it's all CFML (using CF's native webservice/SOAP/XML functionality) and it was relatively easy. On Fri, Mar 12, 2010 at 9:47 AM, Reed Powell r...@powellgenealogy.comwrote: I've put

Re: Old CF doc needs to learn new Java tricks

2010-03-12 Thread Reed Powell
Thanks for the note John - I didn't meant to imply that I was new to the AdWords API. I have been programming against it from CF for a long time, mostly using CFXML and CFHTTP (since CFINVOKE etc weren't around when we started writing this stuff). But with the total rewrite/rearchitecture

Re: Old CF doc needs to learn new Java tricks

2010-03-12 Thread John M Bliss
Yes, I upgraded to v2009. Not too hard but I also was annoyed by lack of sample SOAP reqs and have told Google so. On Mar 12, 2010 3:23 PM, Reed Powell r...@powellgenealogy.com wrote: Thanks for the note John - I didn't meant to imply that I was new to the AdWords API. I have been programming