create project -topLevelPackage com.sefol.PLESpaces
install jpa -provider HIBERNATE -database HYPERSONIC_IN_MEMORY
new persistent class jpa -name ~.domain.AbstractResource -abstract
new persistent class jpa -name ~.domain.PanelSelection -testAutomatically
add field reference jpa -class ~.domain.AbstractResource -fieldName myPanelSelection -type ~.domain.PanelSelection
add field set jpa -class ~.domain.PanelSelection -fieldName selectedResources -element ~.domain.AbstractResource -mappedBy myPanelSelection -notNull false
new controller automatic -name ~.web.PanelSelectionController -formBackingObject ~.domain.PanelSelection