Deployment - App Server:
- tomcat/shared/classes/alfresco/extension/subsystems/{category}/{type} - extension properties and Spring Beans
- The Java class implementation does not lend itself very well to be directly deployed directly to the application server. Use a repository AMP SDK project instead, see below.
Deployment All-in-One SDK project:
- aio/platform-jar/src/main/resources/alfresco/subsystems/{category}/{type} - extension component properties and Spring Beans
- aio/platform-jar/src/main/java/{custom package path} - extension implementation classes