<?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 SDK documentation for migrating code from 2.9B to 3.0 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/sdk-documentation-for-migrating-code-from-2-9b-to-3-0/m-p/207534#M160664</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;SPAN&gt;I was wondering whether there was a documentation, or changelist about the AlfrescoEmbedded SDK. My situation is this: I am porting modules that were written for version 2.9B to 3.0. As expected, some things have changed but quite surprisingly, adapting the code was rarely more difficult than for example replacing imports of "org.alfresco.web.bean.ConfigAdminConsoleBean" with "org.alfresco.web.bean.admin.ConfigAdminConsoleBean".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, although the modules did compile well and installed with no problem, at run-time, when I try to get to my local Alfresco homepage, I run into a ClassNotFoundException about "org.alfresco.web.app.servlet.PageRendererServlet".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the 2.9 SDK, the servlet exists indeed and a comment by the author (K. Roast)&amp;nbsp; says the servlet "should be movable to the new web-script presentation tier with the minimum of work". But I can't find a "PageRenderer" string in the source code. The only mention I found was in 'tomcat\webapps\share\WEB-INF\classes\alfresco\web-framework-application-context.xml':&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp; &amp;lt;bean id="webframework.renderer.page" class="org.alfresco.web.framework.render.bean.PageRenderer" /&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;That class is not recognized in Eclipse. So my question is: where has PageRenderer gone ? But since I may have other ClassNotFound exceptions, I have a better question: are changes to the API tracked somewhere ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any indication.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Apr 2009 11:17:34 GMT</pubDate>
    <dc:creator>amenel</dc:creator>
    <dc:date>2009-04-06T11:17:34Z</dc:date>
    <item>
      <title>SDK documentation for migrating code from 2.9B to 3.0</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sdk-documentation-for-migrating-code-from-2-9b-to-3-0/m-p/207534#M160664</link>
      <description>Hi,I was wondering whether there was a documentation, or changelist about the AlfrescoEmbedded SDK. My situation is this: I am porting modules that were written for version 2.9B to 3.0. As expected, some things have changed but quite surprisingly, adapting the code was rarely more difficult than for</description>
      <pubDate>Mon, 06 Apr 2009 11:17:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sdk-documentation-for-migrating-code-from-2-9b-to-3-0/m-p/207534#M160664</guid>
      <dc:creator>amenel</dc:creator>
      <dc:date>2009-04-06T11:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: SDK documentation for migrating code from 2.9B to 3.0</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sdk-documentation-for-migrating-code-from-2-9b-to-3-0/m-p/207535#M160665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;PageRenderer is in the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;package "org.alfresco.web.framework.render.bean" of the "Web Framework" project.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 13:11:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sdk-documentation-for-migrating-code-from-2-9b-to-3-0/m-p/207535#M160665</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2009-04-06T13:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: SDK documentation for migrating code from 2.9B to 3.0</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sdk-documentation-for-migrating-code-from-2-9b-to-3-0/m-p/207536#M160666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your answer. I eventually removed any reference to pageRendererServlet and HTTPProxyServlet. In fact, the code I am porting augmented web.xml with some customisations and it's working fine (for now) without these two servlets.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 14:08:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sdk-documentation-for-migrating-code-from-2-9b-to-3-0/m-p/207536#M160666</guid>
      <dc:creator>amenel</dc:creator>
      <dc:date>2009-04-06T14:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: SDK documentation for migrating code from 2.9B to 3.0</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sdk-documentation-for-migrating-code-from-2-9b-to-3-0/m-p/207537#M160667</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;SPAN&gt;I am coming back here for the same matter: some reference about what has changed. I am now facing some database schema changes. For instance, since type_qname disappeared from alf_node, I am wondering how to retrieve the uri that was previously a part of a type_qname. Should I join alf_node with alf_qname and alf_namespace ? That would be possible if alf_node.type_qname_id was a foreign key linked to alf_qname.id and alf_qname.ns_id was a foreign key for alf_namespace.id. But I am not sure of the links.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any documentation that says "this is removed and replaced by…", whatever the "this" is ? My question was originally about the SDK but obviously, it's relevant for other aspects that are visible to developers. The Alfresco Labs 3 pages on the wiki did not help. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If someone could point me to somewhere, that would be great.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2009 10:17:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sdk-documentation-for-migrating-code-from-2-9b-to-3-0/m-p/207537#M160667</guid>
      <dc:creator>amenel</dc:creator>
      <dc:date>2009-04-07T10:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: SDK documentation for migrating code from 2.9B to 3.0</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sdk-documentation-for-migrating-code-from-2-9b-to-3-0/m-p/207538#M160668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Unfortunaly I don't think there is any such list, to do so would be a fairly substantial task and would forever be out of date.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And the list would never include internal implementation details like how to access the database directly since that's not &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;something that we consider to be public facing, recommend or support.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What we do have is JIRA which will have details of all changes.&amp;nbsp;&amp;nbsp; And SVN will also have version history for each file, there will typically be check in comments when something is removed or changes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But if you ask specific questions then I'm sure people such as myself can help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2009 10:42:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sdk-documentation-for-migrating-code-from-2-9b-to-3-0/m-p/207538#M160668</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2009-04-07T10:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: SDK documentation for migrating code from 2.9B to 3.0</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sdk-documentation-for-migrating-code-from-2-9b-to-3-0/m-p/207539#M160669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK. Thank you for these explanations.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For my database schema problem, I thought that studying the upgrade scripts would also give me some answers. I found them under WEB-INF\classes\alfresco\dbscripts\upgrade and indeed, the table 'alf_node' got a little cleaner with the two fields I mentioned earlier and which turned out being the foreign keys links I had assumed. Thanks to DH and you too, mrogers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2009 13:14:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sdk-documentation-for-migrating-code-from-2-9b-to-3-0/m-p/207539#M160669</guid>
      <dc:creator>amenel</dc:creator>
      <dc:date>2009-04-07T13:14:17Z</dc:date>
    </item>
  </channel>
</rss>

