221 Révisions (21028ffec1e57778af7dfa1bc38b8dd2291268d5)
 

Auteur SHA1 Message Date
  peter_backlund 21028ffec1 [maven-release-plugin] copy for tag register-app-1.0 il y a 18 ans
  peter_backlund d96ca4e781 [maven-release-plugin] prepare release register-app-1.0 il y a 18 ans
  peter_backlund 678cb74514 Depend on dddsample 1.0 il y a 18 ans
  peter_backlund 08e05f9647 [maven-release-plugin] prepare for next development iteration il y a 18 ans
  peter_backlund 695bcf915c [maven-release-plugin] prepare release register-app-1.0-RC1 il y a 18 ans
  peter_backlund 9b38801b17 Depend on dddsample 1.0 RC1 il y a 18 ans
  peter_backlund e9ffa7aa44 Added SCM info to pom.xml il y a 18 ans
  peter_backlund f160f00e1c Moved MVC parts from dddsample.application.web to dddsample.ui, in line with the book's definition of the UI layer. il y a 18 ans
  peter_backlund fe1d1cc858 Introduced a cargo tracking view adapter. il y a 18 ans
  peter_backlund df1f13a62f Load app.properties from current dir first, then from root of classpath if not found, which makes it possible to both run in development mode inside the IDE and to edit the file to point at any WSDL URL in distributed mode. il y a 18 ans
  peter_backlund 1339c93f3d Introduced dropdown for event type selection, changed application title to "Incident Logging Application", which is the term used in the book. il y a 18 ans
  peter_backlund 9bfd36091b Updated web service API usage to current core app. il y a 18 ans
  peter_backlund c0197c1d42 Restructured the routing team code slightly il y a 18 ans
  peter_backlund 41f76db69e Removed loadForRouting() from domain service layer, since it only delegated to repository. Remote facade in application layer now calls repository directly. il y a 18 ans
  peter_backlund b3350cd3ea Renamed CargoService.notify() to inspectCargo(), which better reflects what actually happens il y a 18 ans
  peter_backlund 7d5ef264c6 Removed unused relation to HandlingEvent repository, added better explanation of query-and-load in cargoRepository.find() method il y a 18 ans
  peter_backlund 075ab6956a Moved Hibernate mapping files to application.persistence package il y a 18 ans
  peter_backlund e747e828d0 Fixed binding to proper command object for selected itinerary il y a 18 ans
  peter_backlund ef45a376f9 Improved a few sameValueAs/sameIdentityAs, added some TODOS for stuff to remove after branching off 1.0 il y a 18 ans
  peter_backlund bf8492480a Changed to "Tracking History" to "Delivery History" il y a 18 ans
  Patrik Fredriksson 1cf5a134c1 Spelling il y a 18 ans
  Patrik Fredriksson d8847bd9b2 Fixed bug when trying to find a nonexisting cargo. il y a 18 ans
  peter_backlund 6d75c9c0ec Additional improvement to package description. il y a 18 ans
  peter_backlund d3d4e94f75 Slight restructuring of routingteam subpackage to make external API stand out more. il y a 18 ans
  peter_backlund 0d26665c86 Improved package description to explicitly describe the application layer il y a 18 ans
  peter_backlund bb7c704e5d Added arrival deadline date selection to booking/routing dmin interface, and some de-uglification il y a 18 ans
  peter_backlund 743d5d7bc1 Moved domain service implementations into impl subpackage il y a 18 ans
  peter_backlund 2f021ac340 Made UnLocode implement ValueObject il y a 18 ans
  peter_backlund 937d223dc8 Explicit error handling methods for each catch clause il y a 18 ans
  peter_backlund 5b8b608d4f Renamed mutator of destination to "changeDestination()" il y a 18 ans
  Patrik Fredriksson 4b76dbf672 Added links for the patterns reference. il y a 18 ans
  Patrik Fredriksson 362b888311 Added patterns reference stub. il y a 18 ans
  Patrik Fredriksson 2cd96504e8 Added deployment and aggregates diagrams. il y a 18 ans
  Patrik Fredriksson d35d18979a Added section of aggregates. il y a 18 ans
  Patrik Fredriksson 84de16ccc7 Updated source links to use xref instead of sventon. il y a 18 ans
  Patrik Fredriksson 49ff20323f Added building blocks text. il y a 18 ans
  peter_backlund 6f0b9fb3f0 Javadoc improvements, mainly at the package level. il y a 18 ans
  peter_backlund 75a1bf4293 Removed no longer used embeddable annotation il y a 18 ans
  peter_backlund fb0078b41e Improvements to the site il y a 18 ans
  peter_backlund 60a1c327af Added Eric as team member in the pom il y a 18 ans
  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). il y a 18 ans
  peter_backlund 46d06172dc Completed event service renaming il y a 18 ans
  peter_backlund c265df7fa1 Fixed setter call il y a 18 ans
  peter_backlund dfda0ce72b Better factory method names il y a 18 ans
  peter_backlund 59eff65404 Brought EventService closer to the domain by renaming it DomainEventNotifier and use ubiquitous language in the method signatures (fireHandlingEventRegistered is now cargoWasHandled) in order to make it naturally fit in among the domain services. il y a 18 ans
  peter_backlund e2bd801c34 Deleted unused class il y a 18 ans
  Patrik Fredriksson 756eb78f5d Fixed incorrect package reference. il y a 18 ans
  peter_backlund 56f8843ae3 Package "remote" renamed "remoting" for consistency. il y a 18 ans
  peter_backlund 96a1283520 Slight refinement of packge structure under application - service is split into things like messagning and remoting. il y a 18 ans
  peter_backlund 4e4eaf1600 More explicit flow in notify() for misrouted and unloaded-at-destination cases il y a 18 ans