90 Revize (7613908c1eaef8cfa36f19d5c19583d5708c0088)
 

Autor SHA1 Zpráva Datum
  peter_backlund 7613908c1e Failing scenario test for a routing service, with a few added skeleton interfaces, domain classes and methods. před 18 roky
  peter_backlund e1f739c4f9 Use a proper Hibernate configuration file. před 18 roky
  peter_backlund 130d3bfd0c Use Location.UNKNOWN to signal unknown location instead of null před 18 roky
  peter_backlund d3f27ad4d9 Added missing commons-io dependency před 18 roky
  peter_backlund 8bebb4a8c8 Added an ability to import the actual UN Locode database from CSV, as a servlet context hook (not activated yet though). před 18 roky
  peter_backlund 9dfbdf5ce6 Introduced a UnLocode class, consistent with CarrierMovementId and TrackingId for CarrierMovement and Cargo, respectively. před 18 roky
  jorgen_falk ac9066c324 Added first shot with gui validation. Note: need improvement... před 18 roky
  jorgen_falk 463ff157b9 Added start shell script před 18 roky
  jorgen_falk 822327d7b1 Modified GUI to use DefaultFormBuilder. před 18 roky
  jorgen_falk 31912b0410 Deleted Eclipse files před 18 roky
  jorgen_falk dc4caf5ccb Modified inclusion pattern in jar plugin to inlcude all flies and all folders under .../ws/ před 18 roky
  jorgen_falk 96cebe0132 Removed accidentay added target folder před 18 roky
  jorgen_falk 17a7baa2c2 Initial import of HandlingEvent registration application před 18 roky
  jorgen_falk 8f09ec3850 Added locationRepository bean to test context. před 18 roky
  jorgen_falk 02b9f2998c Added LocationRepository před 18 roky
  peter_backlund 13bc89c5e9 Suggestion for handling domain validation as close to each domain object as possible - Location now requires UN locode argument to constructor to match a certain regexp, and each HandlingEvent.Type may answer type.requiresCarrierMovement() and type.prohibitsCarrierMovement(), evaluated from HandlingEvent constructor. před 18 roky
  peter_backlund d4e242e1fa Removed redundant null check. před 18 roky
  peter_backlund a5b9399b19 Added unit test for event registration web service. před 18 roky
  jorgen_falk 5f14707498 Replaced ellipsis argument in DeliveryHistory.addEvents() with two methods; one that takes a single HandlingEvent and one that takes a Collection<HandlingEvent> před 18 roky
  peter_backlund 22fdbe5c35 Added a few reports, pointed the online source repository to ddd.sventon.org. před 18 roky
  jorgen_falk e9b47376b6 Added Location to HandlingEvent c-tor před 18 roky
  jorgen_falk b0e13bf4f9 Added Location to HandlingEvent c-tor (forced commit) před 18 roky
  peter_backlund d1628e710a HandlingEventService now has a single, strongly typed method for registering events. před 18 roky
  peter_backlund e0ca0b99c6 Made Cargo-HandlingEvent relation bidirectional again, with DeliveryHistory in the middle. před 18 roky
  jorgen_falk 39def1ed33 Moved the HandlingEvent Comparator from DeliveryHistory to HandlingEvent před 18 roky
  jorgen_falk b8a12b0e84 Added some more test data před 18 roky
  peter_backlund 6831952b05 Restore DeliveryHistory (for now). před 18 roky
  peter_backlund 1113a6c978 - Persistent implementations of all repositories are in place, with tests and sample data generation. před 18 roky
  jorgen_falk abf2f02137 Removed DeliveryHistory, part 1. Need to do some more clean up, specially with the InMem repositories před 18 roky
  jorgen_falk c6fe368584 Added Location to HandlingEvent před 18 roky
  peter_backlund e4a93041ca Use toString() for retrieving a string representation of TrackingId and CarrierId instead of repeated id accessor. před 18 roky
  peter_backlund e6f539a7a0 Added missing expectation on Session. před 18 roky
  jorgen_falk ae22881faa Modified domain objects. Removed 'get' and 'set' prefix from getters&setters před 18 roky
  peter_backlund d9117c08c6 Introduced UUID, timeRegistered property and sameAs/equals for HandlingEvent. před 18 roky
  peter_backlund 4f9d4d3079 Introduced DTOs at the service layer level, decoupling the web interface from the domain model. před 18 roky
  peter_backlund e35dea1beb Bean id reference fixed. před 18 roky
  peter_backlund bdb9044e7e Use CarrierId instead of String as CarrierMovement identifier. před 18 roky
  peter_backlund cd7e3969e7 Made persistence configuration less intrusive by going with defaults everywhere, making it easier on the eyes. Empty default constructors are pushed to the bottom of the class. před 18 roky
  jorgen_falk 7ec3437e26 Changed persistence layer to point to the InMem repositories před 18 roky
  peter_backlund 21ffa2b051 Domain model persisted using Hibernate annotations. před 18 roky
  peter_backlund a324fe0328 Sitemesh introduced, slight rearranging of JSP structure. před 18 roky
  peter_backlund 123d3c76f3 Silence EhCache config file warning. před 18 roky
  jorgen_falk 6bdd23fa95 Removed auto deploy (the scanIntervalSeconds confguration property) since this seems to cause problems with file locking in the hsql database when auto deploy tries to reload the database schema před 18 roky
  jorgen_falk 4a90b167df Added check for adding HandlingEvents with the same timestamp. This will now cause a IllegalArgumentExcpetion to be thrown před 18 roky
  jorgen_falk 956b702ece Added two new Handling Events: RECEIVE and CLAIM před 18 roky
  jorgen_falk f0f905fe9c Modified styles again (minor change) před 18 roky
  jorgen_falk 436c3b4667 Modified style sheet (minor change) před 18 roky
  jorgen_falk a54c906788 removed @override for method public int comparesTo(HandlingEvent o) před 18 roky
  jorgen_falk 7127e8d052 Added new style sheet před 18 roky
  jorgen_falk 2edc8cc697 Added new style sheet před 18 roky