blob: ba4d75c42ef7a7563c73fecc235979b142aaa165 [file] [log] [blame]
Title: GOATSample
<a name="GOATSample-GOATSample"></a>
# GOAT Sample
The Graphical OSGi Analysis Tool gives a way of displaying the status of
bundles running in an OSGi framework.
<a name="GOATSample-GOATArchitecture"></a>
## GOAT Architecture
See charts here:
https://svn.apache.org/repos/asf/incubator/aries/documentation/samples/goat/
<a name="GOATSample-Model-assumptionsandconstraints"></a>
## Model - assumptions and constraints
<a name="GOATSample-Developmentto-dolist"></a>
## Development to-do list
* Add RelationshipInfoListener to ServerSideClass. Should be similar to
ComponenInfoListener (Done)
* Move the ComponentInfoImpl and RelationshipInfoImpl classes out of Web
bundle into API bundle. They don't really belong in the web bundle but had
to be put here because DWR didn't work when they were in the info-provider
bundle (Done).
* Work out why the info-enhancer bundle doesn't start and fix it.(Done)
* TwistieSection and TwistieAggregation need to merge to form one class
(under elements) (Done)
* We need to implement a loading dialog for first load.
* Minor bug fix needed save coords (saving default doesn't work)
* Investgate/recreate DWR bug