Changes between Version 3 and Version 4 of Documentation/Howto/OptimizeExternalApplications
- Timestamp:
- 06/04/10 11:48:31 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Howto/OptimizeExternalApplications
v3 v4 37 37 == Architecture Details == 38 38 39 The 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 39 43 == Tutorial ==