<?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: Best solution for Integration with Alfresco in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/best-solution-for-integration-with-alfresco/m-p/236353#M189483</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It depends on what you're about to retrieve in Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As for me, webscripts are the best solution for webapps integration with Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Web_Scripts" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Web_Scripts&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Nov 2009 09:01:54 GMT</pubDate>
    <dc:creator>jayjayecl</dc:creator>
    <dc:date>2009-11-18T09:01:54Z</dc:date>
    <item>
      <title>Best solution for Integration with Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-solution-for-integration-with-alfresco/m-p/236352#M189482</link>
      <description>Hi,I have a webapp that is build with Spring. I would like to know what is the best solution for my app to retrieve and search the content of Alfresco repository. I already looked at JCR and WebService but since i could get the example os Alfresco 3.2r SDK to work i didn't maked a choice. Can anyone</description>
      <pubDate>Wed, 18 Nov 2009 01:07:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-solution-for-integration-with-alfresco/m-p/236352#M189482</guid>
      <dc:creator>mdlima</dc:creator>
      <dc:date>2009-11-18T01:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Best solution for Integration with Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-solution-for-integration-with-alfresco/m-p/236353#M189483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It depends on what you're about to retrieve in Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As for me, webscripts are the best solution for webapps integration with Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Web_Scripts" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Web_Scripts&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 09:01:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-solution-for-integration-with-alfresco/m-p/236353#M189483</guid>
      <dc:creator>jayjayecl</dc:creator>
      <dc:date>2009-11-18T09:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Best solution for Integration with Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-solution-for-integration-with-alfresco/m-p/236354#M189484</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 think indeed Webscripts are the best choice. It will make integration easier whatever your final architecture is.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But, as Romain said, what do you want to retrieve? Documents? Metadata? Do you need complex search queries? If yes, you may need to write custom code, and writing it as a java class will be better, webscript just used as glue code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HTH&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;JC&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 09:20:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-solution-for-integration-with-alfresco/m-p/236354#M189484</guid>
      <dc:creator>jck</dc:creator>
      <dc:date>2009-11-18T09:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Best solution for Integration with Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-solution-for-integration-with-alfresco/m-p/236355#M189485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In my opinion, Java-Backed webscripts would be the right choice&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 10:22:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-solution-for-integration-with-alfresco/m-p/236355#M189485</guid>
      <dc:creator>jayjayecl</dc:creator>
      <dc:date>2009-11-18T10:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Best solution for Integration with Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-solution-for-integration-with-alfresco/m-p/236356#M189486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, i will be working basically with Documents. I want to create nodes, add documents and search text in the documents. I thought&amp;nbsp; using JCR and injecting a Spring bean would be more efficient, but i don't know if it is the best way. I never used webscripts, but i'll gonna take a look. Can i make everything (search, retrieve, add content, create nodes) with Webscripts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 12:05:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-solution-for-integration-with-alfresco/m-p/236356#M189486</guid>
      <dc:creator>mdlima</dc:creator>
      <dc:date>2009-11-18T12:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Best solution for Integration with Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-solution-for-integration-with-alfresco/m-p/236357#M189487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can do what you want with Webscripts (=Javascript) but as you certainly know, it isn't typed very strong and not very well supported with IDE so you won't be as productive as you could be with Java.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Again, write your business logic in Java and just use webscripts for the required glue code. Usual progamming in fact &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;JC&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 12:17:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-solution-for-integration-with-alfresco/m-p/236357#M189487</guid>
      <dc:creator>jck</dc:creator>
      <dc:date>2009-11-18T12:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Best solution for Integration with Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-solution-for-integration-with-alfresco/m-p/236358#M189488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can do what you want with Webscripts (=Javascript) but as you certainly know, it isn't typed very strong and not very well supported with IDE so you won't be as productive as you could be with Java.&lt;BR /&gt;&lt;BR /&gt;Again, write your business logic in Java and just use webscripts for the required glue code. Usual progamming in fact &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;JC&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I quite don't agree, especially with "Webscript = Javascript".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd rather say "webscripts = REST =&amp;gt; URL adressability".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This why I said that Java-Backed webscripts were the best choice, as for me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 13:07:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-solution-for-integration-with-alfresco/m-p/236358#M189488</guid>
      <dc:creator>jayjayecl</dc:creator>
      <dc:date>2009-11-18T13:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Best solution for Integration with Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-solution-for-integration-with-alfresco/m-p/236359#M189489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I agree it's a very quick shorthand.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't like glue code in Java, so I prefer Webscript (which means REST accessibility) with glue code in javascript and business logic written in Java, but maybe it's a matter of taste &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;JC&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 13:24:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-solution-for-integration-with-alfresco/m-p/236359#M189489</guid>
      <dc:creator>jck</dc:creator>
      <dc:date>2009-11-18T13:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Best solution for Integration with Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-solution-for-integration-with-alfresco/m-p/236360#M189490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I agree with that. I haved seen&amp;nbsp; the webscripts and seems pretty enough for my needs. I will try to write some Java code to get used to it. What helps is that Alfresco already have many Webscripts that i can use, if it wasn't that i would go with the JCR API, i'm not too familiar with script language. For now, that's enough information so i can start. I will come back if i get stuck&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;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 13:33:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-solution-for-integration-with-alfresco/m-p/236360#M189490</guid>
      <dc:creator>mdlima</dc:creator>
      <dc:date>2009-11-18T13:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Best solution for Integration with Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-solution-for-integration-with-alfresco/m-p/236361#M189491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not really keen on scripting either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That's why I'm trying to convince people customizing Alfresco with Java-backed webscripts &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;A href="http://wiki.alfresco.com/wiki/Java-backed_Web_Scripts_Samples" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Java-backed_Web_Scripts_Samples&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 14:10:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-solution-for-integration-with-alfresco/m-p/236361#M189491</guid>
      <dc:creator>jayjayecl</dc:creator>
      <dc:date>2009-11-18T14:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Best solution for Integration with Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-solution-for-integration-with-alfresco/m-p/236362#M189492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Couldn't agree more, but maintenance and refactoring of java backed web scripts can soon become quite difficult as restfull API grows. Within Jibe framework we have implemented an architecture where single java backed websript dispatches processing to appropriately annotated methods of spring registered POJO's.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Feel free to take a peek..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Denis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 14:38:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-solution-for-integration-with-alfresco/m-p/236362#M189492</guid>
      <dc:creator>dhalupa</dc:creator>
      <dc:date>2009-11-18T14:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Best solution for Integration with Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-solution-for-integration-with-alfresco/m-p/236363#M189493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Denis, i've been looking at the Jibe framework. Let me see if a understood, so it extends the Alfresco so i can use annotated methods that will perform the operations on the content? The UI Components can be used on a JSF/MyFaces application? Please correct me, if i got something misunderstood. Tks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 17:32:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-solution-for-integration-with-alfresco/m-p/236363#M189493</guid>
      <dc:creator>mdlima</dc:creator>
      <dc:date>2009-11-18T17:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Best solution for Integration with Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-solution-for-integration-with-alfresco/m-p/236364#M189494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can also use the SIDE-Labs IDE [1] (in short a set of graphical tools for Alfresco developers) to design and generate your application independantly of your own Spring webapp. Webscripts that you can directly integrate in your application are then generated automatically and give you access to Alfresco repository. One of the interesting feature of SIDE is the ability to use true SQL to access Alfresco repository. A datagrid with powerful features (filtering, sort, automatic fetching) is available out of the box. You can provide your own datagrid or datalist if you want with a little customization.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We used this approach and integrate webscripts through REST in Liferay portlets. It worked pretty well. Generation mechanism makes maintenance easier. By the way, generators can be adaptated to your own needs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's another solution that requires a lot less programming and knowledge of the Alfresco framework as the SIDE (designers + generators + deployers) takes care of all this technical stuff.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[1] &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Sustainable_IDE_(SIDE)" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Sustainable_IDE_(SIDE)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;JC&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 17:55:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-solution-for-integration-with-alfresco/m-p/236364#M189494</guid>
      <dc:creator>jck</dc:creator>
      <dc:date>2009-11-18T17:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Best solution for Integration with Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-solution-for-integration-with-alfresco/m-p/236365#M189495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Denis, i've been looking at the Jibe framework. Let me see if a understood, so it extends the Alfresco so i can use annotated methods that will perform the operations on the content? The UI Components can be used on a JSF/MyFaces application? Please correct me, if i got something misunderstood. Tks!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't want to steal the thread, but in short.. Jibe framework is built on top of web script framework, and Alfresco configuration API. On Alfresco forge you can download two amps. Jibe core amp is the framework itself and Repo browser amp is a reference application which is a fully functional content management application. Installation procedure consist of installing these two amps in Alfresco &lt;/SPAN&gt;&lt;A href="http://jibeframework.org/index.php?title=Quick_start" rel="nofollow noopener noreferrer"&gt;http://jibeframework.org/index.php?title=Quick_start&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The vision behind framework is to create developer oriented framework which will ease the task of developing business applications on top of Alfresco platform with ExtJs as a view. Therefore in order to use it efficiently you will have to be fluent in Java and JavaScript and have the knowledge of Spring and ExtJs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are aware of the fact that documentation is the weak point and will try to improve on that aspect in the future, but for now I invite you to install those two amps and try the reference application. The best possible resource at the moment is the source of reference application and the framework itself and our forum &lt;/SPAN&gt;&lt;A href="http://forums.icodix.com" rel="nofollow noopener noreferrer"&gt;http://forums.icodix.com&lt;/A&gt;&lt;SPAN&gt; where questions which will be answered promptly. There is also a bit outdated documentation at &lt;/SPAN&gt;&lt;A href="http://jibeframework.org/index.php?title=Jibe_Developer_Guide" rel="nofollow noopener noreferrer"&gt;http://jibeframework.org/index.php?title=Jibe_Developer_Guide&lt;/A&gt;&lt;SPAN&gt; but it can give you the feeling about the concept.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally, to answer the question.. It was not idea to work with JSF/MyFaces application but rather to replace it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Denis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 08:58:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-solution-for-integration-with-alfresco/m-p/236365#M189495</guid>
      <dc:creator>dhalupa</dc:creator>
      <dc:date>2009-11-19T08:58:10Z</dc:date>
    </item>
  </channel>
</rss>

