<?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: Distributing Nuxeo content accross the globe through angular apps ? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/distributing-nuxeo-content-accross-the-globe-through-angular/m-p/315775#M2776</link>
    <description>&lt;P&gt;Hi Bruce,&lt;/P&gt;</description>
    <pubDate>Fri, 20 Dec 2013 15:00:27 GMT</pubDate>
    <dc:creator>Nicolas_Steinme</dc:creator>
    <dc:date>2013-12-20T15:00:27Z</dc:date>
    <item>
      <title>Distributing Nuxeo content accross the globe through angular apps ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/distributing-nuxeo-content-accross-the-globe-through-angular/m-p/315773#M2774</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;In my company, we'll use Nuxeo next year for DAM/DMS purposes. We have ~60 subsidiaries accross the world and thus we'll need to replicate our central storage to local one (or reginal one).&lt;/P&gt;
&lt;P&gt;Thinking about it, I could indeed deploy Nuxeo Box around the world or deploy some smart reverse proxy but I was thinking about something lighter and nicer :&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Building a AngularJS based app, using the Nuxeo AngularJS directives. This would be deployed on local sites. App would be in charge to provide a basic "client" for the central storage. Content will be browsed by requesting the API centrally.&lt;/LI&gt;
&lt;LI&gt;For authentication and permissions checkings, AngularJS app would connect to central server to validate user &amp;amp; rights&lt;/LI&gt;
&lt;LI&gt;If user is granted access to a given content, he can download it. Thus, file is fetched either from central repository or from local server if synchronised&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;We could also assume the whole CRUD actions are made through the angular app + API + Asynchronous sync for assets.&lt;/P&gt;
&lt;P&gt;Is the angularJS/Nuxeo + Rest API mature enough to manage this use cases, starting from a 5.8 basis or not yet ?&lt;/P&gt;
&lt;P&gt;Thanks,
Nicolas&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2013 12:57:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/distributing-nuxeo-content-accross-the-globe-through-angular/m-p/315773#M2774</guid>
      <dc:creator>Nicolas_Steinme</dc:creator>
      <dc:date>2013-12-20T12:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Distributing Nuxeo content accross the globe through angular apps ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/distributing-nuxeo-content-accross-the-globe-through-angular/m-p/315774#M2775</link>
      <description>&lt;P&gt;I do the exact same thing using GWT + REST API for multiple applications, so I know the Nuxeo/API side is capable enough. I&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2013 14:31:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/distributing-nuxeo-content-accross-the-globe-through-angular/m-p/315774#M2775</guid>
      <dc:creator>bruce_Grant</dc:creator>
      <dc:date>2013-12-20T14:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Distributing Nuxeo content accross the globe through angular apps ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/distributing-nuxeo-content-accross-the-globe-through-angular/m-p/315775#M2776</link>
      <description>&lt;P&gt;Hi Bruce,&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2013 15:00:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/distributing-nuxeo-content-accross-the-globe-through-angular/m-p/315775#M2776</guid>
      <dc:creator>Nicolas_Steinme</dc:creator>
      <dc:date>2013-12-20T15:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Distributing Nuxeo content accross the globe through angular apps ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/distributing-nuxeo-content-accross-the-globe-through-angular/m-p/315776#M2777</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Developing an Angular app that browses the content repository is quite straightforward.&lt;/P&gt;
&lt;P&gt;But what is exactly you problem ?  From what I understand, your fear is about the network latency. Using a Single page application should help about that since, the templates for instance would be downloaded only once. After that, the only call will be about retrieving data that is much better than retrieving a full html page.&lt;/P&gt;
&lt;P&gt;Beside that, when you talk about synchronisation, it implies some inconsistencies at some time : file present on a server but not replicated on another one. So my question is much about : are you sure the network is a real bottleneck for you app ? And if so, perhaps just a caching proxy on you local sites may suits your needs.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2013 16:16:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/distributing-nuxeo-content-accross-the-globe-through-angular/m-p/315776#M2777</guid>
      <dc:creator>Damien_Metzler</dc:creator>
      <dc:date>2013-12-20T16:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Distributing Nuxeo content accross the globe through angular apps ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/distributing-nuxeo-content-accross-the-globe-through-angular/m-p/315777#M2778</link>
      <description>&lt;P&gt;Hello Damien,&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2013 16:43:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/distributing-nuxeo-content-accross-the-globe-through-angular/m-p/315777#M2778</guid>
      <dc:creator>Nicolas_Steinme</dc:creator>
      <dc:date>2013-12-20T16:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Distributing Nuxeo content accross the globe through angular apps ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/distributing-nuxeo-content-accross-the-globe-through-angular/m-p/315778#M2779</link>
      <description>&lt;P&gt;Hi Nicolas,&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2013 17:17:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/distributing-nuxeo-content-accross-the-globe-through-angular/m-p/315778#M2779</guid>
      <dc:creator>bruce_Grant</dc:creator>
      <dc:date>2013-12-20T17:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Distributing Nuxeo content accross the globe through angular apps ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/distributing-nuxeo-content-accross-the-globe-through-angular/m-p/315779#M2780</link>
      <description>&lt;P&gt;Hi Bruce,&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2013 17:03:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/distributing-nuxeo-content-accross-the-globe-through-angular/m-p/315779#M2780</guid>
      <dc:creator>Nicolas_Steinme</dc:creator>
      <dc:date>2013-12-23T17:03:00Z</dc:date>
    </item>
  </channel>
</rss>

