I presented on Creating Quick and Powerful Web Applications with
MySQL, GlassFish, and NetBeans. The key messages conveyed
during the preso are:
- GlassFish is an open source community and delivers production-quality Java EE compliant Application Server.
- GlassFish v2 is the Java EE 5 Reference Implementation and GlassFish v3 for Java EE 6. Read complete difference here.
- Java Persistence API makes it really easy to create database-backed Web applications. It even creates MySQL-specific queries, when possible.
- The web-based administration …