Oracle

J2EE clustering with JBoss

Some useful links for JBoss clustering and failover configurations: [updated 03-08-28]

Average rating
(0 votes)

Similar entries

  • JBoss Optimization tips

  • Seid points me to the official JBoss 4 roll out. Did you know ? It is the first J2EE certified open source application server. Jgroups for Clustering features, usage of Hibernate simplified, but according to Seid the delivered AOP (Aspect…

  • Released some hours ago: JBoss 3.2.2 RC 2 (3.2.x Development Releases) and Jboss 3.0.8, from the JBoss 3.0.x production release branch variant. They say the new versions only have minor feature enhancements… JBoss is an Open Source, standards-compliant, Enterprise JavaBeans…

  • That sounds nice: the JBoss 4.0 DR 2 from the JBoss 4.0.x Development Releases that was released today aswell a few minutes later features a JBoss JDO implementation for standard Java object persistence a JMS rewrite of the Message service…

  • Aspect-oriented programming (AOP) is an exciting new paradigm that should have the same effect on software development that object-oriented programming (OOP) had 15-20 years ago. AOP and OOP are not competing technologies, but actually complement each other quite nicely. OOP is great for modeling common behavior on a hierarchy of objects. Its weakness is in applying common behavior that spans multiple non-related object models; this is where AOP comes in.