Is there a way to create a very basic HTTP server (supporting only GET/POST) in Java using just the Java SE API, without writing code to manually parse HTTP requests and man
checkout Simple. its a pretty simple embeddable server with built in support for quite a variety of operations. I particularly love its threading model..