Forums / Developer / Synchronizing content between eZ instances
Matthieu Sévère
Tuesday 10 August 2010 1:59:46 pm
Hi guys,
I'm looking for a way to synchronize content between different eZ Publish installation.
An example would be : when an image is created in one eZ automatically create the content in another eZ.
I'm thinking about webservices to do such a thing, what do you think ?
To eZ dream team : when do you plan releasing your RESTful API ? could be very usefull here :)
Thanks for your thoughts :)
-- eZ certified developer: http://ez.no/certification/verify/346216
Kévin S.
Wednesday 11 August 2010 12:13:53 am
I don't have an answer to your question but I can give you an advice to avoid some problems if you work on different eZ Publish installations :
Don't use simple id's (in override conditions and in template fetches) because they might change from one eZ install to another. Try to use remote_id's (node remote_id and object remote_id) instead.
André R.
Wednesday 11 August 2010 2:40:34 am
There is various syndication extensions around, but they are far from perfect and has a whole slew of issues which explains why they are not downloadable.
Common for most of them is that remote_id is used as identifier for content, so point by Kevin above is valid with these as well.
eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription @: http://twitter.com/andrerom
Vytautas Germanavičius
Thursday 18 November 2010 5:47:46 am
Has anyone found solution for this?
{set-block scope=root variable=cache_ttl}0{/set-block}