dev@glassfish.java.net

integrating the shoal/gms tool (Re: needed: script location in workspace for multicast test)

From: Bobby Bissett <bobby.bissett_at_oracle.com>
Date: Fri, 30 Jul 2010 10:14:19 -0400

Revisiting....

On Jul 28, 2010, at 4:21 PM, Byron Nevins wrote:
> You wouldn't need to make admin code dependent on GMS code. It's
> the other way around.
> take a look at [cluster/cli] to see how external modules can use the
> CLI framework.

Ok, so I can probably just add the CLI command implementation in the
gms-adapter module (in GF ws) to call the main method of the shoal/gms
tool (in shoal ws) directly. That should keep the dependencies in
external code from getting all "hinky." Am working on another CLI
command now, so will give it a look after that.

Thanks for the pointer. I may have questions for you about
LocalInstanceCommand vs LocalServerCommand vs CLICommand, but the
documentation is good there.

Cheers,
Bobby