Thin Web Services Tier
- by Lici
Hi folks,
currently i'm working on exposing some solr queries via web services .
The behavior should be the following:
Client makes a request: http://api.mysite.com/hottestNews?apiKey=XXX
The ws tier validates apiKey ... some aditional stuff
ws tier redirects the request to : someFinder:8080/solr/select/qt=hottestNews
The response is brought to client
Can restlet framework help me?
Thx