How to improve productivity when developing Java EE based web applications

前端 未结 14 1889
悲哀的现实
悲哀的现实 2021-01-29 19:47

I\'d like to know how you address the seemingly low productivity of Java EE-based web application development compared to other technology stacks (Seaside, Ruby on Rails, etc).<

14条回答
  •  北恋
    北恋 (楼主)
    2021-01-29 20:28

    Javarebel can greatly reduce time spent during web development using Java.

    Let me quote here the official website:

    JavaRebel is a JVM plugin (-javaagent) that enables you to see changes to your code immediately, without the need to redeploy an application or perform a container restart. If you're tired of watching the logs roll by, and want to see your changes so that you can keep going - JavaRebel is your new best friend.

提交回复
热议问题