Re: Clustering Application Scope Objects

2004-04-13 Thread Sergiusz Jarczyk
Hi > For my purposes, I would let the database manage conflicts. Each application scope object would > be tied to the database, a change made on a specific application server would first update the > database. For example, the information from a table containing label/value pairs for product > c

Fwd: RE: Clustering Application Scope Objects

2004-04-12 Thread Mike Duffy
--- "Filip Hanik (lists)" <[EMAIL PROTECTED]> wrote: > From: "Filip Hanik \(lists\)" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Subject: RE: Clustering Application Scope Objects > Date: Mon, 12 Apr 2004 09:49:

RE: Clustering Application Scope Objects

2004-04-11 Thread Mike Duffy
iday, April 09, 2004 5:48 PM > To: Tomcat Users List > Subject: Clustering Application Scope Objects > > > I've read documentation for The Tomcat 5 Servlet/JSP Container: > Clustering/Session Replication HOW-TO > http://jakarta.apache.org/tomcat/tomcat-5.0-doc/cluster-howto.

Re: [OT] Clustering Application Scope Objects

2004-04-10 Thread Curtis Taylor
Hi Mike, This is an interesting question. Using the PlugIn interface to store "semi-static" data in the app context is a commonly accepted pattern (we use it in the project I'm working on now). However, there's no mechanism currently available in Struts to allow for data model change event noti

Re: [OT] Clustering Application Scope Objects

2004-04-10 Thread Matt Sgarlata
ny correlated methods for clustering application scope objects? AFAIK there's nothing in the Servlet API specifications in this direction. Sessions may be swapped in and out by several different means (serialization or database), but application scope information is kept individuall

Re: [OT] Clustering Application Scope Objects

2004-04-10 Thread Mike Duffy
cat-5.0-doc/cluster-howto.html > > > > I understand clustering for individual user sessions. Are there any > > correlated methods for clustering application scope objects? > > AFAIK there's nothing in the Servlet API specifications in this > direction. Sessions may

Re: [OT] Clustering Application Scope Objects

2004-04-10 Thread Christian Bollmeyer
user sessions. Are there any > correlated methods for clustering application scope objects? AFAIK there's nothing in the Servlet API specifications in this direction. Sessions may be swapped in and out by several different means (serialization or database), but application scope information i

[OT] Clustering Application Scope Objects

2004-04-10 Thread Mike Duffy
I've read documentation for The Tomcat 5 Servlet/JSP Container: Clustering/Session Replication HOW-TO http://jakarta.apache.org/tomcat/tomcat-5.0-doc/cluster-howto.html I understand clustering for individual user sessions. Are there any correlated methods for clustering application