274 Révisions (80173f8775acab140ce1bf79d031c98b1130b571)
 

Auteur SHA1 Message Date
  peter_backlund 80173f8775 Moved RoutingService interface back into domain layer, and moved ExternalRoutingService to infrastructure. il y a 18 ans
  peter_backlund 25f9251b4a Moved ExternalRoutingService into impl subpackage and renamed it RoutingServiceImpl, for consistency. We probably should try to find use-case based package names below application though. il y a 18 ans
  peter_backlund c3060dbe59 Moved RoutingService to application layer too. il y a 18 ans
  peter_backlund a25cce26dc Closer to immutability il y a 18 ans
  peter_backlund 0c0d7a9f15 IntelliJ missed second round of package rename :-( (fixed interface path) il y a 18 ans
  peter_backlund b474b2d68e IntelliJ excluded files from last commit for no apparent reason :-( il y a 18 ans
  peter_backlund 563764535e iface package is now interfaces il y a 18 ans
  peter_backlund 2220c309e5 Unused files il y a 18 ans
  peter_backlund 60a12420e1 Moved web interfaces, web service and RMI remoting facade to iface package (temporarily renamed due to refactoring problems in IntelliJ when a package is named as a reserved word) il y a 18 ans
  peter_backlund b4012c6f86 Web service now uses SystemEvents interface to place incoming registration attempts on queue. JMS is now isolated to the infrastructure.messagning.jms package. il y a 18 ans
  peter_backlund f1ee998456 Introduced infrastructure.messagning.jms package and moved all consumers and the implementation of SystemEvents there. il y a 18 ans
  peter_backlund c44996ccef Renamed DomainEventNotifer to SystemEvents and moved out to application layer. il y a 18 ans
  peter_backlund 6e95839829 Moved scenario tests into separate subpackage under src/test il y a 18 ans
  peter_backlund 60245479bf Consolidated HandlingEventService.register() and the registration attempt queue consumer, and stubbed handling of rejected attempts. il y a 18 ans
  Patrik Fredriksson 68be9472cb Moved Transactionl annotations to implementation as suggested by Spring doc. il y a 18 ans
  Patrik Fredriksson 955884ae58 Started restructuring to make layering more clear il y a 18 ans
  Patrik Fredriksson f1445cfa82 Started restructuring to make layering more clear il y a 18 ans
  peter_backlund 6188e8f0d1 Unused files. il y a 18 ans
  peter_backlund 622072310d Introduced asynchronous processing of incoming handling event registration attempts. il y a 18 ans
  peter_backlund 43c8fa988b Tets fixes - bar is now green again! il y a 18 ans
  peter_backlund d024d9c1cb Introduced Voyage, Schedule and VoyageNumber. CarrierMovement is now a value object, CarrierMovementId is dropped. il y a 18 ans
  peter_backlund c4a0dfb1ee Introduced Voyage, Schedule and VoyageNumber. CarrierMovement is now a value object, CarrierMovementId is dropped. il y a 18 ans
  peter_backlund ce74de83e5 Introduced Voyage, Schedule and VoyageNumber. CarrierMovement is now a value object, CarrierMovementId is dropped. il y a 18 ans
  peter_backlund 5dbf494e26 Introduced Voyage, Schedule and VoyageNumber. CarrierMovement is now a value object, CarrierMovementId is dropped. il y a 18 ans
  peter_backlund e8005fc51f Introduced Voyage, Schedule and VoyageNumber. CarrierMovement is now a value object, CarrierMovementId is dropped. il y a 18 ans
  peter_backlund 9b5f0933d0 Introduced Voyage, Schedule and VoyageNumber. CarrierMovement is now a value object, CarrierMovementId is dropped. il y a 18 ans
  peter_backlund 5b8559f2f9 Moved "assignToRoute" into Cargo and removed the service method. il y a 18 ans
  peter_backlund 7019d28e3a Test fixes il y a 18 ans
  peter_backlund 58f881ec54 Domain object utils il y a 18 ans
  peter_backlund 571777f975 Use null object for carrier movement il y a 18 ans
  peter_backlund b32e5b6596 Refactored test to reflet introduction of handling event factory il y a 18 ans
  peter_backlund 141f4abc43 Created test for handling event factory il y a 18 ans
  peter_backlund 61ea89e1c6 Removed unused class il y a 18 ans
  peter_backlund e335d1895b Refactored construction of HandlingEvent instance into a factory, which uses repositories for assembly. il y a 18 ans
  peter_backlund 27f083ba00 Fixed constructor call il y a 18 ans
  peter_backlund 9837516fd3 Adapted currentCarrierMovement and currentLocation to null object pattern il y a 18 ans
  peter_backlund 3f7a97641f Tests adapted to changes in HandlingEvent and CarrierMovement il y a 18 ans
  peter_backlund c80681a054 Added departure time and arrival time to carrier movement. il y a 18 ans
  peter_backlund ab5856ab81 Introduced sample carrier movements, similar to the sample locations il y a 18 ans
  peter_backlund b2abeda871 Javadoc updates il y a 18 ans
  peter_backlund c8666e706d Removed reference in comment about thread-based implementation il y a 18 ans
  peter_backlund 6a62c217b7 Stubbed specification tests, not complete yet il y a 18 ans
  peter_backlund 24b8077830 Simple util to build Dates from Strings il y a 18 ans
  peter_backlund 66655da85a Double-check received itineraries against route specification before returning them to caller. il y a 18 ans
  peter_backlund ce05df04d9 Added accessor for arrival deadline field il y a 18 ans
  peter_backlund a0603d0f36 Tests for Patrik's specification pattern implementation il y a 18 ans
  peter_backlund d7892ed38a Included Patrik's specification pattern implementation il y a 18 ans
  peter_backlund 5e91f36c90 Removed unused application context definition files il y a 18 ans
  peter_backlund 174ba9123c Removed unused thread-based asynchronous message service implementation il y a 18 ans
  peter_backlund 41cd04b081 Eliminated redundant check in equals() il y a 18 ans