Media Summary: How to implement a derived collection on a domain object. Separating out the responsibilities of the persistent domain entities from those of view models that act upon those domain entities. Shows how to refactor a domain object to move an action implementation out of the domain object itself, and instead implement as ...
027 Apache Isis Integration Testing - Detailed Analysis & Overview
How to implement a derived collection on a domain object. Separating out the responsibilities of the persistent domain entities from those of view models that act upon those domain entities. Shows how to refactor a domain object to move an action implementation out of the domain object itself, and instead implement as ... How to rename a menu (on the top-level menubar) as rendered in the Importing an application generated by the How the framework uses the AppManifest class to bootstrap the application.
How to use the choicesXxx(...) supporting method to provide a drop-down list for parameters to actions that are for reference types ... Using the FixtureScript defaultParam(...) method to reflectively default parameters to fixture scripts that have not been set by the ... Using fixture scripts to initialize the database, eg while prototyping and for demos.