Scala: Simple webservice
Posted
by Chris
on Stack Overflow
See other posts from Stack Overflow
or by Chris
Published on 2010-05-18T07:38:55Z
Indexed on
2010/05/18
9:00 UTC
Read the original article
Hit count: 155
scala
|webservice
I'd like to create a simple webservice in scala similar to:
http://www.artima.com/lejava/articles/threeminutes.html
Is there an easy way to do this?
EDIT: I found a tutorial for lift http://wiki.liftweb.net/index.php/HowTo_do_Web_Services. However this seems to be way too complicated for what I'm looking for.
© Stack Overflow or respective owner