164 次代码提交 (c8aee48b43285fad39bdefdb430dc3a2cd9aa41a)
 

作者 SHA1 备注 提交日期
  peter_backlund c8aee48b43 Javadoc improvements. 18 年前
  peter_backlund b18e0291c1 Introduced OR mapping for the Cargo->(DeliveryHistory)->HandlingEvent relation, instead of explicitly deciding whether or not to fetch handling events when loading a particular cargo. 18 年前
  peter_backlund cb906b9c4a Introduced CargoTestHelper for creating test cargo instances while preserving package level visibility where desired. 18 年前
  peter_backlund 162037f0bc Added UNKNOWN status code 18 年前
  peter_backlund 66fa39363d registerNewCargo is now bookNewCargo, adapted to the ubiquitous language. 18 年前
  peter_backlund 68606726e0 Better toString() 18 年前
  peter_backlund 023302715c Implement ValueObject.sameValueAs(), and use that as delegate in equals() 18 年前
  peter_backlund 1430471ddd Improved class documentation. 18 年前
  Patrik Fredriksson a385b974b3 Added UML class digram for domain package. 18 年前
  Patrik Fredriksson df4a167e50 Removed @Override annotation for interface methods (for Java 1.5 compliance). 18 年前
  peter_backlund f05fe4e2a6 Excluded transitive dependency on JAXB 2.0 from ActiveMQ 18 年前
  Patrik Fredriksson decf72bcb4 Updated bean header. 18 年前
  peter_backlund b2726531cf Introduced BookingServiceFacade as an application service, on top of the domain layer's BookingService and the repositories, as a DTO assembly point and remoting exposure layer (currently configured in context-remote.xml, but only used as local reference). 18 年前
  peter_backlund fb448e6d7a Renamed requestPossibleRoutes -> fetchRoutesForSpecification in RoutingService 18 年前
  peter_backlund a6bdccc332 Removed repository-delegating list cargos/shipping locations methods from domain service. 18 年前
  peter_backlund e6e31b02b3 Removed test method for non-existing method deleteItinerary() 18 年前
  peter_backlund 209cc0a317 Added LocationDTO with assembler, and made all DTOs Serializable 18 年前
  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 年前