<?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: java back webscripts in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/java-back-webscripts/m-p/261611#M214741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;for clarity, what will be the javascript object? Will javascript object be the value from the bean id or the extensionName name attribute of the property tag?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Nov 2011 20:31:32 GMT</pubDate>
    <dc:creator>glambert33</dc:creator>
    <dc:date>2011-11-18T20:31:32Z</dc:date>
    <item>
      <title>java back webscripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/java-back-webscripts/m-p/261607#M214737</link>
      <description>Hi,I'm trying to implement my own java class that will run specific cmis queries.&amp;nbsp; I'd like to have that java script object available as a javascript object within my webscript. I don't see any documentation on how to get this done. Can some help get me started by pointing me in the right direction.</description>
      <pubDate>Mon, 14 Nov 2011 15:32:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/java-back-webscripts/m-p/261607#M214737</guid>
      <dc:creator>glambert33</dc:creator>
      <dc:date>2011-11-14T15:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: java back webscripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/java-back-webscripts/m-p/261608#M214738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I also need to add that I'm executing the webscript from with-in the wcmqsWEB-INF/webscripts context.&amp;nbsp; I apologize if this is the wrong place for this, just really looking for some help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 16:44:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/java-back-webscripts/m-p/261608#M214738</guid>
      <dc:creator>glambert33</dc:creator>
      <dc:date>2011-11-14T16:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: java back webscripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/java-back-webscripts/m-p/261609#M214739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Define a class that extends org.springframework.extensions.webscripts.processor.BaseProcessorExtension, define a bean with a parent of "baseScriptExtension", and you're done. That bean will be exposed as a javascript object in your webscripts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Although no longer used, take a look at the class org.alfresco.wcm.client.service.CollectionService in the WQS API and its commented-out bean definition in wcmqs-api-context.xml for an example.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 13:47:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/java-back-webscripts/m-p/261609#M214739</guid>
      <dc:creator>bremmington</dc:creator>
      <dc:date>2011-11-16T13:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: java back webscripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/java-back-webscripts/m-p/261610#M214740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, That got me on the way. I appreciate it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 14:27:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/java-back-webscripts/m-p/261610#M214740</guid>
      <dc:creator>glambert33</dc:creator>
      <dc:date>2011-11-18T14:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: java back webscripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/java-back-webscripts/m-p/261611#M214741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;for clarity, what will be the javascript object? Will javascript object be the value from the bean id or the extensionName name attribute of the property tag?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 20:31:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/java-back-webscripts/m-p/261611#M214741</guid>
      <dc:creator>glambert33</dc:creator>
      <dc:date>2011-11-18T20:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: java back webscripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/java-back-webscripts/m-p/261612#M214742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So it appears that the value attribute is what's used in webscript&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 20:51:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/java-back-webscripts/m-p/261612#M214742</guid>
      <dc:creator>glambert33</dc:creator>
      <dc:date>2011-11-18T20:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: java back webscripts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/java-back-webscripts/m-p/261613#M214743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, it's the value of the "extensionName" property that is used.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Nov 2011 10:35:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/java-back-webscripts/m-p/261613#M214743</guid>
      <dc:creator>bremmington</dc:creator>
      <dc:date>2011-11-19T10:35:43Z</dc:date>
    </item>
  </channel>
</rss>

