package.html 423B

1234567891011121314
  1. <html>
  2. <body>
  3. <p>
  4. This is the routing team context, which is separate from "our" application and context.
  5. Our domain model with cargo, itinerary, handling event etc does not exist here.
  6. The routing service implementation works against the API exposed by
  7. this context.
  8. </p>
  9. <p>
  10. It is not related to the core application at all, and is only part of this source tree for
  11. developer convenience.
  12. </p>
  13. </body>
  14. </html>