anukat2015 / elda

Automatically exported from code.google.com/p/elda
0 stars 0 forks source link

Minimal API without Jersey/Jetty #152

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Is it possible to get a minimal API implementation that basically contains 
lda.jar and json-rdfq.jar with no jersey/jetty dependencies? I'd like to use 
the API programmatically and there's no clean way to decouple the middleware 
from the api as it stands.

Original issue reported on code.google.com by nivik...@gmail.com on 6 May 2012 at 8:47

GoogleCodeExporter commented 8 years ago
Not a present, although most of Elda's insides are intended to be 
Jersey-independant; the Jersey/servlet dependencies should be isolated in the 
.restlets and .routing packages. Pulling them apart is on my (internal) List Of 
Things To Do but it's not
currently a priority. 

Original comment by ehog.he...@googlemail.com on 10 May 2012 at 2:24