Have you seen the following publication which demonstrates how to use R as an
Axis web service. The way they made it work may be similar to the way you
are trying to do.
http://www.bioconductor.org/packages/2.0/bioc/vignettes/RWebServices/inst/doc/EnablingPackages.pdf
Peter Ansell
Yifan (Eric)
Hi Kaustubh,
Thanks for your information. But I am looking for something that can be
use in Java program.
Thanks
Eric
-Original Message-
From: kaustubh shinde [mailto:[EMAIL PROTECTED]
Sent: Monday, 25 June 2007 2:02 p.m.
To: Tomcat Users List
Subject: Re: Java Axis and R
Hi there
Hi there,
Check out CGIwithR package.
http://www.omegahat.org/CGIwithR/
I have been using it for a while. You can execute R scripts and post the
output to using RHTML package
or using simple print.
hope it helps,
Kaustubh
On 6/24/07, Yifan (Eric) Jiang <[EMAIL PROTECTED]> wrote:
Hi all,
I've