Johan Östling
12dac41451
Fix pom for Scala build
Fix compile error in CargoTest
10 vuotta sitten
Dan Eidmark
4996797d17
Implement Itinerary in scala
10 vuotta sitten
Markus Lindgren
8d7423e0bd
Change view technology from jsp to thymeleaf in tracking application.
11 vuotta sitten
marlin
35d5f3a0cd
Removed explicit jetty plugin version.
11 vuotta sitten
Johan Östling
e4fb327d59
Fix maven build warnings:
- set plugin versions
- specify resource encoding
11 vuotta sitten
marlin
a594af7b87
Bump Spring to 4.2.1.
11 vuotta sitten
marlin
97d7574221
Bump Hibernate from 3 to 4.
11 vuotta sitten
Dan
1e6ed67121
Updated junit to 4.12 and created a base for the hibernate tests
11 vuotta sitten
marlin
462bf5b2af
Enabled CargoAdminControllerTest by updating the servlet-api version.
11 vuotta sitten
Patrik Fredriksson
3f4ea4cbe4
Upped version
11 vuotta sitten
Patrik Fredriksson
77438b48fc
sf -> gihub
11 vuotta sitten
marlin
637fa1d93e
Bumped Java to 1.8, Spring to 4.1.4 and Apache CXF to 3.0.3.
11 vuotta sitten
Patrik Fredriksson
eb92ab71d1
Restructured.
11 vuotta sitten
peter_backlund
c2faba6eb7
Added jetty port parameter to top level pom, upgraded to Hiberate 3.3.2.GA.
16 vuotta sitten
peter_backlund
8d0a5546a5
Rearranged contributors in pom.xml, added empty README, changed default goal to install
16 vuotta sitten
peter_backlund
dc8d27665b
Print test failures to standard out, added modules subsection to site.
16 vuotta sitten
peter_backlund
3b0642e207
Added PDF support to web frontend, using URL suffix. Cleaned up a few dependencies.
17 vuotta sitten
peter_backlund
13843bcb9b
Completed transition to annotation-based wiring. Booking UI now runs in external jvm against RMI interface.
17 vuotta sitten
peter_backlund
54b8b61922
Huuuuge commit: restructured into project hierarchy, no other code changes. Everything compiles, tests run, but deployment is broken and will be remodeled.
17 vuotta sitten
peter_backlund
f8a01cfd96
Added CGLIB dep, fixed Jetty plugin version, specified resources file encoding to silence warning
17 vuotta sitten
peter_backlund
4f06bb49ea
Rewrote cargo scenario test to use Hamcrest matchers.
Added a succesful cargo delivery scenario.
17 vuotta sitten
peter_backlund
073c0dad8b
Use version property for slf4j
17 vuotta sitten
peter_backlund
8f30715264
Removed an unneeded dependency exclusion, added default goal (package)
17 vuotta sitten
peter_backlund
adfeb3e6c2
[maven-release-plugin] prepare for next development iteration
17 vuotta sitten
peter_backlund
199068a0cb
Trunk now rolls 1.2.0-SNAPSHOT
17 vuotta sitten
peter_backlund
0f78685040
[maven-release-plugin] prepare release dddsample-1.1.0
17 vuotta sitten
peter_backlund
6a42ea4c04
Slow java.net repositories are no longer needed.
17 vuotta sitten
peter_backlund
e7c3b3509a
Polished the pom a little.
17 vuotta sitten
peter_backlund
dccfe277c9
Documentation updates.
Made a couple of dependencies explicit to work around deficiencies in the Eclipse plugin.
17 vuotta sitten
peter_backlund
6ad6eb6c9c
Moved checkstyle config to src/main/config
17 vuotta sitten
peter_backlund
69f0d86573
Fixed a classpath problem when running Cobertura (conflicting versions of slf4j were being pulled in).
17 vuotta sitten
peter_backlund
01c65767cf
A few checkstyle report fixes - only ~1200 errors to go!
Moved DDD pattern interfaces to doman.shared
17 vuotta sitten
peter_backlund
692326e41c
Removed email addresses
17 vuotta sitten
peter_backlund
61b7fe0138
HandlingEventService.registerHandlingEvent() signature takes value objects instead of HandlingEventRegistrationAttempt, decoupling it from message queues.
Creating sample data using domain objects and storing with Hibernate, for simplicity.
Estimated time of arrival is now a property of the Cargo aggregate.
Tracking web interface has new look for 1.1.
Admin interface shows more time related information.
Serverside now handles change of destination (no UI yet though)
17 vuotta sitten
peter_backlund
5da56ab2e9
Generated Java classes from WSDL for the handling report web service, under com.aggregator. Eliminated related handwritten Java code.
17 vuotta sitten
peter_backlund
596afcf9d1
17 vuotta sitten
peter_backlund
ca7aad1e80
Added slf4j-log4j compatibility jar
17 vuotta sitten
peter_backlund
956b3b9b36
Package the booking facade classes in a separate jar
17 vuotta sitten
peter_backlund
17ec508c32
Don't generate dedicated pom for ws-client artifact, pulls in unneeded deps in the incident logging application.
17 vuotta sitten
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.
18 vuotta sitten
peter_backlund
fbcada7479
Brought tests up to speed with code changes.
18 vuotta sitten
peter_backlund
563764535e
iface package is now interfaces
18 vuotta sitten
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)
18 vuotta sitten
peter_backlund
d834457a58
Merged changes from 1.0 branch back to trunk
18 vuotta sitten
peter_backlund
6f0b9fb3f0
Javadoc improvements, mainly at the package level.
18 vuotta sitten
peter_backlund
60a1c327af
Added Eric as team member in the pom
18 vuotta sitten
peter_backlund
3078fe812b
Reorganized package structure in accordance with the mailing list proposal, with domain and application top level package split.
18 vuotta sitten
peter_backlund
f05fe4e2a6
Excluded transitive dependency on JAXB 2.0 from ActiveMQ
18 vuotta sitten
Jesper Hammarbäck
1bd610bb42
Added CheckStyle report generation.
18 vuotta sitten
peter_backlund
ce9f0f97a8
Big slew of changes (too big) leading up to draft presentation:
Removed unneeded constructors in Cargo and UnLocode.
Fixed spelling error in StatusCode - "e before i except after c", or whatever that was :-)
Cascade Itinerary/Leg on Cargo persist.
Cargo registration and routing web administration interface.
Better randomization in RoutingServiceImpl.
Replaced more test locations with the SampleLocations instances.
18 vuotta sitten