Hi, On 9/3/2010 02:08, DT wrote: > I used the user guide > (http://uima.apache.org/downloads/sandbox/simpleServerUserGuide/simpleServerUserGuide.html) > to deploy a simple service, which is very helpful. > > I'd like to take a step further and develop on own PEAR file to be used with > SimpleServer. I didn't find more documentation on SimpleServer, so > > a) if someone please point me to more documentation and examples
sorry, that's all there is at this time, except for the source code and the test cases. > b) point out what type of component would make sense to use together with > SimpleServer(can it act as an entire CPE, just analysis engine, or CAS > consumer, > etc..) You can only deploy individual pears this way. So no CPE. The pear may contain an aggregate analysis engine. Also note that the pear will be running inside a J2EE servlet container, so disk I/O, class loading etc. may be restricted. As long as you don't do any funny stuff in your analysis engine, you'll be fine. HTH, Thilo > > Any other clues would be greatly appreciated > Thanks > dt >
