does anyone know the library for QuickBooks paymen...
# cfml-beginners
u
does anyone know the library for QuickBooks payments written in ColdFusion?
p
What library are you referring to?
p
Thats a Java sdk; but you can integrate it with CF; CF is a java-based platform.
u
yes I will use it But I was looking if someone already made a conversion of this SDK and created some CFC components
p
Gotcha, I am not familiar with any CF related libraries out there
s
If I needed to integrate with quickbooks from CF, I would probably just do a REST api integration. I usually find that method to be easier than working with a Java SDK
e
there is already someone who did that comercially: https://www.cdata.com/kb/tech/qbonline-jdbc-coldfusion-query.rst
u
@Scott Bennett Thanks! I am also going with REST api integration