Java library suggestions for implementing a custom web server

Posted by dexter on Stack Overflow See other posts from Stack Overflow or by dexter
Published on 2010-04-16T13:38:36Z Indexed on 2010/04/16 13:43 UTC
Read the original article Hit count: 225

I would like to create a web server that will serve/accept json files through REST. The JSON files being served will come from a database query and format the results into JSON. Any suggestions for a good java library. I have tried using Apache HTTPComponents. While maybe I can just create a servlet but I am not really allowed to install a servlet container in the server machine.

© Stack Overflow or respective owner

Related posts about java

Related posts about web-service