I am using Ganymede (Eclipse 3.4) to do some Java EE based web development targeting a JBoss 4.2 application server.
我正在使用Ganymede(Eclipse 3.4)来针对JBoss 4.2应用服务器进行一些基于Java EE的Web开发。
I have always liked Eclipse very much for a Java editor. The thing is, for Java EE is not as useful as one might think. It's buggy, deployment and debugging is very slow, and you have to re-deploy your Java EE application every time you make a little change. That makes development unbearable.
对于Java编辑器,我一直非常喜欢Eclipse。问题是,因为Java EE并不像人们想象的那么有用。它有问题,部署和调试非常慢,每次进行一些更改时都必须重新部署Java EE应用程序。这使得发展无法忍受。
My question is: Is there a plugin that will make my life easier by adding HOT DEPLOY to Ganymede when developing JBoss Applications?
我的问题是:在开发JBoss应用程序时,是否有一个插件可以让我的生活变得更轻松?
2 个解决方案
#1
Yes, you can use JBoss tools:
是的,你可以使用JBoss工具:
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.
我在使用Eclipse 3.4在JBoss上进行开发时使用了这个,虽然插件中仍然存在一些错误,但它运行良好。总的来说虽然它更好。
Update site for 3.4.2 is:
3.4.2的更新站点是:
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:
编辑:此外,如果你在Redhat上运行,你可以下载JBoss Developer Studio,这是“保证”提供稳定和可部署的开发环境。我没有使用它,但有兴趣看看它是否符合这些要求:
#2
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.
您可以通过远程调试开箱即用。将Eclipse调试器连接到JBoss,当您进行代码更改时,它将尽可能进行热修补。
There's a tutorial on doing so here
这里有一个关于这样做的教程
#1
Yes, you can use JBoss tools:
是的,你可以使用JBoss工具:
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.
我在使用Eclipse 3.4在JBoss上进行开发时使用了这个,虽然插件中仍然存在一些错误,但它运行良好。总的来说虽然它更好。
Update site for 3.4.2 is:
3.4.2的更新站点是:
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:
编辑:此外,如果你在Redhat上运行,你可以下载JBoss Developer Studio,这是“保证”提供稳定和可部署的开发环境。我没有使用它,但有兴趣看看它是否符合这些要求:
#2
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.
您可以通过远程调试开箱即用。将Eclipse调试器连接到JBoss,当您进行代码更改时,它将尽可能进行热修补。
There's a tutorial on doing so here
这里有一个关于这样做的教程