data replication 2004-07-12 - By koala.gnu@(protected)
Back Hi all,
some questions.
1) Suppose I have a J2EE application with
WEB Tier EJB Tier Database Tier
I want to use clustering for solve scalability problem but I do not know who should be responsible for data replication: EJB or DB?
I mean if on two server I configure EJB layers in clustering, does this allow data replication? If so, the entity bean should be defined remote or local. Currently I use only local interface since session bean access to them on same JVM.
2) I use sequence bean pattern for id generation, but how to implement it in a clustered environment. Any link?
3) again. I have some periodical tasks (call them services) and I want execute them only on one server. It could be a good choice distribute service execution on server. What pattern I should use?
Thanks.
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____ ___ Tiscali ADSL libera la velocita'! Attiva Senza Canone entro il 12 luglio: navighi a 1,5 euro l'ora per i primi 3 mesi,se scegli il modem e' tuo in comodato gratuito e in piu' hai gratis SuperMail per 12 mesi. Non aspettare, attivala subito! http://abbonati.tiscali.it/adsl/prodotti/640Kbps/
===================================================================Companion Site: http://www.corej2eepatterns.com J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@(protected)
|
|