[Rails] Can I integrate Ruby on Rails with Microsoft COM
(Quickbooks specifically)
David Mitchell
monch1962 at gmail.com
Tue Aug 8 20:43:04 GMT 2006
Without knowing much about Quickbooks specifically, wrapping the COM
API with Web Service/s makes a lot of sense to me. If you pick up the
"Programming Ruby" book, you'll see that you can integrate Ruby with
COM, but it ties you to having to host your Ruby app on Windows -
wrapping the COM API with Web Service/s frees you from that
restriction.
I run RoR apps on both Linux and Windows hosts, and in general the
Linux hosts are less trouble and give me greater throughput. I'd
ditch the Windows hosts entirely, except that those specific
environments are tied to Windows and I don't have that option.
Regards
Dave M.
On 09/08/06, Poserow, Benjamin <bposerow at divinvest.com> wrote:
>
>
> Please help if anybody knows the answer!
>
> I'm just starting to learn Ruby on Rails. I'm working my way through the
> Agile Web Development with Rails book.
>
> I have been offered a project that I'd like to do with Rails for a
> not-for-profit organization. However, the person who I would be doing it
> for would like the application to integrate with their Quickbooks system on
> a Windows server. What is the best way to do this integration? I have
> tried to research this, and I have found out that there is a COM based API
> for Quickbooks. Is there any kind of integration between Ruby and Microsoft
> COM? Am I better off placing the COM code interacting with QuickBooks
> behind a web service which I can call from my Ruby code? Any other ideas
> about how to do this? I'm not sure if I can satisfy the requirements for
> this project, so any help would be appreciated. You can also email me
> directly at BPoserow at divinvest.com.
>
>
> ________________________________
>
>
>
>
>
>
> CONFIDENTIALITY NOTICE
> ----------------------
> This transmission is intended for the sole use of the individual
> and/or entity to whom it is addressed, and may contain information
> and/or attachments that are privileged, confidential and exempt
> from disclosure under applicable law. If the reader of this
> transmission is not the intended recipient, you are hereby notified
> that any disclosure, dissemination, distribution, duplication or
> the taking of any action in reliance on the contents of this
> transmission by someone other than the intended addressee or its
> designated agent is strictly prohibited. If your receipt of this
> transmission is in error, please notify the sender by replying
> immediately to this transmission and destroying the transmission.
> For your protection, do not include Social Security numbers,
> passwords or other non-public and personal information in your
> email. Thank you
>
> _______________________________________________
> Rails mailing list
> Rails at lists.rubyonrails.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
>
>
>
More information about the Rails
mailing list