I am interested in creating a custom JavaScript API that will allow me to access Java methods as root objects in JavaScript from within Alfresco. Does anyone have a complete example of how to extend the base class org.alfresco.repo.processor.BaseProcessorExtension and how to configure the resulting bean in Spring? Any guidance/advice will be greatly appreciated.
hi mrogers I'trying to add the method gesElementsByName() but I don't know which bean in script-services-context.xml will match my requirements to add this method. Another question: where can I found the file in which adding this methods?