<?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 Spring MVC Alfresco Integration... in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/spring-mvc-alfresco-integration/m-p/251768#M204898</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;SPAN&gt;Iam new to Alfresco…i have a requirement to upload a file in alfresco directory by using Spring MVC(from REST url)…I need alfresco configuration code in spring(and maven dependancies)…and some example java code which upload the file to alfresco directory….&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;plz provide help…ur help is greatly appreciated…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks in advance….&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Mar 2012 09:12:53 GMT</pubDate>
    <dc:creator>nareshthota</dc:creator>
    <dc:date>2012-03-30T09:12:53Z</dc:date>
    <item>
      <title>Spring MVC Alfresco Integration...</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/spring-mvc-alfresco-integration/m-p/251768#M204898</link>
      <description>Hi…Iam new to Alfresco…i have a requirement to upload a file in alfresco directory by using Spring MVC(from REST url)…I need alfresco configuration code in spring(and maven dependancies)…and some example java code which upload the file to alfresco directory….plz provide help…ur help is greatly appre</description>
      <pubDate>Fri, 30 Mar 2012 09:12:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/spring-mvc-alfresco-integration/m-p/251768#M204898</guid>
      <dc:creator>nareshthota</dc:creator>
      <dc:date>2012-03-30T09:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Spring MVC Alfresco Integration...</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/spring-mvc-alfresco-integration/m-p/251769#M204899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alfresco wiki &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Java-backed_Web_Scripts_Samples" rel="nofollow noopener noreferrer"&gt;Java-backed web scripts&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://code.google.com/p/alfresco-developer-guide/source/browse/#svn%2Ftrunk%2Fclient-extensions%2Fconfig%2Falfresco%2Fextension%2Ftemplates%2Fwebscripts%2Fcom%2Fsomeco" rel="nofollow noopener noreferrer"&gt;Hello World Web Script examples&lt;/A&gt;&lt;SPAN&gt; from the Alfresco Developer Guide, includes a file upload example&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.alfresco.com/4.0/topic/com.alfresco.enterprise.doc/concepts/ws-architecture.html" rel="nofollow noopener noreferrer"&gt;Official documentation on web scripts&lt;/A&gt;&lt;SPAN&gt; for Alfresco 4&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 20:08:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/spring-mvc-alfresco-integration/m-p/251769#M204899</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2012-03-30T20:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Spring MVC Alfresco Integration...</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/spring-mvc-alfresco-integration/m-p/251770#M204900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;But how to integrate webscropts in SPRING MVC…are there any dependencies for it…or do we need to add any plugin to IDE…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;plz consider that iam using SPRING Source Tool Suite IDE…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Mar 2012 06:10:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/spring-mvc-alfresco-integration/m-p/251770#M204900</guid>
      <dc:creator>nareshthota</dc:creator>
      <dc:date>2012-03-31T06:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Spring MVC Alfresco Integration...</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/spring-mvc-alfresco-integration/m-p/251771#M204901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for using this old post but my question could be to trivial for creating the new one and it fits to this one in some way &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to ask for some advice regarding alfresco and the way how I should use it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have to create web shop system where almost all pages must be editable without compiling the code. Every product can have separate page template which I need to fill with the right data (from my db) in my code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Of course, shop owner are going top change some static text, page design, add some links or youtube movie etc or on the beginning upload page template prepared by his web designer (perhaps in html ) - so that's why I thing that CMS to store page templates is the only way to achieve that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I was looking into magnolia CMS but it has limited support and all web examples are so old that they are not working with latest magnolia version. The second reason I'm thinking about alfresco is the CMIS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And here comes my question - is it possible to achieve with alfresco all mentioned points, plus I don't want to integrate my Spring MVC application in the way I have to integrate it with magnolia, I want to have it separated. I would like to use CMIS to get only requested page content (html ? ), fill it with data from my db ( prices, product name, user name etc) and show it to user still being in the pure Spring MVC app ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 10:10:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/spring-mvc-alfresco-integration/m-p/251771#M204901</guid>
      <dc:creator>johnnyg</dc:creator>
      <dc:date>2014-07-09T10:10:00Z</dc:date>
    </item>
  </channel>
</rss>

