How to reduce turnaround time in JavaEE application development?
- 内容介绍
- 文章标签
- 相关推荐
本文共计337个文字,预计阅读时间需要2分钟。
Building Java EE apps has a slow edit-compile-deploy cycle. I tried Jetty, but it's still slow.
OnetroublingaspectofbuildingJavaEEapplicationsistheturnaroundtimefortheedit,compile,One troubling aspect of building Java EE applications is the turn around time for the edit, compile, deploy process. I tried using Jetty but even that has some problems after making several edits you will usually run into a memory error.
构建Java EE应用程序的一个令人不安的方面是编辑,编译和部署过程的周转时间。我尝试使用Jetty,但即使在进行多次编辑后仍有一些问题,您通常会遇到内存错误。
本文共计337个文字,预计阅读时间需要2分钟。
Building Java EE apps has a slow edit-compile-deploy cycle. I tried Jetty, but it's still slow.
OnetroublingaspectofbuildingJavaEEapplicationsistheturnaroundtimefortheedit,compile,One troubling aspect of building Java EE applications is the turn around time for the edit, compile, deploy process. I tried using Jetty but even that has some problems after making several edits you will usually run into a memory error.
构建Java EE应用程序的一个令人不安的方面是编辑,编译和部署过程的周转时间。我尝试使用Jetty,但即使在进行多次编辑后仍有一些问题,您通常会遇到内存错误。

