12-20-2013 07:57 AM
Hi,
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).
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 :
We could also assume the whole CRUD actions are made through the angular app + API + Asynchronous sync for assets.
Is the angularJS/Nuxeo + Rest API mature enough to manage this use cases, starting from a 5.8 basis or not yet ?
Thanks, Nicolas
12-20-2013 09:31 AM
I do the exact same thing using GWT + REST API for multiple applications, so I know the Nuxeo/API side is capable enough. I
12-20-2013 10:00 AM
Hi Bruce,
12-20-2013 11:16 AM
Hello,
Developing an Angular app that browses the content repository is quite straightforward.
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.
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.
12-20-2013 11:43 AM
Hello Damien,
12-20-2013 12:17 PM
Hi Nicolas,
12-23-2013 12:03 PM
Hi Bruce,
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.