App that demonstrates the Apache Isis programming model.

Clone this repo:
  1. cb22e04 adds error scenario that visitAt when bookVisit must be in future by Dan Haywood · 2 years, 7 months ago main tags/09-01-bookVisit-integ-test
  2. f1a4dc2 adds error scenario for bookVisit that a reason is required by Dan Haywood · 2 years, 7 months ago
  3. 7f32eac adds happy case for Pet#bookVisit integ test by Dan Haywood · 2 years, 7 months ago
  4. 466f334 adds Bootstrap_IntegTest to check the visits module bootstrapping by Dan Haywood · 2 years, 7 months ago
  5. ec0f2df adds application-test.yml for visits module by Dan Haywood · 2 years, 7 months ago
  6. b2b9558 adds VisitsModuleIntegTestAbstract, to bootstrap tests by Dan Haywood · 2 years, 7 months ago
  7. 015ede4 adds integtest dependency for visits module by Dan Haywood · 2 years, 7 months ago
  8. 5fe75c9 updates HomePageViewModel to use VisitPlusPetOwner view model by Dan Haywood · 2 years, 7 months ago tags/08-03-view-model-projecting-an-entity
  9. 2bea562 adds VisitPlusPetOwner view model by Dan Haywood · 2 years, 7 months ago
  10. c387532 Adds bookVisit mixin for HomePageViewModel by Dan Haywood · 2 years, 7 months ago tags/08-02-home-page-bookVisit-convenience-action
  11. c468f23 adds columnOrders for 2 new collections of HomePageViewModel by Dan Haywood · 2 years, 7 months ago tags/08-01-home-page-additional-collections
  12. 6bfedbc renames columnOrder for HomePageViewModel objects to petOwners by Dan Haywood · 2 years, 7 months ago
  13. 1cf7e40 updates layout file for HomePageViewModel with new collections by Dan Haywood · 2 years, 7 months ago
  14. addc7f7 extends HomePageViewModel to show 3 collections of all ... by Dan Haywood · 2 years, 7 months ago
  15. 05e8437 updates VisitRepository to inherit from JpaRepository rather than by Dan Haywood · 2 years, 7 months ago
  16. 0c90488 updates PetRepository to inherit from JpaRepository rather than by Dan Haywood · 2 years, 7 months ago
  17. e0184bc adds subscriber for Visits to veto delete of PetOwner if any of its Pets by Dan Haywood · 2 years, 7 months ago tags/07-01-delete-action-events
  18. 47726c7 adds subscriber for Pets to cascade delete if PetOwner is deleted by Dan Haywood · 2 years, 7 months ago
  19. 8092855 reworks PetOwner_delete to emit domain events. by Dan Haywood · 2 years, 7 months ago
  20. 9f15d3f adds unit test for Pets_bookVisit by Dan Haywood · 2 years, 7 months ago tags/06-01-unit-test-bookVisit-default-time