blob: 7dd1df5120697cf14d59f6add1c2d2f90efa9514 [file] [log] [blame]
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<body>
<h1>Tutorial - Cargo</h1>
<p>
In Eric Evans' book Domain Driven Design, ISBN 0-321-12521-5, we find a domain oriented discussion
around cargo making voyages from the starting point to a destination. The discussion in DDD is
not continuous, so we need to find the many snippets throughout the book. We will try to
address each piece found in the book as it appears, and how that is dealt with in Apache Zestâ„¢.
</p>
<p>
We have chosen the Cargo example also due to the fact that Mr Evans uses this in presentations
about Domain Driven Design, and that it represents exactly the type of applications that we think
Zestâ„¢ is made for.
</p>
<p>
In the tutorial text, I will be reference pages in the book, and it refers to my edition, i.e.
"First printing, August 2003", which I believe to be the only edition in circulation at the
time of this writing (Jan 2008). I will also try to reference the section in question, so if you
read this when other DDD editions are out, you will have a chance to find it.
</p>
<p>
Step 1 - Make a booking.
</p>
</body>