Eskatos’s thoughts on JEE development

Maven plugins for Glassfish ecosystem

Posted in asadmin-maven-plugin by eskatos on March 28th, 2008

This post is only a snapshot of what is available at the time of writing to use Glassfish from maven., seen from the perspective of a simple maven plugin developer (simple plugin or simple developer ?).

Before beginning asadmin-maven-plugin, I searched and tried several ways to use Glassfish from maven. Main use case is simply deployment and undeployment of applications.

There are two ways to do this “programmatically” :

  • using the asadmin command, Glassfish specific,
  • and using the JSR-88 api, app-server agnostic

(more…)

Tagged with: , , ,