<?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 Re: Accessing WCM Content through Java backed Web Scripts in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/accessing-wcm-content-through-java-backed-web-scripts/m-p/179041#M132171</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I took a look at your document, it looks O.K, and is a good document.&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm glad you managed to sort out your requirement. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You may also be interested in taking a look at the next version of Alfresco which has new interfaces to work with WCM, they are on HEAD now.&amp;nbsp;&amp;nbsp;&amp;nbsp; And your feedback and suggestions are welcome too!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jan 2009 11:15:02 GMT</pubDate>
    <dc:creator>mrogers</dc:creator>
    <dc:date>2009-01-06T11:15:02Z</dc:date>
    <item>
      <title>Accessing WCM Content through Java backed Web Scripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/accessing-wcm-content-through-java-backed-web-scripts/m-p/179037#M132167</link>
      <description>Hi,How do I access contents stored in a web project by using Java backed web script?The things i need to achieve are:1) Get a list of all the files in a particular folder/space in a web project.2) Search for a particular file in the web project using its file name and not its reference.Please help…T</description>
      <pubDate>Wed, 10 Dec 2008 09:25:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/accessing-wcm-content-through-java-backed-web-scripts/m-p/179037#M132167</guid>
      <dc:creator>himanshu</dc:creator>
      <dc:date>2008-12-10T09:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing WCM Content through Java backed Web Scripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/accessing-wcm-content-through-java-backed-web-scripts/m-p/179038#M132168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you really need a Java Backed web script?&amp;nbsp; We at Alfresco are finding that script backed web scripts are the way to go for most requirements.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you really want a Java implementation look at the RemoteStore class which does what you are looking for.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Please note that in my opinion this class needs rework or replacing,&amp;nbsp; but it does the job.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco 3 already has the web scripts you are looking for and Alfresco 3.1 should have more scripts in this area.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2008 10:49:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/accessing-wcm-content-through-java-backed-web-scripts/m-p/179038#M132168</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2008-12-10T10:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing WCM Content through Java backed Web Scripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/accessing-wcm-content-through-java-backed-web-scripts/m-p/179039#M132169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Addition to above posting, look at the subclass AVMRemoteStore as well as RemoteStore.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2008 10:56:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/accessing-wcm-content-through-java-backed-web-scripts/m-p/179039#M132169</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2008-12-10T10:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing WCM Content through Java backed Web Scripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/accessing-wcm-content-through-java-backed-web-scripts/m-p/179040#M132170</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;Thanks again mrogers for the guidance and showing me the way. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried to document the way i was able to achieve this task in the form of a blog at :&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://blog.intelligrape.com/?p=25" rel="nofollow noopener noreferrer"&gt;http://blog.intelligrape.com/?p=25&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This may not be the best way for retrieving contents.&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:54:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/accessing-wcm-content-through-java-backed-web-scripts/m-p/179040#M132170</guid>
      <dc:creator>himanshu</dc:creator>
      <dc:date>2009-01-06T06:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing WCM Content through Java backed Web Scripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/accessing-wcm-content-through-java-backed-web-scripts/m-p/179041#M132171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I took a look at your document, it looks O.K, and is a good document.&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm glad you managed to sort out your requirement. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You may also be interested in taking a look at the next version of Alfresco which has new interfaces to work with WCM, they are on HEAD now.&amp;nbsp;&amp;nbsp;&amp;nbsp; And your feedback and suggestions are welcome too!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 11:15:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/accessing-wcm-content-through-java-backed-web-scripts/m-p/179041#M132171</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2009-01-06T11:15:02Z</dc:date>
    </item>
  </channel>
</rss>

