I would think RESTful based services should work. Most programming languages and framework have built-in HTTP support to help submit and process HTTP requests.
- Henry On Fri, Jun 24, 2011 at 3:16 PM, Hannes Korte <[email protected]> wrote: > On 24.06.2011 23:50, Jörn Kottmann wrote: >>> >>> Ok, till then I'll work with some dummy documents. By the way, who wants >>> to build the active learning component, which decides which sentences >>> come next? >> >> I added a description about the initial interface the Corpus Server >> could have to the proposal, please review. >> >> Are there any opinions which technology we should use for remote >> interface? >> >> For example: >> * RESTful service >> * Web Service >> * Thrift >> >> Maybe we should go ahead and make a dummy version of this server so >> you have something to work with. > > That would be great. I thought of a simple RESTful service with Jersey, but > Thrift looks interesting, too. If you are already familiar with it, I'd like > to get introduced to it as the tutorial is rather incomplete.. :) > http://thrift.apache.org/tutorial/#t5 > > Hannes >
