cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Session implementations

jackpark
Champ in-the-making
Champ in-the-making
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
1 REPLY 1

davidc
Star Contributor
Star Contributor
You can register custom models with the Repository.  Instructions for doing so can be found at http://wiki.alfresco.com/wiki/Developer_Guide#Developing_against_the_Alfresco_Repository.

General configuration instructions can be found at http://wiki.alfresco.com/wiki/Repository_Configuration.