aboutalfresco.blogspot.com
Alfresco: Alfresco : JMX
http://aboutalfresco.blogspot.com/2010/08/alfresco-jmx.html
Thursday, August 12, 2010. JMX means Java Management Extensions (JMX) Technology. The JMX technology provides the tools for building distributed, Web-based, modular and dynamic solutions for managing and monitoring devices, applications, and service-driven networks. By design, this standard is suitable for adapting legacy systems, implementing new management and monitoring solutions, and plugging into those of the future. In order to open JMX. Select Local Process and enter. September 27, 2010 at 4:02 PM.
aboutalfresco.blogspot.com
Alfresco: Alfresco Task History
http://aboutalfresco.blogspot.com/2010/11/alfresco-task-history.html
Wednesday, November 3, 2010. Http:/ www.wowww.nl/wordpress/2007/09/14/creating-an-alfresco-task-history-the-java-style/. Step1 : Download entire code from taskhistory.zip. Step2: Go to tomcat webapps alfresco WEB-INF replace faces-config-custom.xml with your downloaded file. Step3: Go to tomcat webapps alfresco jsp content replace document-details.jsp with your downloaded file. Step5: Go to tomcat webapps alfresco WEB-INF lib and add custom-jsp.jar. Step6: Restart the server. June 22, 2011 at 6:29 PM.
aboutalfresco.blogspot.com
Alfresco: Java-Backed Web Scripts
http://aboutalfresco.blogspot.com/2010/07/java-backed-web-scripts.html
Friday, July 9, 2010. Hi, in this article i will explain about how to write Java backed web script in alfresco,if you are new to java this article may more helpful to you.just i will explain more which we have same thing in wiki i.e., http:/ wiki.alfresco.com/wiki/Java-backed Web Scripts Samples. Java class is the controller rather than JavaScript .basically JavaScript is very light weighted language even we can write webscrpit using simple JavaScript but there are some reasons to write using Java. Impor...
aboutalfresco.blogspot.com
Alfresco: November 2009
http://aboutalfresco.blogspot.com/2009_11_01_archive.html
Thursday, November 26, 2009. Listing Available Web Scripts. To refresh availabe webscripts in the alfresco. And click on refresh webscripts. In the same way to refresh webscripts in share. To Debug Alfresco Scripts. Click on Enable button. Or edit log4j.properties in tomcat webapps alfresco WEB-INF classes. Log4jlogger.org.alfresco.repo.web.scripts.AlfrescoRhinoScriptDebugger=on. To Debug Share Scripts. Click on Enable button. You will get a new debugger window. Tuesday, November 24, 2009. 9679; Outofthe...
aboutalfresco.blogspot.com
Alfresco: November 2010
http://aboutalfresco.blogspot.com/2010_11_01_archive.html
Wednesday, November 3, 2010. Http:/ www.wowww.nl/wordpress/2007/09/14/creating-an-alfresco-task-history-the-java-style/. Step1 : Download entire code from taskhistory.zip. Step2: Go to tomcat webapps alfresco WEB-INF replace faces-config-custom.xml with your downloaded file. Step3: Go to tomcat webapps alfresco jsp content replace document-details.jsp with your downloaded file. Step5: Go to tomcat webapps alfresco WEB-INF lib and add custom-jsp.jar. Step6: Restart the server. Tuesday, November 2, 2010.
aboutalfresco.blogspot.com
Alfresco: January 2010
http://aboutalfresco.blogspot.com/2010_01_01_archive.html
Wednesday, January 27, 2010. Examples On Alfresco JavScript API. Var today = new Date();. Var folderString = today.getFullYear() " " today.getMonth() " " today.getDate() " " today.getHours() " " today.getMinutes() " " today.getSeconds();. Monday, January 18, 2010. Customizing Defaults in Alfresco And Share. Setting default view as "Details View" in Alfresco. Hi We can change the default view in alfresco after login. Goto tomcat webapps alfresco WEB-INF classes alfresco. Allowable values: details -. Here ...
aboutalfresco.blogspot.com
Alfresco: December 2009
http://aboutalfresco.blogspot.com/2009_12_01_archive.html
Monday, December 28, 2009. JavaScript To Create Spaces and Move Content to specific Spaces based on Name. Var rootSpaceName = companyhome.childByNamePath("Chandu"); / returns chandu. Var childList = rootSpaceName.children;. Var count = childList.length;. Var test = new Array();. For(var i=0; i. Var childName = childList[i].properties.name;. Var child = childList[i];. Var newSpace = childName.substring(0,4);. Var ind = 0;. Contains(childList, newSpace, test). Function contains(childList, newSpace,test).
aboutalfresco.blogspot.com
Alfresco: April 2010
http://aboutalfresco.blogspot.com/2010_04_01_archive.html
Wednesday, April 28, 2010. Code to Hide Actions in Alfresco. Here i added code to hide delete option on space and document in alfresco, add the following code in web-client-config-custom.xml. Action idref="delete space" hide="true" /. Action-group id="browse actions menu". Action idref="delete space" hide="true" /. Action-group id="doc details actions". Action idref="delete doc" hide="true" /. Action-group id="space details actions". Action idref="delete space" hide="true" /. Action idref=copy node hide=...
aboutalfresco.blogspot.com
Alfresco: Code to Hide Actions in Alfresco
http://aboutalfresco.blogspot.com/2010/04/code-to-hide-actions-in-alfresco.html
Wednesday, April 28, 2010. Code to Hide Actions in Alfresco. Here i added code to hide delete option on space and document in alfresco, add the following code in web-client-config-custom.xml. Action idref="delete space" hide="true" /. Action-group id="browse actions menu". Action idref="delete space" hide="true" /. Action-group id="doc details actions". Action idref="delete doc" hide="true" /. Action-group id="space details actions". Action idref="delete space" hide="true" /. Action idref=copy node hide=...
aboutalfresco.blogspot.com
Alfresco: July 2010
http://aboutalfresco.blogspot.com/2010_07_01_archive.html
Friday, July 9, 2010. Hi, in this article i will explain about how to write Java backed web script in alfresco,if you are new to java this article may more helpful to you.just i will explain more which we have same thing in wiki i.e., http:/ wiki.alfresco.com/wiki/Java-backed Web Scripts Samples. Java class is the controller rather than JavaScript .basically JavaScript is very light weighted language even we can write webscrpit using simple JavaScript but there are some reasons to write using Java. Impor...
SOCIAL ENGAGEMENT