What\'s the easiest way to create a simple HTTP server with Java? Are there any libraries in commons to facilitate this? I only need to respond to GET/POST, and
GET/POST
I have implemented one link
N.B. for processing json, i used jackson. You can remove that also, if you need