<?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 webscript framework and BaseProcessorExtension with HEAD ver in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/webscript-framework-and-baseprocessorextension-with-head-ver/m-p/175034#M128164</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear reader,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was trying the webscript framework war to see how it behaves. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The good news is that the javascript debugger is packaged inside it.&amp;nbsp; &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At this stage, I try to add some springs beans&amp;nbsp; to the webscript context in order to be able to acces them from inside javascript.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In Alfresco (the whole product) , I used to do this by extending the BaseProcessorExtension which is not available in the webscript framework web application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea if this would be possible an other way ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I'm trying to do, is to see if it would be possible to use the webscript framework as a basis for some web application without the need of the repository.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for your help and advices.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pierre&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jun 2008 19:50:03 GMT</pubDate>
    <dc:creator>pierre_duracel</dc:creator>
    <dc:date>2008-06-26T19:50:03Z</dc:date>
    <item>
      <title>webscript framework and BaseProcessorExtension with HEAD ver</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/webscript-framework-and-baseprocessorextension-with-head-ver/m-p/175034#M128164</link>
      <description>Dear reader,I was trying the webscript framework war to see how it behaves. The good news is that the javascript debugger is packaged inside it.&amp;nbsp; &lt;IMG id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt; At this stage, I try to add some springs beans&amp;nbsp; to the webscript context in order to be able to acces them from inside javascript.In Alfresco (the whol</description>
      <pubDate>Thu, 26 Jun 2008 19:50:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/webscript-framework-and-baseprocessorextension-with-head-ver/m-p/175034#M128164</guid>
      <dc:creator>pierre_duracel</dc:creator>
      <dc:date>2008-06-26T19:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: webscript framework and BaseProcessorExtension with HEAD ver</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/webscript-framework-and-baseprocessorextension-with-head-ver/m-p/175035#M128165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After digging inside the source code it seems that the DeclarativeWebScript class sets up the models in use inside the javascript and the template.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe a good starting point could be to work around it in order to have the possibility to access to some Springs Beans and associated them to the model.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What do you think about it ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your comment. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(I hope to be not too much off topic here ?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pierre.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 05:37:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/webscript-framework-and-baseprocessorextension-with-head-ver/m-p/175035#M128165</guid>
      <dc:creator>pierre_duracel</dc:creator>
      <dc:date>2008-06-27T05:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: webscript framework and BaseProcessorExtension with HEAD ver</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/webscript-framework-and-baseprocessorextension-with-head-ver/m-p/175036#M128166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To get this behaviour, you should add your beans inside&amp;nbsp; the webscripts.abstractcontainer .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;More precisly inside the &amp;lt;property name="scriptObjects"&amp;gt; which objects are made available to the DeclarativeWebScript without much more effort.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 13:04:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/webscript-framework-and-baseprocessorextension-with-head-ver/m-p/175036#M128166</guid>
      <dc:creator>pierre_duracel</dc:creator>
      <dc:date>2008-06-27T13:04:22Z</dc:date>
    </item>
  </channel>
</rss>

