简体   繁体   中英

WildFly 8 on Eclipse - Necessary install all JBoss tools plugins?

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?

Greetings.

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.

Note that there is some 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.

On Eclipse Luna, I did this:

  • From main menu, select Help -> Eclipse Marketplace...
  • Type JBoss Tools in the search box
  • Select the JBoss Tools plugin and click Install
  • 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)

On Eclipse Mars this is even simpler, as the JBoss Server Adapter is installed by default.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM