Java class for embedded HTTP server in Swing app

后端 未结 5 1624
被撕碎了的回忆
被撕碎了的回忆 2020-12-04 12:22

I wish to embed a very light HTTP server in my Java Swing app which just accepts requests, performs some actions, and returns the results.

Is there a very light Java

5条回答
  •  抹茶落季
    2020-12-04 13:02

    If you're not using Java 6, then I would certainly recommend Jetty. That works very well and has a decent programming interface.

提交回复
热议问题