peter_backlund
cd3020da7a
A few minor method name changes and documentation imrpovements
vor 17 Jahren
peter_backlund
04123fd15d
Adapted tests to recent changes, removed a few redundant utilities.
vor 17 Jahren
peter_backlund
924b0784c8
Asynchronous update of the Cargo aggregate. Several properties of the Cargo aggregate are now calculated and persisted, on handling (asynchronously) and on changes to routing (synchronously, since that's inside the cargo aggregate).
Relation between Cargo and its complete delivery history (handling events) is now replaced by explicit repository lookup at the time of cargo status update.
The copy() method on value objects is removed.
All enums in the cargo are now value objects.
vor 17 Jahren
peter_backlund
c13319f3ed
Get registration date from attempt, removed redundant null check.
vor 17 Jahren
peter_backlund
e9fe35da93
Don't clone date in getter
vor 17 Jahren
peter_backlund
88e248c3c4
Getting dates for Legs from TransitEdge.
vor 17 Jahren
peter_backlund
85ae33b72f
Using HandlingEventRepository for tracking view.
vor 17 Jahren
peter_backlund
03bc69c8b2
Restructured contexts slightly.
vor 17 Jahren
peter_backlund
e6a0b00a80
Arrival deadline date is now passed as parameter into booking facade (not read from request parameter yet though).
vor 17 Jahren
peter_backlund
cb2ef14e30
Moved some parse calls out of a loop that only need to happen once per report.
vor 17 Jahren
peter_backlund
88a6b52e99
Added log4j configuration servlet context listener
vor 17 Jahren
peter_backlund
78c481fbc8
Added dates to TransitEdge, fixed RMI exposure of Pathfinder service
vor 17 Jahren
peter_backlund
ca7aad1e80
Added slf4j-log4j compatibility jar
vor 17 Jahren
peter_backlund
74371c806b
Split the tracking and booking web interfaces to separate dispatcher servlets, to clarify the fact that the booking web app is external and could be run in a different JVM or be replaced by a thick client.
vor 17 Jahren
peter_backlund
956b3b9b36
Package the booking facade classes in a separate jar
vor 17 Jahren
peter_backlund
45d37263e5
Reorganized booking facade + DTOS to make it clear what the API facing the client is, and to facilitate packaging of a distributable jar.
vor 17 Jahren
peter_backlund
835fb6f73d
Added limitation properties such as deadline date to graph traversal service API.
GraphDAO no longer uses the database, simply hardcoded for simplicity.
vor 17 Jahren
peter_backlund
ed4bd9569e
Restructured the context files to be organized per layer, and moved the external graph traversal application to its own, separate context. Communication is now through RMI.
vor 17 Jahren
peter_backlund
ecd3c783d3
Improved documentation
vor 17 Jahren
peter_backlund
ac016503c6
Validate that origin and destination are different
vor 17 Jahren
peter_backlund
f89fdbb63f
Made method parameter final
vor 17 Jahren
peter_backlund
dc89bc5e2f
Improved documentation
vor 17 Jahren
peter_backlund
a255cd82a7
Removed duplicate test class
vor 17 Jahren
peter_backlund
0e7ce21cf3
Moved transaction demarcation from ExternalRoutingServiceImpl into pathfinder application, improved documentation.
vor 17 Jahren
peter_backlund
c4794cf943
Moved external context application that find shorts path in a graph to separate package hierarchy altogether: com.partner.pathfinder.
vor 17 Jahren
peter_backlund
17ec508c32
Don't generate dedicated pom for ws-client artifact, pulls in unneeded deps in the incident logging application.
vor 17 Jahren
peter_backlund
f6083400b6
Implemented RouteSpecification.isSatisfiedBy()
vor 17 Jahren
peter_backlund
7159fb2902
Deleted file
vor 17 Jahren
peter_backlund
e0fbdafafa
Voyage
vor 17 Jahren
peter_backlund
7e3a49dc3d
TrackingService
vor 17 Jahren
peter_backlund
d032c94a7b
Handling
vor 17 Jahren
peter_backlund
2fb2a8b87b
Cargo now requires a route specification on creation.
vor 17 Jahren
peter_backlund
062a17bf97
Test fixes
vor 17 Jahren
peter_backlund
acdc8190f7
Work correctly with route specification.
vor 17 Jahren
peter_backlund
0de52b5490
Wrapping remote booking facade with Hibernate & RMI proxies, added more JMS queues and topics.
vor 17 Jahren
peter_backlund
f193c47ca5
Adapt to changes in Cargo API.
vor 17 Jahren
peter_backlund
b5df79f025
Slight method name and documentation improvements.
vor 17 Jahren
peter_backlund
7a72217f47
Separated parsing to dedicated class HandlingReportParser, various slight improvements.
vor 17 Jahren
peter_backlund
3c6e89e51f
Slight method name and documentation improvements
vor 17 Jahren
peter_backlund
22cf9033f9
Don't span transactions in remote facade, proxy with Hibernate interceptor instead, mirroring the open-session-in-view pattern
vor 17 Jahren
peter_backlund
430392d4cc
Renamed to ApplicationEvents to emphasize application layer home.
vor 17 Jahren
peter_backlund
16ab2a0c5b
Added a logging JMS consumer stub
vor 17 Jahren
peter_backlund
619804c7fa
Switched to Apache CXF for JAX-WS implementation (Metro is truly horrible).
Upgraded Spring, Hibernate, ActiveMQ etc to latest releases, cleaned up the pom a bit. Lived through the farce that is Java logging frameworks, once again...
Some restructuring of web service related classes.
vor 18 Jahren
peter_backlund
fbcada7479
Brought tests up to speed with code changes.
vor 18 Jahren
peter_backlund
ba71015792
Added CSV file upload directory scanning and parsing for registering handling events, and introduced the HandlingReport concept for the web service to receive. It's all a bit sketchy atm.
vor 18 Jahren
peter_backlund
02a798958a
Using the new Cargo ctor with RouteSpecification
vor 18 Jahren
peter_backlund
ba2eb00de4
Added constructor with RouteSpecification and deprecated the old one.
vor 18 Jahren
peter_backlund
58962636a1
Formatting changes
vor 18 Jahren
peter_backlund
d2517ef342
Removed Delivery.currentLocation(), using lastKnownLocation() instead.
vor 18 Jahren
peter_backlund
efa598eb67
Using Voyage.Builder to create sample voyages.
vor 18 Jahren