每次我们在项目中编写一些代码时,我们都需要清理项目,这将需要一些时间,即使Jboss支持热部署。有没有什么工具/技巧可以帮助我们在更短的时间内部署我们的web应用程序?我正在使用eclipse Juno和Jboss Application Server 5.1,请相应地进行指导。
发布于 2013-02-06 17:00:18
使用maven通过构建脚本This进行热部署可能会有所帮助
https://stackoverflow.com/questions/14725033
相似问题