For now we just added the "raw" view but would like to either make this more
"beginner user-friendly" or move it over to something like the full blown JMX
console we got
for "older" AS's where you can do edit operations etc.
but for now we just do this "baby" raw console as a read only operation and see
where it takes us.
/max
On Feb 10, 2012, at 19:08, Rob Cernich wrote:
> Looks a lot like the CLI GUI. We should collaborate.
It was certainly inspired by the CLI GUI, though I haven't had a chance to look at
the code yet. The UI piece is probably going to be specific to each (SWT on the Eclipse
side, I assume Swing on the CLI side). The model code could be shared, but there's
not much there on the Eclipse side:
* a resource node - represents an addressable resource (e.g. /subsystem=switchyard)
* an attributes node - container for attributes defined by a resource
* an attribute node - an attribute value associated with a resource
* a category node - represents a "child-type" defined by a resource (e.g.
subsystem).
The model is built using read-resource-description, read-children-names and
read-resource, depending on the node type.
For me, I was just looking to make sure I had access to the management interface from
within Eclipse so I could add some SwitchYard specific capabilities to the Servers View.
The "baby console" was just a POC demonstrating the possibilities.
Best,
Rob
_______________________________________________
jboss-as7-dev mailing list
jboss-as7-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-as7-dev
/max
http://about.me/maxandersen