I\'m tr开发者_如何转开发ying to make a webscript in Alfresco to upload a file. I\'v madeand all is needed to upload the selected file on form submit.
I tried the usual: CRX from Day.com: not (yet) stable KnowledgeTree Community: couldn\'t get it to work (unless perhaps you buy the commercial version?)
My java-backed webscript copies file in a repository to a temp folder and edits it for my needs. During its work a new content is generated and it must be written to a created temporary file.
I want to open an Excel file to edit offline via WebDAV or CIFS and run my script at the Alfresco side to parse the content of开发者_如何学Python the file when user saves a workbook.
Right now I have Alfresco setup with this authentication chain:开发者_如何学编程 authentication.chain=alfinst:alfrescoNtlm,ldap1:ldap
When developing for Alfresco, are there any advantages to using the MMT over Integrated Deployment? Is there anything you can develop using o开发者_Python百科ne method, but not the other?
I\'ve some problem printing the exception stack trace for Alfresco Exception. 开发者_开发百科 On debug mode, step by step under Eclipse IDE I\'m able to see the message when the exception is raised i
I\'m trying to connect to a remote Alfresco webservice using this java instrunction: WebServiceFactory.setEndpointAddress(configFile.getProperty(\"WebServiceFactory\"));
There are many elements in repo and I start workflows specifying a document attached to the workflow:
I want to integrate Alfresco with my current login system (which is an LDAP server). I can successfully integrate LDAP authentication in, however, I want to use an external login page and have Alfresc