I had been thinking about this for quite some time, but
could not get around to actually do it. At the moment,
we have no support for finding out what version of
Servlet/JSP or EJB or JPA ... spec a particular installation
of GlassFish v3 Prelude supports. We have a "version" command
that shows the product version and build ID. We also have a
list-modules command that tells us the implementation versions
of modules (in /modules folder). To some extent, it gives a
misleading output like:
Module : org.glassfish.javax.ejb:10.0.0.SNAPSHOT
Isn't it desirable to have a command that identifies the
spec versions a particular GlassFish Platform installation
implements?
-Kedar