How Admin CLI Could be ExtendedRequirementSee the e-mail thread on admin@glassfish.java.net for details. The Open ESB team requested for this feature for consideration before V3. Basic requirements are:
Approach to ExtensionThe approach is such that a layer sitting atop GlassFish V2.next (base product) should be able to leverage the command line parsing, environment variable handling, displaying command help and synopsis capabilities of the so-called CLI Framework. The asadmin program should be able to find and invoke the commands whose code might be available in a jar file other than admin-cli.jar. All the commands that asadmin invokes for GlassFish V2.next reside in this jar file. Tasks InvolvedFollowing tasks need to be done:
|