Which of the following Alfresco Process Services Maven modules should NOT be used for development? Choose 1 answer.

Posted by: Pdfprep Category: APSCE Tags: , ,

Which of the following Alfresco Process Services Maven modules should NOT be used for development? Choose 1 answer.
A . activiti-app-root
B . activiti-app-model
C . activiti-app-logic
D . activiti-app-rest

Answer: A

Explanation:

All Maven modules have com.activiti as Maven groupId.

The version of the artifact is the release version of Process Services.

– activiti-app-model: Contains the domain objects, annotated with JPA annotations for persistency and various Spring repositories for executing the actual database operations. Also has the Java pojos of the JSON representations that are used for example as responses by the REST endpoints.

– activiti-app-logic: Contains the services and actual BPM Suite logic.

– activiti-app-rest: Contains the REST endpoints that are used by the UI and the public API.

– activiti-app-dependencies: Contains all the Alfresco Process Services dependencies. It is also a convenient Maven module (packaging type is pom) for development.

– activiti-app: Contains configuration classes.

– activiti-app-root: Contains the root pom. Do not use this for development.

https://docs.alfresco.com/process-services1.9/topics/maven_modules.html

Leave a Reply

Your email address will not be published.