Hi,
I have a requirement to implement one cms application with below features:
Group and User Management
Contact Management
Image and Video Management
Document Management
Books Library Management
To Implement the above features i am planing to start this application by using java Apache Chemistry OpenCMIS.
I am hearing that this does not support Contact Management and Group and User Management" Colud you please correct me ifthis correct or not?
If this is correct what is correct implemenatation for this.
If i use webscripts can i user alfresco remote api like below to call alfresco webscrpts.
var connector = remote.connect("alfresco");
var result = connector.get("/api/people?filter=admin");
model.res=result;
Could you please help me to go with better approach?
Thanks,
Srini.