  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | data replication | data replication 2004-07-12 - By newsreader
Back koala.gnu@(protected) wrote:
>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) > > > Sounds like a job for JMS!
==================================================================== 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)
|
|
 |