360 Commits (0ff1644d3ef981f735ffa5082deb0d3765db3a31)
 

Autor SHA1 Mensaje Fecha
  peter_backlund 0ff1644d3e Clean up inmem repositories hace 17 años
  peter_backlund 6fbb5acf47 Moved handling of failure to create handling event out of the application layer, letting the exception mark transaction for rollback. hace 17 años
  peter_backlund 98533509e9 Moved all aspects of the cargo delivery into the Delivery class hace 17 años
  peter_backlund d8ef3e08b4 Moved HandlingEventRegistrationAttempt queue element to interfaces package. hace 17 años
  peter_backlund 692326e41c Removed email addresses hace 17 años
  peter_backlund 2bce4eeaca Added layer diagram and started writing on an architecture description page. hace 17 años
  Patrik Fredriksson 7f39c6ae06 Updated documentation. hace 17 años
  peter_backlund 7f48617bf4 Renamed DeliveryHistory to HandlingHistory. hace 17 años
  peter_backlund 8ab5ead8ca Added SF project web page logo for welcome page hace 17 años
  peter_backlund 023a0e1916 Route generation improvments. hace 17 años
  peter_backlund 4fc923eb91 Implemented cargo.nextExpectedActivity using lifecycle scenario test. hace 17 años
  peter_backlund 8005e0219b Removed call to transaction aspect rollback function, breaks when the aspect isn't weaved. hace 17 años
  peter_backlund 6a38351409 Removed redundant constructor argument for Cargo (origin can be derived from the inital route specification) hace 17 años
  peter_backlund 26a7aed12d Slight method name changes (deriveStatusFromHandling => deriveDeliveryProgress). hace 17 años
  peter_backlund 905e2195b8 Corrected voyage numbers and UN Locodes. hace 17 años
  peter_backlund b27d95c830 Renamed package "carrier" to "voyage", in line with Voyage being the aggregate root. hace 17 años
  peter_backlund 61b7fe0138 HandlingEventService.registerHandlingEvent() signature takes value objects instead of HandlingEventRegistrationAttempt, decoupling it from message queues. hace 17 años
  peter_backlund 6bb5180938 Adapted to generated web service API hace 17 años
  peter_backlund 8607b34c15 Generated Java files fell out during last commit :-( hace 17 años
  peter_backlund 5da56ab2e9 Generated Java classes from WSDL for the handling report web service, under com.aggregator. Eliminated related handwritten Java code. hace 17 años
  peter_backlund 4593076cf3 Moved pathfinder to directly under com. hace 17 años
  peter_backlund c32c6e7810 Moved synchronous stub implementation of ApplicationEvents to separate package. hace 17 años
  peter_backlund af5e958ef0 Completed handling of cargo in lifecycle scenario test. hace 17 años
  peter_backlund 84b16a069b Renamed TrackingService to CargoInspectionService to avoid confusion. hace 17 años
  peter_backlund 6413004c01 Simplified hashCode() hace 17 años
  peter_backlund e802da27f6 Test fix hace 17 años
  peter_backlund 596afcf9d1 hace 17 años
  peter_backlund 1a79f4e395 "Assign cargo to route" is now a use case with a matching application service method and transaction (was previously directly behind the RMI facade). hace 17 años
  peter_backlund f4e7c8c3de Updated to 1.1 web service API hace 17 años
  peter_backlund cd3020da7a A few minor method name changes and documentation imrpovements hace 17 años
  peter_backlund 04123fd15d Adapted tests to recent changes, removed a few redundant utilities. hace 17 años
  peter_backlund 924b0784c8 Asynchronous update of the Cargo aggregate. Several properties of the Cargo aggregate are now calculated and persisted, on handling (asynchronously) and on changes to routing (synchronously, since that's inside the cargo aggregate). hace 17 años
  peter_backlund c13319f3ed Get registration date from attempt, removed redundant null check. hace 17 años
  peter_backlund e9fe35da93 Don't clone date in getter hace 17 años
  peter_backlund 88e248c3c4 Getting dates for Legs from TransitEdge. hace 17 años
  peter_backlund 85ae33b72f Using HandlingEventRepository for tracking view. hace 17 años
  peter_backlund 03bc69c8b2 Restructured contexts slightly. hace 17 años
  peter_backlund e6a0b00a80 Arrival deadline date is now passed as parameter into booking facade (not read from request parameter yet though). hace 17 años
  peter_backlund cb2ef14e30 Moved some parse calls out of a loop that only need to happen once per report. hace 17 años
  peter_backlund 88a6b52e99 Added log4j configuration servlet context listener hace 17 años
  peter_backlund 78c481fbc8 Added dates to TransitEdge, fixed RMI exposure of Pathfinder service hace 17 años
  peter_backlund ca7aad1e80 Added slf4j-log4j compatibility jar hace 17 años
  peter_backlund 74371c806b Split the tracking and booking web interfaces to separate dispatcher servlets, to clarify the fact that the booking web app is external and could be run in a different JVM or be replaced by a thick client. hace 17 años
  peter_backlund 956b3b9b36 Package the booking facade classes in a separate jar hace 17 años
  peter_backlund 45d37263e5 Reorganized booking facade + DTOS to make it clear what the API facing the client is, and to facilitate packaging of a distributable jar. hace 17 años
  peter_backlund 835fb6f73d Added limitation properties such as deadline date to graph traversal service API. hace 17 años
  peter_backlund ed4bd9569e Restructured the context files to be organized per layer, and moved the external graph traversal application to its own, separate context. Communication is now through RMI. hace 17 años
  peter_backlund ecd3c783d3 Improved documentation hace 17 años
  peter_backlund ac016503c6 Validate that origin and destination are different hace 17 años
  peter_backlund f89fdbb63f Made method parameter final hace 17 años