6 Коммиты (61f5b12899e908abd0675982eed7ae0857c5da5d)

Автор SHA1 Сообщение Дата
  marlin 61f5b12899 Revert "Refactor." 11 лет назад
  Markus Lindgren 1bc9c9ac72 Refactor. 11 лет назад
  Decker108 82badfbee1 Fixed incorrect indentation 11 лет назад
  Decker108 e6ca23b5f0 Refactored code to remove warnings 11 лет назад
  marlin 637fa1d93e Bumped Java to 1.8, Spring to 4.1.4 and Apache CXF to 3.0.3. 11 лет назад
  Patrik Fredriksson eb92ab71d1 Restructured. 11 лет назад
  peter_backlund 9e09bbb94c More Cleanup 17 лет назад
  peter_backlund c6f4c3fc06 Ran "format code" on the entire code base. No other changes in this commit. 17 лет назад
  peter_backlund 8929b0e240 Added assertions to HandlingHistory that ensures that it refers to a unique cargo, and that a Cargo can't derive its delivery progress from a handling history of another cargo. There are also two descriptive static factory methods for the different possibilities of creating a HandlingHistory. 17 лет назад
  peter_backlund 7f48617bf4 Renamed DeliveryHistory to HandlingHistory. 17 лет назад
  peter_backlund 85ae33b72f Using HandlingEventRepository for tracking view. 17 лет назад
  peter_backlund 563764535e iface package is now interfaces 18 лет назад
  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 лет назад
  peter_backlund 622072310d Introduced asynchronous processing of incoming handling event registration attempts. 18 лет назад
  peter_backlund f160f00e1c Moved MVC parts from dddsample.application.web to dddsample.ui, in line with the book's definition of the UI layer. 18 лет назад
  peter_backlund fe1d1cc858 Introduced a cargo tracking view adapter. 18 лет назад
  peter_backlund 6f0b9fb3f0 Javadoc improvements, mainly at the package level. 18 лет назад
  peter_backlund a96af1896c Cargo tracking web interface now sits immediately on top of the domain layer, forming one of the "user interface extremes" (the other one being complete remote-DTO-separation). 18 лет назад
  Patrik Fredriksson 756eb78f5d Fixed incorrect package reference. 18 лет назад
  peter_backlund 96a1283520 Slight refinement of packge structure under application - service is split into things like messagning and remoting. 18 лет назад
  peter_backlund 3078fe812b Reorganized package structure in accordance with the mailing list proposal, with domain and application top level package split. 18 лет назад
  peter_backlund b98d2a8022 Purged last DTO from domain service layer, in preparation for a combination of dedicated remote facade with DTO assembly (booking application) and working directly against the domain service layer (tracking web interface). 18 лет назад
  peter_backlund 7a5983f3ae Split CargoService into BookingService and TrackingService. 18 лет назад
  Jesper Hammarbäck 07e2bd6139 Added Checkstyle configuration file that checks the sun coding conventions. 18 лет назад
  peter_backlund da0b6a059c Added CargoService.registerNew, which assigns a tracking id to a cargo and stores it. 18 лет назад
  peter_backlund 4d94406f1e Added asynchronous event emission whenever a handling event is registered, so that interested parties can be notified if a cargo is misdirected (is unloaded, is late, has arrived, or whatever). 18 лет назад
  peter_backlund c39ac98777 Improved CargoWithHistoryDTO, added message resource bundling 18 лет назад
  peter_backlund 4f9d4d3079 Introduced DTOs at the service layer level, decoupling the web interface from the domain model. 18 лет назад
  jorgen_falk f0f905fe9c Modified styles again (minor change) 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 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 b28377caa6 Added missing import se.citerus.dddsample.web.command 18 лет назад
  peter_backlund ea736af6e8 Test for CargoTrackingController. 19 лет назад
  Jesper Hammarbäck e22af37f04 Added a simple form for user input. 19 лет назад