74 Коммиты (d4e242e1fa463bdfd4f81a3fe944da506574ab46)
 

Автор SHA1 Сообщение Дата
  peter_backlund d4e242e1fa Removed redundant null check. 18 лет назад
  peter_backlund a5b9399b19 Added unit test for event registration web service. 18 лет назад
  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> 18 лет назад
  peter_backlund 22fdbe5c35 Added a few reports, pointed the online source repository to ddd.sventon.org. 18 лет назад
  jorgen_falk e9b47376b6 Added Location to HandlingEvent c-tor 18 лет назад
  jorgen_falk b0e13bf4f9 Added Location to HandlingEvent c-tor (forced commit) 18 лет назад
  peter_backlund d1628e710a HandlingEventService now has a single, strongly typed method for registering events. 18 лет назад
  peter_backlund e0ca0b99c6 Made Cargo-HandlingEvent relation bidirectional again, with DeliveryHistory in the middle. 18 лет назад
  jorgen_falk 39def1ed33 Moved the HandlingEvent Comparator from DeliveryHistory to HandlingEvent 18 лет назад
  jorgen_falk b8a12b0e84 Added some more test data 18 лет назад
  peter_backlund 6831952b05 Restore DeliveryHistory (for now). 18 лет назад
  peter_backlund 1113a6c978 - Persistent implementations of all repositories are in place, with tests and sample data generation. 18 лет назад
  jorgen_falk abf2f02137 Removed DeliveryHistory, part 1. Need to do some more clean up, specially with the InMem repositories 18 лет назад
  jorgen_falk c6fe368584 Added Location to HandlingEvent 18 лет назад
  peter_backlund e4a93041ca Use toString() for retrieving a string representation of TrackingId and CarrierId instead of repeated id accessor. 18 лет назад
  peter_backlund e6f539a7a0 Added missing expectation on Session. 18 лет назад
  jorgen_falk ae22881faa Modified domain objects. Removed 'get' and 'set' prefix from getters&setters 18 лет назад
  peter_backlund d9117c08c6 Introduced UUID, timeRegistered property and sameAs/equals for HandlingEvent. 18 лет назад
  peter_backlund 4f9d4d3079 Introduced DTOs at the service layer level, decoupling the web interface from the domain model. 18 лет назад
  peter_backlund e35dea1beb Bean id reference fixed. 18 лет назад
  peter_backlund bdb9044e7e Use CarrierId instead of String as CarrierMovement identifier. 18 лет назад
  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. 18 лет назад
  jorgen_falk 7ec3437e26 Changed persistence layer to point to the InMem repositories 18 лет назад
  peter_backlund 21ffa2b051 Domain model persisted using Hibernate annotations. 18 лет назад
  peter_backlund a324fe0328 Sitemesh introduced, slight rearranging of JSP structure. 18 лет назад
  peter_backlund 123d3c76f3 Silence EhCache config file warning. 18 лет назад
  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 18 лет назад
  jorgen_falk 4a90b167df Added check for adding HandlingEvents with the same timestamp. This will now cause a IllegalArgumentExcpetion to be thrown 18 лет назад
  jorgen_falk 956b702ece Added two new Handling Events: RECEIVE and CLAIM 18 лет назад
  jorgen_falk f0f905fe9c Modified styles again (minor change) 18 лет назад
  jorgen_falk 436c3b4667 Modified style sheet (minor change) 18 лет назад
  jorgen_falk a54c906788 removed @override for method public int comparesTo(HandlingEvent o) 18 лет назад
  jorgen_falk 7127e8d052 Added new style sheet 18 лет назад
  jorgen_falk 2edc8cc697 Added new style sheet 18 лет назад
  jorgen_falk 343ac1f0b8 Added new style sheet 18 лет назад
  peter_backlund feb0a349ca Tightened the CargoTrackingController a bit, treating "no cargo found" same way as a binding error 18 лет назад
  jorgen_falk 604e60c2a7 Modifed start page to view delivery history 18 лет назад
  jorgen_falk 671175a783 Modified configuration of jetty plugin to do automatic re-deploy. Set scan interval to 10 sec 18 лет назад
  jorgen_falk de2e4b0f31 Modified workflow in web gui to present the search result and search form in same view (start.jsp) 18 лет назад
  jorgen_falk 5facec9b3c Added SpringMVC ExceptionHandler 18 лет назад
  jorgen_falk 3d62dcea98 Moved TrackCommandValidatorTest from src/main/java to src/test/java 18 лет назад
  jorgen_falk b28377caa6 Added missing import se.citerus.dddsample.web.command 18 лет назад
  peter_backlund 124f421db2 Test for track command validator. 19 лет назад
  Patrik Fredriksson 1731c4141f Removed file used for svn hook test. 19 лет назад
  Patrik Fredriksson 44bbbc01d6 Testing svn hook. 19 лет назад
  Jesper Hammarbäck 9edfb509f2 Created command package. 19 лет назад
  peter_backlund ed14cbc52a Introduced EasyMock and improved service layer test to verify transaction demarcation. 19 лет назад
  peter_backlund ea736af6e8 Test for CargoTrackingController. 19 лет назад
  peter_backlund 2c6d0bfef2 Explicit tld configuration and exploded directory is redundant, loaded from classpath by container. 19 лет назад
  peter_backlund 402115837f Renamed ON/OFF events LOAD/UNLOAD (missed a few files) 19 лет назад