<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to add/update content to WCM with Java Backed Webscripts in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-update-content-to-wcm-with-java-backed-webscripts/m-p/194075#M147205</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to write a Java backed web-script that will allow me to write some content (lets say an xml file) to my web project or more specifically to a particular user's sandbox and from there it can go the normal route of approvals.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to be able to pass the contents of the file to the web-script which will then create a node in the web project with the name and content passed to the web-script.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Its not only about creating new content in alfresco but also about updating the already existing content&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this achievable? If yes, which i think it is, how should i go about doing this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Himanshu&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Dec 2008 15:35:54 GMT</pubDate>
    <dc:creator>himanshu</dc:creator>
    <dc:date>2008-12-19T15:35:54Z</dc:date>
    <item>
      <title>How to add/update content to WCM with Java Backed Webscripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-update-content-to-wcm-with-java-backed-webscripts/m-p/194075#M147205</link>
      <description>Hi,I am trying to write a Java backed web-script that will allow me to write some content (lets say an xml file) to my web project or more specifically to a particular user's sandbox and from there it can go the normal route of approvals.I want to be able to pass the contents of the file to the web-</description>
      <pubDate>Fri, 19 Dec 2008 15:35:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-update-content-to-wcm-with-java-backed-webscripts/m-p/194075#M147205</guid>
      <dc:creator>himanshu</dc:creator>
      <dc:date>2008-12-19T15:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to add/update content to WCM with Java Backed Webscripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-update-content-to-wcm-with-java-backed-webscripts/m-p/194076#M147206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes this is achievable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are already web script interfaces which are how Share and Studio are working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Streams are a little bit fiddly, especially if content is going to be large, so alfresco tends to do it in two calls, one to create the node and the other to stream in the new content.&amp;nbsp;&amp;nbsp;&amp;nbsp; The content streaming APIs are already present and working. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco 3D will have new easier to use APIs (Java, JavaScipt, WebScript) for WCM Assets.&amp;nbsp;&amp;nbsp;&amp;nbsp; It will be available on HEAD soon.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 16:21:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-update-content-to-wcm-with-java-backed-webscripts/m-p/194076#M147206</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2008-12-19T16:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to add/update content to WCM with Java Backed Webscripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-add-update-content-to-wcm-with-java-backed-webscripts/m-p/194077#M147207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks mrogers. I was able to get this thing finally working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried to put down my learnings on this topic in the form of a blog over here&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://blog.intelligrape.com/?p=26" rel="nofollow noopener noreferrer"&gt;http://blog.intelligrape.com/?p=26&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your feedback and&amp;nbsp; suggestions are welcome.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;~~Himanshu Seth~~&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.IntelliGrape.com" rel="nofollow noopener noreferrer"&gt;http://www.IntelliGrape.com&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 06:47:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-add-update-content-to-wcm-with-java-backed-webscripts/m-p/194077#M147207</guid>
      <dc:creator>himanshu</dc:creator>
      <dc:date>2009-01-06T06:47:05Z</dc:date>
    </item>
  </channel>
</rss>

