adam bien's blog

NetBeans 7 + JBoss 7 = Productive Combo 📎

NetBeans 7.3.1+ comes with JBoss 7 integration similar to GlassFish v3/v4.

To integrate JBoss with NetBeans:
  1. Download and install JBoss 7 and NetBeans 7.3.1+
  2. Go to "Services" tab (Keybinding: Cmd+5)
  3. Right click on "Servers"
  4. Choose "JBoss" and follow the next few clicks

Now you can run any Java EE application directly on JBoss, just by right-clicking on a JavaEE project, choosing the "Run" item and selecting your server. You could even switch the servers between the runs.

To start the server and deploy the application "Run" a project.

NetBeans shows the logs and allows you to delete the applications directly from the Servers tab.

See you at Java EE Workshops at MUC Airport, with or without JBoss 7:-)!