I am looking for a Java SE framework for development of RESTful web services. I would like it to be:
- Lightweight
- Fast
- Able to run stand-alone without an external web server
- Support asynchronous processing without blocking threads on I/O (node.js style)
Jersey seems to support async processing, but it is not really lightweight.
Spark seems lightweight, simple and neat, but I did not found any reference for supporting async processing.
Any suggestions? Thanks
Aucun commentaire:
Enregistrer un commentaire