<?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 Adding content from external webapp in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/adding-content-from-external-webapp/m-p/29070#M14814</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I needed to add some content files in Alfresco from other web applications. To do that I implemented a web-app that uses web-services api to "upload" file in Alfresco. So, when i need to send a file to Alfresco from other applications i add a link that open the new web-app in a pop up window, i upload the file and the web-app send it to Alfresco throught webservices api. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would ask if there is a way to do that using the extension of Alfresco web client. What I need is something like this: writing a jsp using the Alfresco component to create a form. In this form i need to collect data (input field) and the file (upload). Submiting the form all the data (file included) are setted in a bean where i can perform some operation with the Alfresco API (adding the content, writing metadata, ecc.). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Reading about JSF and I think this could be possible, but I'm not sure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if yes, is there an example to follow?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrea&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Jun 2006 18:42:48 GMT</pubDate>
    <dc:creator>andrepra</dc:creator>
    <dc:date>2006-06-10T18:42:48Z</dc:date>
    <item>
      <title>Adding content from external webapp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-content-from-external-webapp/m-p/29070#M14814</link>
      <description>I needed to add some content files in Alfresco from other web applications. To do that I implemented a web-app that uses web-services api to "upload" file in Alfresco. So, when i need to send a file to Alfresco from other applications i add a link that open the new web-app in a pop up window, i uplo</description>
      <pubDate>Sat, 10 Jun 2006 18:42:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-content-from-external-webapp/m-p/29070#M14814</guid>
      <dc:creator>andrepra</dc:creator>
      <dc:date>2006-06-10T18:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Adding content from external webapp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-content-from-external-webapp/m-p/29071#M14815</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;Yes, it is possible. We have to support both a webapp and portlet use so we have to jump through a few hoops to have file uploads in both these environments (at the time we implemented it MyFaces didn't have support for file upload in portals).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you only need to support a web app scenario then you can use the MyFaces file upload component in your app. This will allow you to have a single form that uploads the file content and the form data in one go.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 08:07:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-content-from-external-webapp/m-p/29071#M14815</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2006-06-12T08:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Adding content from external webapp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-content-from-external-webapp/m-p/29072#M14816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your answer, but what I would like to do is to develop my upload jsp form into Alfresco Web Client as an extension and avoid the use of a third web-app to manage the upload.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is our current scenario: two web-app W1 and W2 need to upload document. so we have developed a web-app (U) for upload that send file to Alfresco (A). So the user submit the file and data to U that send file to A throught web services. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The desired scenario is: develop the same function of U as Alfresco web client extension (Aext). So W1 and W2 call Aext&amp;nbsp; for uploading. The user submit data and file to Aext that send data to A throught native api because both A and Aext are the same webapp.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to develop a Aext, and i don't want to use directly A, because I need to customize graphics and form depending from the caller (W1 and W2)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What I don't know is it is possible and how to do is putting Aext into A in this way: adding a folder under jsp folder (ie: /jsp/custom), putting the jsp with the form (upload file and data) and adding the required configuration file to map the manager bean of MyFaces.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrea&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 08:56:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-content-from-external-webapp/m-p/29072#M14816</guid>
      <dc:creator>andrepra</dc:creator>
      <dc:date>2006-06-12T08:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Adding content from external webapp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-content-from-external-webapp/m-p/29073#M14817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, you can add that functionality as an extension. There are several examples of doing this sort of thing in the wiki, go to &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Web_Client_Customisation_Guide" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Web_Client_Customisation_Guide&lt;/A&gt;&lt;SPAN&gt; and have a look at the following examples:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;Adding a Custom Dialog&lt;BR /&gt;Customising An Alfresco JSP&lt;BR /&gt;Customising The Create Content Wizard&lt;BR /&gt;Customising The Login Page&lt;/UL&gt;&lt;SPAN&gt;A combination of these examples should give you enough information to do what you need to do.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 14:07:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-content-from-external-webapp/m-p/29073#M14817</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2006-06-12T14:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Adding content from external webapp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-content-from-external-webapp/m-p/29074#M14818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Andrea !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am interrested by the Alfresco upload extention… Is it working ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you plan to add it to the Alfresco Forge ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Samuel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2006 13:06:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-content-from-external-webapp/m-p/29074#M14818</guid>
      <dc:creator>sam69</dc:creator>
      <dc:date>2006-06-27T13:06:55Z</dc:date>
    </item>
  </channel>
</rss>

