Page 1 of 1

API for Accessing Rel Server

Posted: Fri Nov 01, 2013 9:58 pm
by ecbrown
(Pardon my question if it is addressed elsewhere, but I have been unable to find)

I would like to access a Rel server from my own Java program. For example, I would like to synthesize a string and then send it to the Rel DB. Of course, some way of getting the output would be needed.

(I have been able to synthesize files with commands, and then run with a command line. Basically, I would like to write my own crude REPL in Clojure and/or Mathematica.)

Is this functionality possible/easy enough?

Re: API for Accessing Rel Server

Posted: Sat Nov 02, 2013 9:12 pm
by Dave
Yes, this is straightforward. You'll need to use the Rel3Client project in the Rel source code distribution. See http://shark.armchair.mb.ca/~dave/relfo ... ?f=9&t=511 for an example of using it.