Re: linking to C++ program via WebObjects app
Re: linking to C++ program via WebObjects app
- Subject: Re: linking to C++ program via WebObjects app
- From: Arturo PĂ©rez <email@hidden>
- Date: Tue, 25 May 2004 21:24:16 -0400
On May 25, 2004, at 7:56 PM, Thusitha Jayawardana wrote:
I am trying to develop a WO application to populate a database. This
WO application should read the data from Linux work stations and store
in the appropriate table. The Linux work stations run C++ application
to read the data from a device (flash memory card). Does WebObjects
provides libraries to connect to C++ application? Can anyone advise
how this WO app is linked to this program running on Linux platform?
It's really easy/trivial to write simple C/C++ code for doing an HTTP
POST. You could do that and it would take maybe 2 or 3 days. Or you
could do something like link in cURL and do it that way.
Given the preceding, you would then just HTTP POST the data to the WO
application and you're done.
----
WO in philadelphia - wanna cheesesteak with that?
Please visit webobjects.meetup.com.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.