VOOZH about

URL: https://www.javacodegeeks.com/tag/jgroups

⇱ JGroups Archives - Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Peter DaumJune 28th, 2016
    0 906

    JGroups: Leader election without additional infrastructure

    Hi there, in this post I’ll show how you can solve the problem of leader election without using any additional infrastructure…

    Read More »
  • Enterprise Java👁 Image
    Piotr NowickiMarch 29th, 2013
    0 136

    Using JGroups Directly From JBoss AS 7 Component

    JGroups is Bela Ban‘s piece of software for reliable message exchange that is highly configurable and can use either TCP…

    Read More »
  • Enterprise Java👁 Image
    Adam WarskiJune 15th, 2012
    0 132

    ElasticMQ message replication with JGroups

    ElasticMQ is a messaging server, with a Scala, Java, and an Amazon SQS-compatible interface. It supports guaranteed messaging by replicating…

    Read More »
  • Enterprise Java👁 Image
    Stanislav KobylanskyJune 7th, 2012
    1 237

    EhCache replication: RMI vs JGroups

    Recently, I was working on one product which required replicated caching. Caching provider was already decided – EhCache, and the…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Byron KiourtzoglouMay 22nd, 2010
    0 167

    JBoss 4.2.x Spring 3 JPA Hibernate Tutorial Part #2

    We continue our tutorial about Spring 3, Hibernate, JPA and JBoss 4.2.x – 4.3 integration. The last step is to…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Byron KiourtzoglouMay 18th, 2010
    0 481

    JBoss 4.2.x Spring 3 JPA Hibernate Tutorial

    After spending many hours searching the web, trying to find the most efficient way to use Spring, JPA and Hibenate…

    Read More »
Back to top button
Close