<?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: Document Mamagement Feature only. in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/document-mamagement-feature-only/m-p/251003#M204133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Share client interacts with the Alfresco repository entirely by means of the WebScript REST API.&amp;nbsp; So if you wish to leverage the functionality that Share provides then you can either customize Share to hide the parts that you don't actually want or your could write your own client and the choice of how your interact with the Alfresco repository is entirely up to you, be it REST API, CMIS, etc. If you just want to display certain parts of Share in an iFrame then you'll still need to hid the parts you don't want - alternatively there is also the portlet option as was suggested on your other thread.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My personal recommendation would be to add the additional functionality (pages, components, etc) you require into Share using the Surf/WebScript framework and re-use the parts of Alfresco that you want to keep. However, you should be aware that such an extreme customization of Share would probably be quite a challenging exercise. Whilst WebScript and Surf may not be familiar to you they are the most likely to yield the best results as this is what Share is developed using.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jan 2012 14:59:49 GMT</pubDate>
    <dc:creator>ddraper</dc:creator>
    <dc:date>2012-01-16T14:59:49Z</dc:date>
    <item>
      <title>Document Mamagement Feature only.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/document-mamagement-feature-only/m-p/250997#M204127</link>
      <description>I want to embed document management feature in my web site, that allow the user to browse the document repository that contains word docs, pdf, images etc. There is no publishing web site, just simple view, edit, delete of documents.&amp;nbsp; The user should be able to see tree structure on the top right co</description>
      <pubDate>Fri, 13 Jan 2012 16:03:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/document-mamagement-feature-only/m-p/250997#M204127</guid>
      <dc:creator>salman</dc:creator>
      <dc:date>2012-01-13T16:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Document Mamagement Feature only.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/document-mamagement-feature-only/m-p/250998#M204128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alfresco is built to be embedable so there should be no problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However the approach of taking share and then stripping it down could create extra work, depending upon how much of share you want.&amp;nbsp; If you want lots of Share then fine use it, but if not then it will probably just get in the way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can actually browse the repo via webscripts with no "front end" webapp.&amp;nbsp;&amp;nbsp;&amp;nbsp; Or there are JSR 168 portlets.&amp;nbsp;&amp;nbsp; Or you can use a CMIS client.&amp;nbsp;&amp;nbsp; There's lots of options.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 16:28:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/document-mamagement-feature-only/m-p/250998#M204128</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2012-01-13T16:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Document Mamagement Feature only.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/document-mamagement-feature-only/m-p/250999#M204129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, I will try these options out.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 17:44:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/document-mamagement-feature-only/m-p/250999#M204129</guid>
      <dc:creator>salman</dc:creator>
      <dc:date>2012-01-13T17:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Document Mamagement Feature only.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/document-mamagement-feature-only/m-p/251000#M204130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there any tutorial about how to configure share using java.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 09:06:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/document-mamagement-feature-only/m-p/251000#M204130</guid>
      <dc:creator>salman</dc:creator>
      <dc:date>2012-01-16T09:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Document Mamagement Feature only.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/document-mamagement-feature-only/m-p/251001#M204131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is possible to configure &lt;/SPAN&gt;&lt;STRONG&gt;Alfresco &lt;/STRONG&gt;&lt;SPAN&gt;through JMX - however, this is an Enterprise only feature. You can find information here: &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/JMX" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/JMX&lt;/A&gt;&lt;SPAN&gt; and here: &lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/4.0/topic/com.alfresco.enterprise.doc/concepts/jmx-intro-config.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/4.0/topic/com.alfresco.enterprise.doc/concepts/jmx-intro-config.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I'm not entirely sure that this is what you want to do since you've asked about configuring Alfresco Share… could you be more specific in what you want to configure (and why you want to do this in Java)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 11:07:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/document-mamagement-feature-only/m-p/251001#M204131</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2012-01-16T11:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Document Mamagement Feature only.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/document-mamagement-feature-only/m-p/251002#M204132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Dave, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Thanks for your prompt reply, I am also following it with another thread. All I need to do is to allow back office users to manage the documents (Word, PDF, images etc) from withen the web aplication. I need to embed this facility to the top right corner of browser, possibly an iframe or something. It would only be tree structure of the repository with facility of CRUD like operations. I think using web scripts is cumbersome as alfressco share client is very rich in functionality. I am thinking in lines of removing all the unwanted frames and and only displaying the tree structure of document repository in this iframe. And also the possibility of single sign on from my web application. The alfresco would be running on separarte tomcat and my application is running on JBOSS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Please let me know the best and simple way to achieve it. It does not have to be java.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Salman.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 14:37:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/document-mamagement-feature-only/m-p/251002#M204132</guid>
      <dc:creator>salman</dc:creator>
      <dc:date>2012-01-16T14:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Document Mamagement Feature only.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/document-mamagement-feature-only/m-p/251003#M204133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Share client interacts with the Alfresco repository entirely by means of the WebScript REST API.&amp;nbsp; So if you wish to leverage the functionality that Share provides then you can either customize Share to hide the parts that you don't actually want or your could write your own client and the choice of how your interact with the Alfresco repository is entirely up to you, be it REST API, CMIS, etc. If you just want to display certain parts of Share in an iFrame then you'll still need to hid the parts you don't want - alternatively there is also the portlet option as was suggested on your other thread.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My personal recommendation would be to add the additional functionality (pages, components, etc) you require into Share using the Surf/WebScript framework and re-use the parts of Alfresco that you want to keep. However, you should be aware that such an extreme customization of Share would probably be quite a challenging exercise. Whilst WebScript and Surf may not be familiar to you they are the most likely to yield the best results as this is what Share is developed using.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 14:59:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/document-mamagement-feature-only/m-p/251003#M204133</guid>
      <dc:creator>ddraper</dc:creator>
      <dc:date>2012-01-16T14:59:49Z</dc:date>
    </item>
  </channel>
</rss>

