Re: Docs and some questions

2006-11-15 Thread Andrus Adamchik
Looks like you need to synchronize local databases rather than DataContexts (which would be a secondary concern in this situation). Synchronzing contexts (the default implementation at least) only works if all of them are connected to the same database. I.e. if DC1 in APP1 commits its

Re: Docs and some questions

2006-11-15 Thread Andreas Hjortsberg
, 15 Nov 2006 15:50:13 +0100 Subject: Re: Docs and some questions Looks like you need to synchronize local databases rather than DataContexts (which would be a secondary concern in this situation). Synchronzing contexts (the default implementation at least) only works if all of them

Re: Docs and some questions

2006-11-12 Thread Tore Halset
On Nov 12, 2006, at 02:25, Aristedes Maniatis wrote: Anyhow, although we haven't done this yet, we would be very interested in collaborating on any work to tie jgroups into Cayenne. Since we use Jetty already, and there is some integration between jgroups and Jetty mentioned, perhaps this

Re: Docs and some questions

2006-11-12 Thread Andrus Adamchik
As Ari just mentioned, JGroups site is located here: http://www.jgroups.org Cayenne has built in support for using JGroups as a provider for cache synchronization. You can configure it in the Modeler: * Check Remote Change Notifications for the DataDomain * Click the Configure button next

ROP messaging [Was: Docs and some questions]

2006-11-12 Thread Andrus Adamchik
I renamed this part of the thread since it is about a different thing. Andreas was talking about traditional Cayenne applications accessing the DB, while Ari is talking about ROP. Things are significantly different between the two. If we get deeper into technical details here, I also

Re: Docs and some questions

2006-11-11 Thread Aristedes Maniatis
On 12/11/2006, at 1:15 AM, Andreas Hjortsberg wrote: I'm about to start a project where all clients will have a local swing application and database, probably derby or hsqldb. It is very important what then a client change some of his objects it is broad casted over the local subnet and the