Which technology should I use to implement a Java-written WebService, to consume with the apache Htt
Posted
by Qlimax
on Stack Overflow
See other posts from Stack Overflow
or by Qlimax
Published on 2010-06-18T16:00:39Z
Indexed on
2010/06/18
16:03 UTC
Read the original article
Hit count: 204
android
I would like to create a Java-written RESTFul Web Service, possibly using an eclipse plugin.
This service should be consumed by an android application, using the apache HttpClient.
But my question is, which is the best/ideal technology (server side) to implement this kind of web service?
© Stack Overflow or respective owner