The UIMA Simple Server makes results of UIMA processing
available in a simple, XML-based format. The intended use of
the the Simple Server is to provide UIMA analysis as a REST
service. The Simple Server is implemented as a Java Servlet,
and can be deployed into any Servlet container (such as
Apache Tomcat or Jetty).
Click here to access the user documentation of the Simple Server.
The Java source of the annotator can be accessed from the
SVN repository at
http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/SimpleServer
.