<?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 Can i Use Alfreco Webservice API instead of Webscript in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/can-i-use-alfreco-webservice-api-instead-of-webscript/m-p/268264#M221394</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 have a requirement to implement one cms application with below features:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Group and User Management&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Contact Management&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Image and Video Management&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Document Management&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Books Library Management&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To Implement the above features i am planing to start this application by using Alfresco Java Webservices API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please suggest me ts it recommended approach because alfresco WIKI stating that it is not recommended.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;CMIS is not opt for us because CMIS does not support Group Management.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We can use Webscripts and Spring surf but we need to learn again those new concepts and we have short time for implement this project&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If Webscript is recommended please post one java web application example url, so that i can start learn easily.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me to go with better approach?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Srini.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jul 2012 05:58:08 GMT</pubDate>
    <dc:creator>srinukanta</dc:creator>
    <dc:date>2012-07-20T05:58:08Z</dc:date>
    <item>
      <title>Can i Use Alfreco Webservice API instead of Webscript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-i-use-alfreco-webservice-api-instead-of-webscript/m-p/268264#M221394</link>
      <description>Hi,I have a requirement to implement one cms application with below features:Group and User ManagementContact ManagementImage and Video ManagementDocument ManagementBooks Library ManagementTo Implement the above features i am planing to start this application by using Alfresco Java Webservices API.P</description>
      <pubDate>Fri, 20 Jul 2012 05:58:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-i-use-alfreco-webservice-api-instead-of-webscript/m-p/268264#M221394</guid>
      <dc:creator>srinukanta</dc:creator>
      <dc:date>2012-07-20T05:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can i Use Alfreco Webservice API instead of Webscript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-i-use-alfreco-webservice-api-instead-of-webscript/m-p/268265#M221395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The best place to start learning webscript is your running Alfresco application. Explore it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Come with your doubts here… We can help you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are looking for JAVA based implementation then download the SDK and play with it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 06:43:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-i-use-alfreco-webservice-api-instead-of-webscript/m-p/268265#M221395</guid>
      <dc:creator>sujaypillai</dc:creator>
      <dc:date>2012-07-20T06:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can i Use Alfreco Webservice API instead of Webscript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-i-use-alfreco-webservice-api-instead-of-webscript/m-p/268266#M221396</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;Thanks for you reply. i have downloaded the SDK samples and executed Simple Webservice clinet and i am able to test these samples..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For webservice example application i have downloaded code from "Alfresco 3 Webservices" chapter 4 example which is Books example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tested this example and i am able to running example.. from these examples&amp;nbsp; i understand how to interact Alfresco repository with Webservice API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But i am not able to find one complete simple example like above (like webservice interaction) May be i was failed to search one complete sample application. i have found only snippets how to get repository access and creating folders etc… &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me how can do the one complete simple example with java(any framework struts/spring/ or jsut JSP or servelts) using webscript.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Srini.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 06:58:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-i-use-alfreco-webservice-api-instead-of-webscript/m-p/268266#M221396</guid>
      <dc:creator>srinukanta</dc:creator>
      <dc:date>2012-07-20T06:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can i Use Alfreco Webservice API instead of Webscript</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-i-use-alfreco-webservice-api-instead-of-webscript/m-p/268267#M221397</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 hope you might have succeeded in your above mentioned work. I am interested in the video management. So can you give a solution to below mention doubt of me ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In simple terms i want to modify the script file associated with rules. Is it possible ? In the next paragraph it is explained elaborately.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You will be knowing that when we apply a rule on a folder for any kind of video conversion then e.g. "Transform and copy content" rule with target mimetype being any video format, then any format can be converted to asked video format.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I wanted to have a rule which can execute multiple rules at a time i.e. "Transform and copy content" rule with target mimetype "3GP" and "Transform and copy content" rule with target mimetype "MS-VIDEO" etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to know how can i have such an execution. Does it require javascript API or script file to be wrote ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Akash&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2012 13:56:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-i-use-alfreco-webservice-api-instead-of-webscript/m-p/268267#M221397</guid>
      <dc:creator>akash066</dc:creator>
      <dc:date>2012-11-22T13:56:22Z</dc:date>
    </item>
  </channel>
</rss>

