diff options
author | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-10-25 09:38:43 +0200 |
---|---|---|
committer | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-10-25 09:38:43 +0200 |
commit | e8e9d3aa34d90d3ceb5c954910dedba25b55f949 (patch) | |
tree | 354cac1a9a727151198c4f6175cf8457295051c2 | |
parent | 922741ab0d4fa44767dc639e25e187e1ccbf37d1 (diff) | |
download | moa-zs-e8e9d3aa34d90d3ceb5c954910dedba25b55f949.tar.gz moa-zs-e8e9d3aa34d90d3ceb5c954910dedba25b55f949.tar.bz2 moa-zs-e8e9d3aa34d90d3ceb5c954910dedba25b55f949.zip |
Spec: Remove TODO Item
-rw-r--r-- | docs/spec.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/spec.md b/docs/spec.md index 391bf0c..9bbc98f 100644 --- a/docs/spec.md +++ b/docs/spec.md @@ -2,11 +2,9 @@ ## Introduction -MOA ZS is a middleware that allows a sender application (app) to send delivery requests to delivery services. +MOA ZS is a web application middleware that allows a sender application (app) to send delivery requests to delivery services. MOA ZS uses Apache CXF as a web service framework and the Spring Framework as inversion of control container. -TODO: write a proper introduction with actors, sequence diagram & interfaces - ## Changelog This section summarizes changes between MOA ZS Releases that were made in the MOA ZS codebase and in the app2mzs interfaces. |