API for Accessing Rel Server

This forum is for anything about Rel that isn't more appropriate elsewhere.
Post Reply
ecbrown
Posts: 7
Joined: Fri May 18, 2012 3:11 am

API for Accessing Rel Server

Post 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?
Dave
Site Admin
Posts: 372
Joined: Sun Nov 27, 2005 7:19 pm

Re: API for Accessing Rel Server

Post 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.
Post Reply