4 Commits (f2031111ea85fd7abad9fddbe8a48e9fe796da46)

Autor SHA1 Mensaje Fecha
  TMTron 0514a3c8a2 minor: fixed some typos, indentation and compiler warnings hace 8 años
  marlin 99de934ce1 Merged PR "rename names in pathfiner package" with Spring Boot changes. hace 9 años
  marlin 34c2b8432a Changed application context configuration from XML to Java-based and removed RMI dependency between booking and routing context. hace 9 años
  Patrik Fredriksson eb92ab71d1 Restructured. hace 11 años
  peter_backlund 9e09bbb94c More Cleanup hace 17 años
  peter_backlund c6f4c3fc06 Ran "format code" on the entire code base. No other changes in this commit. hace 17 años
  peter_backlund 7bb1898849 Changed idString() methods to stringValue() hace 17 años
  peter_backlund 023a0e1916 Route generation improvments. 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 4593076cf3 Moved pathfinder to directly under com. 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 88e248c3c4 Getting dates for Legs from TransitEdge. 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 0e7ce21cf3 Moved transaction demarcation from ExternalRoutingServiceImpl into pathfinder application, improved documentation. hace 17 años
  peter_backlund c4794cf943 Moved external context application that find shorts path in a graph to separate package hierarchy altogether: com.partner.pathfinder. hace 17 años
  peter_backlund 80173f8775 Moved RoutingService interface back into domain layer, and moved ExternalRoutingService to infrastructure. hace 18 años
  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. hace 18 años
  peter_backlund c3060dbe59 Moved RoutingService to application layer too. hace 18 años
  peter_backlund 622072310d Introduced asynchronous processing of incoming handling event registration attempts. hace 18 años
  peter_backlund e8005fc51f Introduced Voyage, Schedule and VoyageNumber. CarrierMovement is now a value object, CarrierMovementId is dropped. hace 18 años
  peter_backlund 66655da85a Double-check received itineraries against route specification before returning them to caller. hace 18 años
  peter_backlund c0197c1d42 Restructured the routing team code slightly hace 18 años
  peter_backlund 6f0b9fb3f0 Javadoc improvements, mainly at the package level. hace 18 años
  peter_backlund 56f8843ae3 Package "remote" renamed "remoting" for consistency. hace 18 años
  peter_backlund 96a1283520 Slight refinement of packge structure under application - service is split into things like messagning and remoting. hace 18 años
  peter_backlund 3078fe812b Reorganized package structure in accordance with the mailing list proposal, with domain and application top level package split. hace 18 años
  peter_backlund fb448e6d7a Renamed requestPossibleRoutes -> fetchRoutesForSpecification in RoutingService hace 18 años
  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. hace 18 años
  peter_backlund 056fa76c1f Renamed Specification to RouteSpecification, added origin/destination properties. hace 18 años
  Jesper Hammarbäck be4f41598e Extracted DTO assembling code to separate classes. hace 18 años
  Jesper Hammarbäck 07e2bd6139 Added Checkstyle configuration file that checks the sun coding conventions. hace 18 años
  peter_backlund b70480b07a Leg now related to CarrierMovement. hace 18 años
  peter_backlund ce9f0f97a8 Big slew of changes (too big) leading up to draft presentation: hace 18 años
  peter_backlund da0b6a059c Added CargoService.registerNew, which assigns a tracking id to a cargo and stores it. hace 18 años
  peter_backlund c0a5de29c5 Implemented a very efficient, randomized, routing service. hace 18 años