<feed xmlns='http://www.w3.org/2005/Atom'>
<title>moa-zs/src/main/resources/zusemsg, branch 2.0.0-RC1</title>
<subtitle>Middleware that allows a sender application to send delivery requests to delivery services</subtitle>
<id>https://git.egiz.gv.at/moa-zs/atom?h=2.0.0-RC1</id>
<link rel='self' href='https://git.egiz.gv.at/moa-zs/atom?h=2.0.0-RC1'/>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/moa-zs/'/>
<updated>2019-07-08T16:02:37+00:00</updated>
<entry>
<title>Implement Zuse2App Services</title>
<updated>2019-07-08T16:02:37+00:00</updated>
<author>
<name>Christof Rabensteiner</name>
<email>christof.rabensteiner@iaik.tugraz.at</email>
</author>
<published>2019-07-08T16:02:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/moa-zs/commit/?id=c1a1a5130a4ecf755da72941ad3525beb919447f'/>
<id>urn:sha1:c1a1a5130a4ecf755da72941ad3525beb919447f</id>
<content type='text'>
- Add zuse2app.wsdl contract.
- Add MsgResponse as an type-agnostic view for DeliveryRequestStatus
  and DeliveryNotification messages. Reason: Both DeliveryNotification
  and DeliveryRequestStatus messages have similar fields and need to
  be treated similarly (e.g.: receive from msg service, store to
  repository, verify signature, store to file...). In order to prevent
  duplicated code, the wrapper interface provides a type-agnostic view
  onto these messages for depending components to operate on.
- Add MsgResponseHandler interface; decides how to process
  MsgResponse. Also implement this handler with a multi-threaded
  single-node implementation.
- Add MsgResponseSink interface; decides how to archive MsgResponse.
- Implement and test SafeResponseToFileSink.

Change Identifier for MsgResponses:
- Before, DeliveryRequestStatus and DeliveryNotifications had their
  own repositories. Now, both types are stored in the same repository
  (the MsgResponse repository) to streamline the handling of
  MsgResponses. We need to change the identification of MsgReponses,
  otherwise the identifiers (AppDeliveryID) clash.
- MsgResponses are not identified by:
  &lt;AppDeliveryId&gt;+&lt;typeSpecificSuffix&gt;
- Rewrite StoreSOAPInterceptor to accommodate fact that, both
  DeliveryRequestStatus and DeliveryNotification messages have
  different IDs upon storage / retrieval.

Restructure packages and components as follows:
- client: All components that are involved when consuming a web service.
- process: "fabric" of MoaZS; contains business logic that
  orchestrates back-end tasks of MoaZS's operational services, e.g.:
  by processing a delivery request.
- service: Implementation of MoaZS's front-end services.

Refactoring:
- MoaZSException: Remove unused fields. Before: Store mzsrequest,
  tnvzresult, msgrequest and msgresult as members. Now: Only keep the
  fields that are needed later, e.g for generating a
  msg:DeliveryRequestStatus element. Add copy constructor to Builder.
- Put storage of byte[] into a dedicated "BinaryRepository". Reason:
  This was useful in a former design. Now it's not really needed
  anymore.
- Put "create Endpoint" code into EndpointFactory. Reason: Eliminate
  duplicated code when configuring a service.

Testing:
- Activate Stacktraces in surefire.
</content>
</entry>
<entry>
<title>Update zusemsg Spec to 2.0.c</title>
<updated>2019-04-09T06:09:09+00:00</updated>
<author>
<name>Christof Rabensteiner</name>
<email>christof.rabensteiner@iaik.tugraz.at</email>
</author>
<published>2019-04-09T06:09:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/moa-zs/commit/?id=b3b843ee77dea45c13440e0de834d813fbf77053'/>
<id>urn:sha1:b3b843ee77dea45c13440e0de834d813fbf77053</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add app2zuse WSDL and Friends</title>
<updated>2019-04-08T05:25:59+00:00</updated>
<author>
<name>Christof Rabensteiner</name>
<email>christof.rabensteiner@iaik.tugraz.at</email>
</author>
<published>2019-04-08T05:25:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/moa-zs/commit/?id=648632858c007b361476953d0b3019c410a75fb7'/>
<id>urn:sha1:648632858c007b361476953d0b3019c410a75fb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update zusemsg schemes to v2.0.b</title>
<updated>2019-04-04T08:49:04+00:00</updated>
<author>
<name>Christof Rabensteiner</name>
<email>christof.rabensteiner@iaik.tugraz.at</email>
</author>
<published>2019-04-04T08:49:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/moa-zs/commit/?id=7f64be6c0e2e0f77d688c88fa64021a2e093b5db'/>
<id>urn:sha1:7f64be6c0e2e0f77d688c88fa64021a2e093b5db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add zusemsg Scheme Files</title>
<updated>2019-04-03T11:25:55+00:00</updated>
<author>
<name>Christof Rabensteiner</name>
<email>christof.rabensteiner@iaik.tugraz.at</email>
</author>
<published>2019-04-03T11:25:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.egiz.gv.at/moa-zs/commit/?id=3f3aa9bfbaa59ee1b14a49e1659cd9c3cbe9beee'/>
<id>urn:sha1:3f3aa9bfbaa59ee1b14a49e1659cd9c3cbe9beee</id>
<content type='text'>
</content>
</entry>
</feed>
