Hi , In our use case we have requirements to store the some extra data in the custom tables . Actually another application which are outside the APS can access these tables and display these information.
Which approach is best for this use case.
Might be Approach 1 : Create a external DB and through web scripts access this database. (In that scenario authentication using the alfresco ticket.) and 2nd application directly access these tables or they access through alfresco web scripts.
Or create the Custom data models and and search on these models and write web scripts to access the database.
Any one guide which is best approach and other best way accomplish this ?
Thanks
Solved! Go to Solution.
It strongly depends on the ownership of data that you need to store.
You could follow both the ways described in your message but please consider that if you need to use external database tables in APS, you should use MyBatis mappers to have a solution officially supported by Alfresco:
https://www.activiti.org/userguide/#advanced.custom.sql.queries
Hope this helps.
It strongly depends on the ownership of data that you need to store.
You could follow both the ways described in your message but please consider that if you need to use external database tables in APS, you should use MyBatis mappers to have a solution officially supported by Alfresco:
https://www.activiti.org/userguide/#advanced.custom.sql.queries
Hope this helps.
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.