Deployment - App Server:
- tomcat/shared/classes/alfresco/web-extension/custom-slingshot-application-context.xml - the Spring Bean definition goes into this file
Custom evaluator implementations in Java does not lend themselves to be manually deployed into the application server.
Use a Share JAR SDK project instead.
Deployment All-in-One SDK project:
- aio/share-jar/src/main/resources/alfresco/web-extension/share-jar-slingshot-application-context.xml - the Spring Bean definition goes into this file
- aio/share-jar/src/main/java/{custom package path} - the Java implementation of the evaluator goes into this directory