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: Tony Becker <email@hidden>
- Date: Fri, 28 May 2004 09:09:14 -0400
One other pearl of wisdom is the "standards" compliance in Web Services
(i.e.: the .Net crowd vs everyone else)
I'd recommend (untested myself - I'm open to alternatives) Apache/Axis
(http://ws.apache.org/axis/) as your C++ server side, since this is
what WebObjects uses.
There is a C++ binding/toolset out (again, untried/tested by me).
Tony.
On May 27, 2004, at 6:34 PM, Thusitha Jayawardana wrote:
Thanks Patrick. It works fine after placing the servlet.jar file in
the Extensions directory. Do you have any idea how I can get a Web
Services application to talk to C++ Libraries?
Thanks,
Thusitha
-----Original Message-----
From: Patrick Robinson [mailto:email@hidden]
Sent: Thursday, May 27, 2004 1:11 PM
To: Thusitha Jayawardana
Cc: email@hidden
Subject: Re: linking to C++ program via WebObjects app
You need to get a servlet.jar from somewhere (e.g. a tomcat
distribution, which you can download from
http://jakarta.apache.org/tomcat/), and put it in
/Library/WebObjects/Extensions. If you do that, you won't need to
worry about your classpath.
--
Patrick Robinson
AHNR Info Technology, Virginia Tech
email@hidden
On May 27, 2004, at 4:02 PM, Thusitha Jayawardana wrote:
Thanks Patrick. I am running Web Services on Windows 2K. I cannot
find the servlet.jar in my
C:\Apple\Local\Library\WebObjects\Extensions directory. Do I need to
copy this jar file to this location and include it in my classpath?
Thanks,
Thusitha
-----Original Message-----
From: Patrick Robinson [mailto:email@hidden]
Sent: Thursday, May 27, 2004 5:16 AM
To: Thusitha Jayawardana
Cc: email@hidden
Subject: Re: linking to C++ program via WebObjects app
http://wodev.spearway.com/cgi-bin/WebObjects/WODev.woa/wa/Main?
wikiPage=ServletContextNoClassDefFoundError
--
Patrick Robinson
AHNR Info Technology, Virginia Tech
email@hidden
On Wed, May 26, 2004 at 07:06:31PM -0700, Thusitha Jayawardana wrote:
I created a test Direct to Web Services application and tried to
search for
a record in the database. When I tried to test my search operation
using
the test window(by clicking on the Test toolbar button), the testing
pane
didn't open. Any idea why this pane is not open when I select the
operation
that I want to test from the left-hand side list of the Web Services
Assistant window????
_______________________________________________
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.
Tony Becker
Cell: 727 460 1891
"The best proof that there's intelligent life in the universe is that
it hasn't come here." Arthur C. Clarke
_______________________________________________
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.