Hot Deploy for JBoss on Eclipse 3.4: Ganymede

孤街浪徒 提交于 2019-12-04 11:36:43

Yes, you can use JBoss tools:

http://www.jboss.org/tools

I've used this when developing on JBoss using Eclipse 3.4, it works well although there are still some bugs in the plugin. Overall though it's better.

Update site for 3.4.2 is:

http://download.jboss.org/jbosstools/updates/stable/

EDIT: Also, if you're running on Redhat you can download JBoss Developer Studio which is "guaranteed" to provide a development environment that is stable and deployable. I've not used it, but interested to see whether it lives up to those claims:

http://www.jboss.com/products/devstudio/

You can do this out of the box with remote debugging. Connect the Eclipse debugger to JBoss and when you make a code change it will be hot-patched where possible.

There's a tutorial on doing so here

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!