Fastest way to deploy a Java servlet?

前端 未结 5 1043
再見小時候
再見小時候 2021-02-06 14:52

What is the fastest way to deploy a Java HttpServlet? Is there a solution that allows you to do it very quickly like I could do in Ruby/PHP/Python with mini

5条回答
  •  一生所求
    2021-02-06 15:23

    Have you looked at Grails? It's basically Groovy on Rails, the bytecode is Java if that counts.

    Also look at this article about One-step deployment with Grails

提交回复
热议问题