147 Ревизии (a808a0d84b709ecb8dd2ebde811540e63e4eefc2)
 

Автор SHA1 Съобщение Дата
  peter_backlund a808a0d84b Removed the no longer method deleteItinerary() преди 18 години
  peter_backlund a41259142f Reworked the Cargo-Itinerary relationship OR-mapping to make it possible to move the full responsibility for purging orphaned itineraries to the implementation of the Cargo repository, making it a concern of the infrastructure layer. преди 18 години
  peter_backlund b98d2a8022 Purged last DTO from domain service layer, in preparation for a combination of dedicated remote facade with DTO assembly (booking application) and working directly against the domain service layer (tracking web interface). преди 18 години
  peter_backlund 7a5983f3ae Split CargoService into BookingService and TrackingService. преди 18 години
  peter_backlund 6716adebb5 Added missing @Repository annotation преди 18 години
  peter_backlund ea5d6358ac Accidentally excluded from previous commit преди 18 години
  peter_backlund a54840a55a Split routing service into two parts: "our" part with model translation, and remote service part for graph calculations. Still a bit sketchy though. преди 18 години
  peter_backlund f5138939d2 Final destination is now just "destination" everywhere. преди 18 години
  peter_backlund 96b63c3356 Reorganized the context files so that the persistence layer can be selected as either Hibernate or in-memory, and the messagning layer either JMS-based or thread-based. преди 18 години
  peter_backlund ce5373bc2d Remapped persistent classes using XML metadata instead of annotations. преди 18 години
  peter_backlund a7a7995b64 Package description files everywhere, mostly placeholders yet. преди 18 години
  peter_backlund f2117671d3 Introduced interfaces for entity, value object and domain event, extracted from the sameIdentityAs/sameValueAs/sameEventAs methods преди 18 години
  peter_backlund a866c08dc5 Eliminated RoutingCommand, using itnerary DTOs directly in the view. преди 18 години
  peter_backlund 056fa76c1f Renamed Specification to RouteSpecification, added origin/destination properties. преди 18 години
  peter_backlund 0eda143206 Modified DeliveryHistory to be immutable and filled with handling events at (Cargo) load time. преди 18 години
  peter_backlund 4be34e0f89 Added fromDTO to ItineraryCandidateDTOAssembler, using that in CargoServiceImpl. преди 18 години
  peter_backlund c376b77be7 Improved testing of persisting Cargo, in preparation for switching mapping metadata type from annotations to XML. преди 18 години
  peter_backlund 8122211be7 Implemented sameValueAs, equals and hashCode for DeliveryHistory as a value object. преди 18 години
  peter_backlund 1bc5502de9 Removed reference to logfile apender преди 18 години
  Jesper Hammarbäck 990f506572 Added unit test for ItineraryCandidateDTOAssembler. преди 18 години
  Jesper Hammarbäck e91589ab4e Added unit test for CargoRoutingDTOAssembler. преди 18 години
  Jesper Hammarbäck be4f41598e Extracted DTO assembling code to separate classes. преди 18 години
  Jesper Hammarbäck 07e2bd6139 Added Checkstyle configuration file that checks the sun coding conventions. преди 18 години
  Jesper Hammarbäck bdd8e56e44 Reset to default Tomcat port, 8080. преди 18 години
  Jesper Hammarbäck 06dc6f1f8c Moved 'app.properties' into resources, i.e. classpath root. преди 18 години
  Jesper Hammarbäck 1bd610bb42 Added CheckStyle report generation. преди 18 години
  peter_backlund b70480b07a Leg now related to CarrierMovement. преди 18 години
  peter_backlund 5e27b4d272 Use UnLocode in CargoService.shippingLocations signature преди 18 години
  peter_backlund ce9f0f97a8 Big slew of changes (too big) leading up to draft presentation: преди 18 години
  jorgen_falk e7de933664 Added app.properties outside the jar package to be able to set wsdl url after mvn assembly:assembly преди 18 години
  peter_backlund da0b6a059c Added CargoService.registerNew, which assigns a tracking id to a cargo and stores it. преди 18 години
  peter_backlund c0a5de29c5 Implemented a very efficient, randomized, routing service. преди 18 години
  peter_backlund d02d1234a8 Implemented notification on cargo unload at final destination. преди 18 години
  peter_backlund d70a69a3b5 Persisted Itinerary and Leg, with sample data and mapping. преди 18 години
  peter_backlund 7e27792616 Added a style for notification box преди 18 години
  peter_backlund 41b463fa66 Added a few icons преди 18 години
  peter_backlund 0757785b7c Added Cobertura test coverage report преди 18 години
  Patrik Fredriksson b4eea230e8 Fixed failing test. преди 18 години
  peter_backlund b796385d36 Compilation fix. преди 18 години
  peter_backlund 073216ef18 Updated status code enum to fix compilation error. преди 18 години
  peter_backlund 0879b5b076 Removed out-of-date comment преди 18 години
  peter_backlund e09a8daa7b Tried to make the domain classes more internally consistent and created test classes for those domain classes that didn't have one. преди 18 години
  Patrik Fredriksson 497da164a5 Fixed bug, cargo without any handling events is not misdirected (thi scase previously caused NPE). преди 18 години
  peter_backlund 4d94406f1e Added asynchronous event emission whenever a handling event is registered, so that interested parties can be notified if a cargo is misdirected (is unloaded, is late, has arrived, or whatever). преди 18 години
  peter_backlund 9d0e0c1e28 Cargo is never misdirected if there's no itinerary (null check) преди 18 години
  Patrik Fredriksson 44288c0b30 Refactored identities. преди 18 години
  Patrik Fredriksson 4bb12bf2a4 Minor clean-up. преди 18 години
  Patrik Fredriksson ba5922bff2 Implemented Cargo.isMisdirected() преди 18 години
  Patrik Fredriksson 0f6b3ee342 Fixed trimming. преди 18 години
  Patrik Fredriksson b4d32bde50 Implemented initial misdirected logic. Carg.isMisdirected() still needs more work. преди 18 години