Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 3 and Version 4 of Documentation/Howto/OptimizeExternalApplications


Ignore:
Timestamp:
06/04/10 11:48:31 (14 years ago)
Author:
abeham
Comment:

Added class diagram

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Howto/OptimizeExternalApplications

    v3 v4  
    3737== Architecture Details ==
    3838
     39The following class diagram displays the classes and interfaces present in the java service framework. There is an abstract base class `Channel` on the one hand which provides methods for sending and receiving messages and several concrete implementations and on the other hand an abstract base class `Service` that provides the concrete `PollService` and `PushService`. Each Channel has a corresponding factory which implements `IChannelFactory`.
     40
     41[[Image(ExternalEvaluationServiceCD.png)]]
     42
    3943== Tutorial ==