Enjoy the short screencast on how to get started with WildFly 8 in NetBeans 8:
Emmanuel Hugonet (@ehsavoie) created the NetBeans plugin and maintains it. He also created a quick video that shows how to:
- Configure and start WildFly 8 server
- Run a Java EE 7 WebSocket sample on WildFly
- Choose Maven profile to run tests
- Type of resources shown by the plugin
Enjoy!
File the bugs here (use “WildFly” component).
Don’t forget a ton of Java EE 7 samples are available at github.com/javaee-samples/javaee7-samples.
I would think that the Java EE 7 samples should have a link from the Wildfly documentation. It would make it much easier for the average Wildfly developer to find it.
Glad to see some WildFly Support in NetBeans!
The plugin (1.0.14) doesn’t seem to work with Netbeans 8 (Build 201403101706 ). It’s throwing a null pointer exception behind the scenes. This is on a MacOSX.
Anyone know of a work around?
java.lang.NullPointerException
at org.netbeans.modules.javaee.wildfly.ide.ui.WildflyPluginUtils$Version.compareToIgnoreUpdate(WildflyPluginUtils.java:457)
at org.netbeans.modules.javaee.wildfly.ide.ui.WildflyPluginUtils$Version.compareTo(WildflyPluginUtils.java:443)
Is it during installation ? deployment ? Can you file a bug at https://netbeans.org/bugzilla/enter_bug.cgi?product=serverplugins ?