Himanshu Seth

I am Himanshu Seth, a Groovy, Grails Practitioner and Agile Enthusiast working at TO THE NEW in Technology division. Please go through my blog posts below

Technology

How to add content to WCM with Java Backed Webscripts?

Hi, Content can be written to the wcm repository by simply using the AVMService class. The instance of this service is available through the instance of ServiceRegistry class. I'll again point out that if you are starting with Java backed web-scripts to read/write content from/to alfresco wcm, then the example script at...

06-Jan-2009

Technology

How to retrieve data from Alfresco WCM repository using Java backed web-scripts?

Retrieveing contents from Alfresco WCM repository constitutes of two things:- 1) Retrieving the contents of a particular file. 2) Retrieving a list of files from a particular location. We were to achieve this by using Java-backed web-scripts and the example script at...

06-Jan-2009