<?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: What code does Alfresco use? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/what-code-does-alfresco-use/m-p/189634#M142764</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Paul,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco WCM can be split into two separate areas; content creation and content delivery.&amp;nbsp; Firstly there is the content creation side i.e. the editorial activity where content authors create content ready for web publication.&amp;nbsp; This typically is handled by Alfresco WCM core product which is a Java based application, so modifying and extending Alfresco (if this is required) would require Java knowledge.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once the content has been created, delivery of the content to the website is the second stage.&amp;nbsp; Alfresco WCM provides a lot of options in this area.&amp;nbsp; For example, you can completely de-couple the delivery side meaning that Alfresco produces content e.g html and xml content items, and then these are pushed to the delivery servers (using Alfresco's in-built deployment tools).&amp;nbsp; Then, the method with which these content items are delivered is entirely up to you.&amp;nbsp; For example, if you are storing your content items as XML, then any programming language that can process XML can be used e.g. JSP/Java, PHP, Ruby etc etc.&amp;nbsp; This method allows you to build a dynamic web application using whichever platform you are happy with.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco also provides a REST based interface using "Web Scripts".&amp;nbsp; Web scripts allow you to interact with the repository using HTTP, running server side Java Script.&amp;nbsp; So again, any web application which can make HTTP requests can access these dynamic Web Script requests.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards, Ben.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 02 Nov 2008 11:57:38 GMT</pubDate>
    <dc:creator>ben</dc:creator>
    <dc:date>2008-11-02T11:57:38Z</dc:date>
    <item>
      <title>What code does Alfresco use?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-code-does-alfresco-use/m-p/189633#M142763</link>
      <description>Hi, My name is Paul Weinstock I want to install Alfresco, but I'm very interested to know what is the dynamic language I can use with it?</description>
      <pubDate>Fri, 31 Oct 2008 14:06:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-code-does-alfresco-use/m-p/189633#M142763</guid>
      <dc:creator>paulweinstock</dc:creator>
      <dc:date>2008-10-31T14:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: What code does Alfresco use?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-code-does-alfresco-use/m-p/189634#M142764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Paul,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco WCM can be split into two separate areas; content creation and content delivery.&amp;nbsp; Firstly there is the content creation side i.e. the editorial activity where content authors create content ready for web publication.&amp;nbsp; This typically is handled by Alfresco WCM core product which is a Java based application, so modifying and extending Alfresco (if this is required) would require Java knowledge.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once the content has been created, delivery of the content to the website is the second stage.&amp;nbsp; Alfresco WCM provides a lot of options in this area.&amp;nbsp; For example, you can completely de-couple the delivery side meaning that Alfresco produces content e.g html and xml content items, and then these are pushed to the delivery servers (using Alfresco's in-built deployment tools).&amp;nbsp; Then, the method with which these content items are delivered is entirely up to you.&amp;nbsp; For example, if you are storing your content items as XML, then any programming language that can process XML can be used e.g. JSP/Java, PHP, Ruby etc etc.&amp;nbsp; This method allows you to build a dynamic web application using whichever platform you are happy with.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco also provides a REST based interface using "Web Scripts".&amp;nbsp; Web scripts allow you to interact with the repository using HTTP, running server side Java Script.&amp;nbsp; So again, any web application which can make HTTP requests can access these dynamic Web Script requests.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards, Ben.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Nov 2008 11:57:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-code-does-alfresco-use/m-p/189634#M142764</guid>
      <dc:creator>ben</dc:creator>
      <dc:date>2008-11-02T11:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: What code does Alfresco use?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-code-does-alfresco-use/m-p/189635#M142765</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;i think the above what you have stated is what i am after.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i am after installnig this on iis - windows server 2003 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is this going to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if so can you direct me in the right direction for the rihgt download and installion guide to set this up on my server please, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i am finding it very difficult to get good information on alfresco and what the capabilites are to find the right installtion for my set up&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;please help&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;contact me on &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:nicola.burton@tab.ac.uk" rel="nofollow noopener noreferrer"&gt;nicola.burton@tab.ac.uk&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 09:01:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-code-does-alfresco-use/m-p/189635#M142765</guid>
      <dc:creator>shipman</dc:creator>
      <dc:date>2008-11-18T09:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: What code does Alfresco use?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-code-does-alfresco-use/m-p/189636#M142766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The first place to start with WCM is &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Web_Content_Management" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Web_Content_Management&lt;/A&gt;&lt;SPAN&gt; to get an overview of what it is.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First follow the install guide to install a Tomcat Alfresco bundle.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Installing_Labs_3" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Installing_Labs_3&lt;/A&gt;&lt;SPAN&gt; or enterprise release and documentation. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then install the FSR to deploy to a filesystem which is served up by IIS.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 09:54:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-code-does-alfresco-use/m-p/189636#M142766</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2008-11-18T09:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: What code does Alfresco use?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-code-does-alfresco-use/m-p/189637#M142767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi, My name is Paul Weinstock I want to install Alfresco, but I'm very interested to know what is the dynamic language I can use with it?&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;We're presuming that you're interested in Web Content Management, correct?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 10:23:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-code-does-alfresco-use/m-p/189637#M142767</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2008-11-18T10:23:11Z</dc:date>
    </item>
  </channel>
</rss>

