dev@glassfish.java.net

Re: implementing a cli command

From: Bobby Bissett <bobby.bissett_at_oracle.com>
Date: Fri, 30 Jul 2010 11:15:17 -0400

> [...] don't see offhand why I should implement AdminCommand vs
> extending CLICommand.

And I've already reversed my thinking on this.....

Are there any guidelines for these things (besides inferring intent
from other examples)? E.g., should this command be in cluster/cli or
cluster/admin or should I just put it in the cluster/gms-adapter
module where the real work is going to happen anyway?