188 커밋 (d35d18979aeb549f4a9cf28650cb780e9adc84e5)
 

작성자 SHA1 메시지 날짜
  Patrik Fredriksson d35d18979a Added section of aggregates. 18 년 전
  Patrik Fredriksson 84de16ccc7 Updated source links to use xref instead of sventon. 18 년 전
  Patrik Fredriksson 49ff20323f Added building blocks text. 18 년 전
  peter_backlund 6f0b9fb3f0 Javadoc improvements, mainly at the package level. 18 년 전
  peter_backlund 75a1bf4293 Removed no longer used embeddable annotation 18 년 전
  peter_backlund fb0078b41e Improvements to the site 18 년 전
  peter_backlund 60a1c327af Added Eric as team member in the pom 18 년 전
  peter_backlund a96af1896c Cargo tracking web interface now sits immediately on top of the domain layer, forming one of the "user interface extremes" (the other one being complete remote-DTO-separation). 18 년 전
  peter_backlund 46d06172dc Completed event service renaming 18 년 전
  peter_backlund c265df7fa1 Fixed setter call 18 년 전
  peter_backlund dfda0ce72b Better factory method names 18 년 전
  peter_backlund 59eff65404 Brought EventService closer to the domain by renaming it DomainEventNotifier and use ubiquitous language in the method signatures (fireHandlingEventRegistered is now cargoWasHandled) in order to make it naturally fit in among the domain services. 18 년 전
  peter_backlund e2bd801c34 Deleted unused class 18 년 전
  Patrik Fredriksson 756eb78f5d Fixed incorrect package reference. 18 년 전
  peter_backlund 56f8843ae3 Package "remote" renamed "remoting" for consistency. 18 년 전
  peter_backlund 96a1283520 Slight refinement of packge structure under application - service is split into things like messagning and remoting. 18 년 전
  peter_backlund 4e4eaf1600 More explicit flow in notify() for misrouted and unloaded-at-destination cases 18 년 전
  peter_backlund 4ca6c8b373 Small improvement of package documentation 18 년 전
  peter_backlund 7437d802df Added one more factory method, for the rerouting case 18 년 전
  peter_backlund 72b9326075 Added a roadmap document 18 년 전
  peter_backlund c517c3359d Initial mvn site structure 18 년 전
  peter_backlund 3078fe812b Reorganized package structure in accordance with the mailing list proposal, with domain and application top level package split. 18 년 전
  peter_backlund c1819c8fe1 Moved in-memory repositories to src/test along with test support classes SampleLocations and CargoTestHelper 18 년 전
  peter_backlund c20e1e9e61 Log Hibernate DML/DDL in log4j instead of stdout 18 년 전
  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 년 전