<?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 To divide repository and webclient... in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/to-divide-repository-and-webclient/m-p/76819#M50726</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;I'm trying to divide the repository and webclient, I want to access to the repository by the webclient by RMI connection. I'm using the version 1.3 of Alfresco. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you give me any idea? is the webclient easy to configurate this? can I do run the repository in other jvm?&amp;nbsp; I have seen the JCR-RMI Extension, is a good solution for this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Candido22&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Sep 2006 10:13:12 GMT</pubDate>
    <dc:creator>limarin</dc:creator>
    <dc:date>2006-09-07T10:13:12Z</dc:date>
    <item>
      <title>To divide repository and webclient...</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/to-divide-repository-and-webclient/m-p/76819#M50726</link>
      <description>Hello,I'm trying to divide the repository and webclient, I want to access to the repository by the webclient by RMI connection. I'm using the version 1.3 of Alfresco. Can you give me any idea? is the webclient easy to configurate this? can I do run the repository in other jvm?&amp;nbsp; I have seen the JCR-R</description>
      <pubDate>Thu, 07 Sep 2006 10:13:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/to-divide-repository-and-webclient/m-p/76819#M50726</guid>
      <dc:creator>limarin</dc:creator>
      <dc:date>2006-09-07T10:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: To divide repository and webclient...</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/to-divide-repository-and-webclient/m-p/76820#M50727</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;The web client only uses our Service-level APIs.&amp;nbsp; The trick will be to get Spring to export the RMI interfaces for the services.&amp;nbsp; Then you'll have to ensure that you get the transactions to propagate over RMI.&amp;nbsp; You will have to wire in a JtaTransactionManager at the very least.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2006 11:30:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/to-divide-repository-and-webclient/m-p/76820#M50727</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2006-09-07T11:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: To divide repository and webclient...</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/to-divide-repository-and-webclient/m-p/76821#M50728</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;There are many Services, all of them are needed ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been looking the Api Services Documentation, in this say the next:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;Repository storage and retrieval is provided by the following Foundation Services: &lt;BR /&gt;&lt;BR /&gt;Node Service for managing meta-data i.e. nodes &lt;BR /&gt;Content Service for managing content &lt;BR /&gt;Search Service for performing queries&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Only this three services are needed to access a database and file system information?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is important because I don't need divide all repository, only the access and management the database and fyle system….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2006 16:38:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/to-divide-repository-and-webclient/m-p/76821#M50728</guid>
      <dc:creator>limarin</dc:creator>
      <dc:date>2006-09-07T16:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: To divide repository and webclient...</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/to-divide-repository-and-webclient/m-p/76822#M50729</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;I also would like to divide repository and webclient. I need to increase performance and this could be an alternative for two Alfresco in cluster.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is somewhere(SVN, Forge …) any example or hints how to do this? Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 11:26:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/to-divide-repository-and-webclient/m-p/76822#M50729</guid>
      <dc:creator>morfeusx</dc:creator>
      <dc:date>2008-06-18T11:26:10Z</dc:date>
    </item>
  </channel>
</rss>

