<?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: Pour une application en java travaillant avec alfresco,... in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/pour-une-application-en-java-travaillant-avec-alfresco/m-p/62754#M39209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Je suis personnellement dans la lecture du document de Jeff Potts. Et je vais suivre le tutoriel. De ce que j'ai compris les API REST et les Web Scripts c'est du pareil au même.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sinon dans alfresco, il faut aussi regarder l'URL : &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/index" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/index&lt;/A&gt;&lt;SPAN&gt; qui donne une bonne idée de tous les scripts déjà à dispo (même si certains demandent à être testés sous Firefox)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Nov 2007 16:01:20 GMT</pubDate>
    <dc:creator>denisr</dc:creator>
    <dc:date>2007-11-29T16:01:20Z</dc:date>
    <item>
      <title>Pour une application en java travaillant avec alfresco,...</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/pour-une-application-en-java-travaillant-avec-alfresco/m-p/62753#M39208</link>
      <description>Bonjour, Pour une application en java travaillant avec alfresco, j'ai un formulaire de saisie JSP/ JAVA après avoir valider le formulaire je voudrais créer un web script qui va me créer un document du type choisi dans le formulaire. Est ce que quelqu'un aurait une idée de comment créer ce web script</description>
      <pubDate>Thu, 29 Nov 2007 15:28:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/pour-une-application-en-java-travaillant-avec-alfresco/m-p/62753#M39208</guid>
      <dc:creator>manu80</dc:creator>
      <dc:date>2007-11-29T15:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pour une application en java travaillant avec alfresco,...</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/pour-une-application-en-java-travaillant-avec-alfresco/m-p/62754#M39209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Je suis personnellement dans la lecture du document de Jeff Potts. Et je vais suivre le tutoriel. De ce que j'ai compris les API REST et les Web Scripts c'est du pareil au même.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sinon dans alfresco, il faut aussi regarder l'URL : &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/index" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/index&lt;/A&gt;&lt;SPAN&gt; qui donne une bonne idée de tous les scripts déjà à dispo (même si certains demandent à être testés sous Firefox)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 16:01:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/pour-une-application-en-java-travaillant-avec-alfresco/m-p/62754#M39209</guid>
      <dc:creator>denisr</dc:creator>
      <dc:date>2007-11-29T16:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Pour une application en java travaillant avec alfresco,...</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/pour-une-application-en-java-travaillant-avec-alfresco/m-p/62755#M39210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;En effet, "Web scripts" est le nom de baptême de l'API REST d'Alfresco, c'est donc bien la même chose.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;En plus des excellentes docs de Jeff Potts, voir aussi la bible sur le wiki, donc :&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/HTTP_API" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/HTTP_API&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Web_Scripts" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Web_Scripts&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Web_Scripts_Examples" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Web_Scripts_Examples&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2007 17:49:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/pour-une-application-en-java-travaillant-avec-alfresco/m-p/62755#M39210</guid>
      <dc:creator>michaelh</dc:creator>
      <dc:date>2007-11-29T17:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pour une application en java travaillant avec alfresco,...</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/pour-une-application-en-java-travaillant-avec-alfresco/m-p/62756#M39211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Merci pour la doc ca m'aide bien et j'ai pu commencer a voir vraiment comment ca fonctionnait. cependant je n'ai pas trouvé comment faire ce que je voulais exactement.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;J'ai des type perso que j'ai decris dans le xxModel.xml et dans web-client-config-custom.xml et je voudrais créer un document de ce type,je voudrais savoir comment faire cela…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;un truc du genre createfile("essai.txt","my:typePerso")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;merci&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;c'est bon j'ai trouvé il faut faire createnode("essai.txt","my:typePerso") voila merci qd meme&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2007 08:42:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/pour-une-application-en-java-travaillant-avec-alfresco/m-p/62756#M39211</guid>
      <dc:creator>manu80</dc:creator>
      <dc:date>2007-11-30T08:42:59Z</dc:date>
    </item>
  </channel>
</rss>

