Re: Java Axis and R

2007-06-26 Thread Peter Ansell
fine as a normal Java application. However, it fails to run the R program when it is running as web service. snip Eric Jiang -- View this message in context: http://www.nabble.com/Java-Axis-and-R-tf3973842.html#a11317536 Sent from the Tomcat - User mailing list archive

Java Axis and R

2007-06-24 Thread Yifan (Eric) Jiang
Hi all, I've been asked to develop a Java Axis web service to call R program (http://www.r-project.org/). There is a Java/R interface (http://www.rforge.net/rJava/) has been developed and allows to call methods and access R object from Java. So my application is running fine as a normal Java

Re: Java Axis and R

2007-06-24 Thread kaustubh shinde
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

RE: Java Axis and R

2007-06-24 Thread Yifan (Eric) Jiang
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