How to improve productivity when developing Java EE based web applications

前端 未结 14 1669
悲哀的现实
悲哀的现实 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.

    0 讨论(0)
  • 2021-01-29 20:28

    Since Jython 2.5 you can use django to satisfy the requirements you listed. It's pretty easy to generate war files from django projects and deploy them on J2EE application servers.

    0 讨论(0)
提交回复
热议问题