Java Eclipse 上的 WildFly 8 - 是否需要安装所有 JBoss 工具插件?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/22639122/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
WildFly 8 on Eclipse - Necessary install all JBoss tools plugins?
提问by Mitsu Garcia
I have recently moved to JDK 8 and want to start developing applications and have a server, wildfly. In NetBeans you just have to import the WildFly plugin, but in eclipse you have to import all JBoss Tools plugins. You need to install ~ 450MB (JBoss Tools) only for use WildFly 8? WildFly 8 has depends on all these plugins?
我最近转移到 JDK 8,想开始开发应用程序并拥有一个服务器,wildfly。在 NetBeans 中,您只需要导入 WildFly 插件,但在 eclipse 中,您必须导入所有 JBoss Tools 插件。您只需要安装 ~ 450MB (JBoss Tools) 才能使用 WildFly 8?WildFly 8 依赖于所有这些插件吗?
Greetings.
你好。
采纳答案by Harald Wellmann
You don't need to install all of JBoss Tools. There is a feature category called Abridged JBoss Tools. which contains the absolute minimum feature JBossAS Tools, which is basically a WTP adapter for JBoss AS/WildFly.
您不需要安装所有 JBoss 工具。有一个称为Abridged JBoss Tools的功能类别。它包含绝对最小的功能JBossAS Tools,它基本上是 JBoss AS/WildFly 的 WTP 适配器。
Note that there issome useful stuff in the Abridged Tools, like extended JSF and CDI support for Eclipse. But for stuff like Seam or Portlets which you probably don't use, it's safe to leave the corresponding features uninstalled.
注意这里是一些有用的东西,在删节的工具,如扩展JSF和Eclipse的CDI的支持。但是对于像 Seam 或 Portlets 这样您可能不使用的东西,卸载相应的功能是安全的。
回答by Stijn de Witt
On Eclipse Luna, I did this:
在 Eclipse Luna 上,我这样做了:
- From main menu, select
Help
->Eclipse Marketplace...
- Type
JBoss Tools
in the search box - Select the
JBoss Tools
plugin and clickInstall
- Give it a moment to figure out all the features in the plugin
- Deselect all features
- Find the feature named
JBossAS Tools
and select it - Next, Next, Finish (actually it's a bit more contrived than that but you'll manage)
- 从主菜单中,选择
Help
->Eclipse Marketplace...
- 键入
JBoss Tools
在搜索框中 - 选择
JBoss Tools
插件并点击Install
- 花点时间弄清楚插件中的所有功能
- 取消选择所有功能
- 找到命名的特征
JBossAS Tools
并选择它 - 下一步,下一步,完成(实际上比这更做作,但你会管理)
On Eclipse Mars this is even simpler, as the JBoss Server Adapter is installed by default.
在 Eclipse Mars 上,这更简单,因为 JBoss 服务器适配器是默认安装的。