I'm not sure how much help this will be:
I used a different Google library to generate QR Codes, but I imagine the method is probably similar. Place the jar file in the /lib directory (where all the other jar files live) You'll need to restart the service to read it in. Use CFML's createObject function to instantiate the object(s) and expose the method(s). Read Google's documentation on building your calls, while also CFDUMPing your object and multiple points in your development process to see what's "there" Here's a blog post I did on the QR code part: http://akh.com/index.cfm/code/qr-code-generation-from-openbd/ --- Al Holden On 2013-01-22 09:17, HenryG wrote: > Does anyone have any experience using Google Checkout Java SDK API 2.5 with OpenBD? Or thoughts on where to begin? I am unsure what to do beyond adding googles jar to the folder that has my cfm's in it.. and I'm unsure of even that. Does it even go there, or do I need to reference it in my classpath, or a folder somewhere in my servlet?. I'm currently using Jetty and the Ready2Run package but will need to move to Tomcat on Linux if I can get this working. Here's what google has to say: > https://developers.google.com/checkout/developer/Google_Checkout_Custom_Processing_How_To [1] > Simple, right? What then, how do I access it from CFML? All help greatly appreciated. > > -- > online documentation: http://openbd.org/manual/ [2] > http://groups.google.com/group/openbd?hl=en [3] Links: ------ [1] https://developers.google.com/checkout/developer/Google_Checkout_Custom_Processing_How_To [2] http://openbd.org/manual/ [3] http://groups.google.com/group/openbd?hl=en -- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en
