> > I just need to figure out how to add create a new Isis Wicket viewer > > panel.. Is it true that all I need to do is create a file in > > "META-INF/services" called: > > "org.apache.isis.viewer.wicket.ui.ComponentFactory" > > that lists the full class name of my > > "CollectionOfEntitiesAsLocatablesFactory" implementation? > > yup, that's all you need to do. It uses the little-used (but part of the > JDK) ServiceLoader API ... see ComponentFactoryRegistrarDefault
It's bits of magic like this that make me go Wow!
