You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by Thilo Goetz <tw...@gmx.de> on 2007/11/06 12:48:41 UTC

Simple server sandbox project

I'm about to create a new sandbox project called
SimpleServer.  It's an easy-to-use, servlet based
UIMA server.  It provides REST style services that
take text as input and return a very simple XML
as response.

I have a version running already that I want to clean
up before I commit it.  Most of the code was written
by two students, Konstantins Sveds and Kilian Evang.
The code was written from scratch, under my direction
and under the Apache License.

--Thilo