Thanks for your fast answer Will. Actually i'm doing something like the C solution u gave me but i wanted to know if there are any method or something done. As i can see if that are your answers probably there aren't any more-easy ways to do that :P
Thanks for your info, Regards. -- Yota 2011/8/29 Will Scheidegger <[email protected]>: > > Hi Yota > > There are 3 ways to do this: > > a) clustered repository > Here, public and author instance are sharing a repo for the data that both > sides need to write to. see > http://documentation.magnolia-cms.com/technical-guide/clustering.html > > b) activating back to author > You can use the same activation functionality you us in author also to push > data back from public to author. If you configure a subscriber in public > which points to author you're set. This approach however has two problems: > - Security: you're opening up a path from public to author. Make sure you're > not doing anything stupid! > - Integrity: Can you be sure that when you work on the data set in author > nothing is being worked on in public at the same time? > > c) Custom mechanism, e.g. your own xml over http exchange. > > -will > > On 29.08.2011, at 10:34, Yota wrote: > >> >> Hi magnolians, >> >> I wanna ask you if someone knows an easy way to save on the author >> instance data from the public instance. For example if i have an >> online shop and a registered user buys something,I wanna write it on >> the repository of the author instance and activate it to make some >> statistics on the public instance with the same data. What i do now is >> send it via URL to the author, create the contents, etc and then >> activate it and come back to the public. >> >> There are any method or something much easier to keep both >> repositories equal when the data comes from the public instance? >> >> Thanks in advance. >> >> Regards. >> >> -- >> Yota >> >> >> ---------------------------------------------------------------- >> For list details see >> http://www.magnolia-cms.com/community/mailing-lists.html >> To unsubscribe, E-mail to: <[email protected]> >> ---------------------------------------------------------------- >> > > > > ---------------------------------------------------------------- > For list details see > http://www.magnolia-cms.com/community/mailing-lists.html > To unsubscribe, E-mail to: <[email protected]> > ---------------------------------------------------------------- > > ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
