<?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: Alfresco and Coldfusion development in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-and-coldfusion-development/m-p/238713#M191843</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm quite interrested by your work,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What did you use to make them comunicate? Rest, ws, webscript?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually I'm also interrested to know what I should demo. I know how to use both but I don't see what I can do with them. We are trying to explain our customer why they should use alfresco in their current CF architecture.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any Ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Feb 2011 01:00:31 GMT</pubDate>
    <dc:creator>prignony</dc:creator>
    <dc:date>2011-02-08T01:00:31Z</dc:date>
    <item>
      <title>Alfresco and Coldfusion development</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-and-coldfusion-development/m-p/238712#M191842</link>
      <description>I've done loads of work integrating a coldfusion application with alfresco, so if anyone needs any help just ask &lt;IMG id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;</description>
      <pubDate>Sat, 21 Nov 2009 14:53:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-and-coldfusion-development/m-p/238712#M191842</guid>
      <dc:creator>tgmweb</dc:creator>
      <dc:date>2009-11-21T14:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco and Coldfusion development</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-and-coldfusion-development/m-p/238713#M191843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm quite interrested by your work,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What did you use to make them comunicate? Rest, ws, webscript?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually I'm also interrested to know what I should demo. I know how to use both but I don't see what I can do with them. We are trying to explain our customer why they should use alfresco in their current CF architecture.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any Ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Feb 2011 01:00:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-and-coldfusion-development/m-p/238713#M191843</guid>
      <dc:creator>prignony</dc:creator>
      <dc:date>2011-02-08T01:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco and Coldfusion development</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-and-coldfusion-development/m-p/238714#M191844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi prignony,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes - we used the REST/Javascript API with everything done with a combination of CFHTTP and client side ajax.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We wrote a completely independent front end using Coldfusion with alfresco/share as the backend (i.e holding documents, objects, users etc. etc.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We developed an intranet system, using CF to control the layout, session management etc. The benefit of this is that users still get access via WebDav, CIFS etc - but get a front end that can look whatever you want it to look like. It also enables you to separate the "web application" from the alfresco repository.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Feb 2011 14:30:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-and-coldfusion-development/m-p/238714#M191844</guid>
      <dc:creator>tgmweb</dc:creator>
      <dc:date>2011-02-08T14:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco and Coldfusion development</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-and-coldfusion-development/m-p/238715#M191845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot for your answer, exaclty what I was after &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;We first used a custom java api with soap webservice support on alfresco side to access the repository with coldfusion. On the coldfusion side there was another api used to parse the xml and fill cfc object. A little bit like hibernate. Well it was working but not performant at all!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With the second version of alfresco an the third, I discovered web script It is perfect for what we need. But I don't like to close doors, that is why I asked what you were using &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Feb 2011 01:13:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-and-coldfusion-development/m-p/238715#M191845</guid>
      <dc:creator>prignony</dc:creator>
      <dc:date>2011-02-17T01:13:50Z</dc:date>
    </item>
  </channel>
</rss>

