Data Synchronization between Enterprise DataStore and External WebSite DataStore

Posted by Yoann. B on Stack Overflow See other posts from Stack Overflow or by Yoann. B
Published on 2009-12-30T21:04:50Z Indexed on 2010/06/17 9:03 UTC
Read the original article Hit count: 310

Filed under:
|
|

Hi,

I've an enterprise database store used by some rich applications and a website with it own database store.

Enterprise application work with local data and some of these data (like orders,prices ...) have to be "synchronized" to the web site datastore.

On the other side, internet customers are able to edit their profile which have to be "synchronized" to the enterprise datastore too.

Basically i need this architecture :

WebSite => WebSite Database <=> || Internet || <=> Enterprise Database <= Rich Applications

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET