Deployment - App Server:
A custom form processor is implemented in Java, which is not suitable for manual installation into a Content Services installation. Use a platform/repository JAR project instead.
Deployment All-in-One SDK project:
- aio/platform-jar/src/main/java/{custom package path} - Java form processor implementation, including supporting classes for field, item etc.
- aio/platform-jar/src/main/resources/alfresco/module/platform-jar/context/service-context.xml - Form Processor Spring Bean definition
Note: invocation of a form processor is done from the Share side, see
sample code links below.