Sambuca is a Java HTTP server framework that
allows developers to embed an HTTP server directly
in their applications with custom HTTP request
handlers, so that their application can directly
process incoming HTTP requests and easily send
back HTTP formatted responses to the requesting
client. Applications can host standalone HTTP
services such as Web Services without having to
deploy and integrate with a full application
server such as Tomcat, JBoss, or WebLogic.