Thin Web Services Tier

Posted by Lici on Stack Overflow See other posts from Stack Overflow or by Lici
Published on 2010-04-09T08:56:45Z Indexed on 2010/04/09 9:03 UTC
Read the original article Hit count: 190

Filed under:
|

Hi folks,

currently i'm working on exposing some solr queries via web services .

The behavior should be the following:

  1. Client makes a request: http://api.mysite.com/hottestNews?apiKey=XXX
  2. The ws tier validates apiKey ... some aditional stuff
  3. ws tier redirects the request to : someFinder:8080/solr/select/qt=hottestNews
  4. The response is brought to client

Can restlet framework help me?

Thx

© Stack Overflow or respective owner

Related posts about restlet

Related posts about webservice