What would be the method of registering a custom Session handler that is responsible for creating, maintaining, and delivering custom node types?
By way of explanation, I wish to create a concept graph where JCR Nodes contain properties some of which define the node and some of which are links to other nodes. I can probably do that with alfresco nodes of one sort or another, but in some cases, I'd like to add some aspects, etc, so I wish to do this in a different namespace.
For example, consider the wiki example. It is fired up with a main() routine but not used at runtime to maintain the wiki. How would one go about mapping the wiki java class into the web client so that alfresco took on a live wiki behavior? (I suppose that's what I am asking).
I antiicpate there is a way to register the wiki java bean somewhere for node services or something along those lines.
Thanks
Jack