I\'m trying to run some sample but I cannot find this class: org.alfresco.web.scripts.* Could you help me to find JARs for Java-backed 开发者_StackOverflow中文版web scripts? I downloaded the Alfresc
I am interested in triggering code to run when any changes are made to any documents or folders under a specific folder in alfresco. I am sure alfresco has to support thi开发者_如何学Cs some how but I
I have a custom developed share dashlet that has hardcoded values in use (For example the name of a Workspace to use as a default).
I have a class named \"NodeUtil\" and that class have a three services injected in the bootstrap phase but once i trying to Log the service.toString() the value that printed is
I am trying to get alfresco community 3.4.d to work on jboss 6.1.0.Final but I am having some issues. To keep this question to one problem I am interested in what would cause this warning and how to f
I need to create nodes with bilingual properties, and use all of these nodes as (List constraints) where node property will be label and another property will be value.
I have a java class represents the list of value and i need to enforce the locale within it. How can i determine the locale ?
I need to implement yet another database website. Let\'s say roughly 5 tables, 25 columns, and (eventually) thousands to tens of thousands of rows. Easy data entry and maintenance are more important t
I\'m writing a WebScript in Alfresco using JS controller and I want to make a HTTP request to the local HTTP resource. This resource is a Java-based app and gives me its own REST API.
I have node has an association as child association with set of another nodes, what i know is once the node deleted the child association will be deleted in a cascading manner.