<?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 way to create / integrate a webapp? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/best-way-to-create-integrate-a-webapp/m-p/228611#M181741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here's one approach, but certainly there are numerous variations on a theme: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Webform - create web script to render and process the form data.&amp;nbsp; You'll have to develop the html for the form.&amp;nbsp; The web script function provide security as well to enforce which users can access this functionality.&amp;nbsp; It may also be possible, depending on your specific needs, that you don't need a separate html form and that the forms that can be generated in the workflow module are sufficient. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Workflow - Alfresco integrates nicely with jBPM workflow engine and it is included in the standard install.&amp;nbsp; You can create custom workflows that integrate with the Alfresco repository. Emails can be generated when a task is assigned to notify a user of a task.&amp;nbsp; Timers can also be configured.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Setup Space (folder) - create a space and use built-in permissions functionality of Alfresco for controlling who can see/add/edit a document.&amp;nbsp; The Alfresco Explorer client provides this functionality.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Excel download - not sure exactly what data you want in Excel, but Alfresco integrates with the Office suite.&amp;nbsp; Depending on what you are looking for you may need to write a web script to extract data from the repository that is then imported to Excel.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And good news is that no Java coding is necessary to implement any of this.&amp;nbsp; Server-side Javascript is supported and I believe so is PHP, but never looked at PHP functionality.&amp;nbsp; Some customization may need Java skills, but just depends on the complexity of the problem you are trying to solve (e.g., heavy calculations or the need to support a high transaction volume could lead you to a Java implementation; custom actions or new transformation).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Mar 2010 13:02:55 GMT</pubDate>
    <dc:creator>stevegreenbaum</dc:creator>
    <dc:date>2010-03-22T13:02:55Z</dc:date>
    <item>
      <title>Best way to create / integrate a webapp?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-way-to-create-integrate-a-webapp/m-p/228610#M181740</link>
      <description>Hello,I started using alfresco mainly for managing my documents and I would to like to extent it with some applications. I found some posts and tutorials but couldn’t get a satifiying answer to following 2 issues. So I hope u can help me out there.1. WebformI want to create a webapp where uses provi</description>
      <pubDate>Thu, 18 Mar 2010 16:08:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-way-to-create-integrate-a-webapp/m-p/228610#M181740</guid>
      <dc:creator>plautzer</dc:creator>
      <dc:date>2010-03-18T16:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to create / integrate a webapp?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-way-to-create-integrate-a-webapp/m-p/228611#M181741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here's one approach, but certainly there are numerous variations on a theme: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Webform - create web script to render and process the form data.&amp;nbsp; You'll have to develop the html for the form.&amp;nbsp; The web script function provide security as well to enforce which users can access this functionality.&amp;nbsp; It may also be possible, depending on your specific needs, that you don't need a separate html form and that the forms that can be generated in the workflow module are sufficient. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Workflow - Alfresco integrates nicely with jBPM workflow engine and it is included in the standard install.&amp;nbsp; You can create custom workflows that integrate with the Alfresco repository. Emails can be generated when a task is assigned to notify a user of a task.&amp;nbsp; Timers can also be configured.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Setup Space (folder) - create a space and use built-in permissions functionality of Alfresco for controlling who can see/add/edit a document.&amp;nbsp; The Alfresco Explorer client provides this functionality.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Excel download - not sure exactly what data you want in Excel, but Alfresco integrates with the Office suite.&amp;nbsp; Depending on what you are looking for you may need to write a web script to extract data from the repository that is then imported to Excel.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And good news is that no Java coding is necessary to implement any of this.&amp;nbsp; Server-side Javascript is supported and I believe so is PHP, but never looked at PHP functionality.&amp;nbsp; Some customization may need Java skills, but just depends on the complexity of the problem you are trying to solve (e.g., heavy calculations or the need to support a high transaction volume could lead you to a Java implementation; custom actions or new transformation).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Mar 2010 13:02:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-way-to-create-integrate-a-webapp/m-p/228611#M181741</guid>
      <dc:creator>stevegreenbaum</dc:creator>
      <dc:date>2010-03-22T13:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to create / integrate a webapp?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-way-to-create-integrate-a-webapp/m-p/228612#M181742</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;thx for the reply.. I looked into the web scripts and created a webform. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I want to retrieve and save the data from the user form from/to a database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I define and access the DB?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Usally Js is clientside script language is that even possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;greetz,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Plautzer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Mar 2010 15:18:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-way-to-create-integrate-a-webapp/m-p/228612#M181742</guid>
      <dc:creator>plautzer</dc:creator>
      <dc:date>2010-03-22T15:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to create / integrate a webapp?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-way-to-create-integrate-a-webapp/m-p/228613#M181743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alfresco has implemented the Rhino Javascript engine on the server-side.&amp;nbsp; So all of your Alfresco repository access can be done within a web script using Javascript.&amp;nbsp; I think this is a great feature of Alfresco.&amp;nbsp; Take a look at the Javascript API -&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/3.2_JavaScript_API" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/3.2_JavaScript_API&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Defining the database (model) is done using XML files.&amp;nbsp;&amp;nbsp; You can access the database using Lucene or Xpath and with recent releases CMIS – see the Javascript&amp;nbsp; api for details.&amp;nbsp; See ecmarchitect.com for tutorials. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are examples in the wiki for retrieving data from a html form.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Mar 2010 15:46:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-way-to-create-integrate-a-webapp/m-p/228613#M181743</guid>
      <dc:creator>stevegreenbaum</dc:creator>
      <dc:date>2010-03-22T15:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to create / integrate a webapp?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-way-to-create-integrate-a-webapp/m-p/228614#M181744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thx for the info. Unfortunately I cant find the right article on ecmarchitect. Do u have a title oder url for me?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I additionally need all the information of the creator, creation_date, last_changed_date, documentsname… of the documents of a certain site or repostitory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to display and/or extract an overview of all those documents? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Greetz&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Plautzer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 08:33:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-way-to-create-integrate-a-webapp/m-p/228614#M181744</guid>
      <dc:creator>plautzer</dc:creator>
      <dc:date>2010-03-24T08:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to create / integrate a webapp?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-way-to-create-integrate-a-webapp/m-p/228615#M181745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The tutorials are listed on the bottom right side of the page in the Features section.&amp;nbsp; Here is a link to the web script page - &lt;/SPAN&gt;&lt;A href="http://ecmarchitect.com/images/articles/alfresco-webscripts/web-script-article.pdf" rel="nofollow noopener noreferrer"&gt;http://ecmarchitect.com/images/articles/alfresco-webscripts/web-script-article.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All of the document properties that you are looking for can be extracted and displayed.&amp;nbsp; The best way to learn how to do this is to read all of the tutorials on ecmarchitect.&amp;nbsp; If you only need to see these properties, go to the Alfresco Explorer client, find the document you are interested in and then select the document detail action which will show you the default properties for the document.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 11:41:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-way-to-create-integrate-a-webapp/m-p/228615#M181745</guid>
      <dc:creator>stevegreenbaum</dc:creator>
      <dc:date>2010-03-24T11:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to create / integrate a webapp?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-way-to-create-integrate-a-webapp/m-p/228616#M181746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am familiar with properties… I would like to display/ print / export alle the documents within a space and maybe even its spaces. So I guess there is no quick and easy to configure that in alfresco?!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thx for the link. I am gonna check it out.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 12:00:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-way-to-create-integrate-a-webapp/m-p/228616#M181746</guid>
      <dc:creator>plautzer</dc:creator>
      <dc:date>2010-03-24T12:00:57Z</dc:date>
    </item>
  </channel>
</rss>

