Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

vlad: I would like to provide as much detail as you need, but I'm afraid I still I don't quite understand exactly what you do you refer as the architecture. Anyway, below is a general overview of the software modules and their responsibilities.

TomcatGridSoftwareModules.png!

_The modules are:

  • Core module: Shared logic to be used by all other modules.
    • Core data types, such as "Machine", "Instance".
    • Share core logic. For example, grid configuration file parsing/update.
    • Defines the Grid Agent functions (as interfaces), but does not implement them. These are used by all Managers modules.
    • Common utility classes.
    • Common exceptions.

...