Java library suggestions for implementing a custom web server
- by dexter
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.