Netbeans 6.0b1 with Glassfish v2 FCS - and still no smoke 📎
My Glassfish's favourites:
- CallFlow - you can visualize the invocation hierarchy of all EJBs (with visualization)
- asupgrade.bat - A small swing app, which can be used to migrate the old configuration to a new one.
- And of course different ways to configuration: asadmin.bat, the visual admin console and the xml files.
- The ability to configure even the JVM options inside the admin console...
- Very good netbeans integration (I didn't tried the Eclipse plugin yet).
- Create JSF from Entities - this one was/is awesome. It generates a simple webapp from existing JPA-entities.
- The generation of JMS-Skeletons (sending a message) isn't complete. I missed the actual creation of the javax.jms.Message (a two-liner).