Hi:
I've read the posts and noticed a lack of Jgroups support. The closest
it seems to come is a mention of reimplementing the SPI layer. I grabbed
the latest source from CVS and there is no JGroups implementation yet.
The JXTA implementation of that looks complex - runs to some 7000 lines,
and probably represents a 6 month effort to reimplement in JGroups.
This looks bleak.
Is there some other way that I'm missing?
I should mention that I'm be pushed this way by these posts, which talk
about be unable to do test driven development:
The testing problem:
http://forums.java.net/jive/thread.jspa?messageID=330040&tstart=0
a very good blog entry: JXTA: Not The Solution To Java Peer Discovery
<
http://www.prestonlee.com/2007/04/14/jxta-not-the-solution-to-java-peer
-discovery/101/>
At a minimum, my project has two requirements that are driving me
towards JGroups:
- A design that requires for multiple members of a group within
the same JVM (same Tomcat instance, actually)
- A testing requirement that requires multiple members of a
group within different processes on the same machine (ie, different
Tomcat instances on the same machine listening on different ports)
I'm under the impression that JXTA prevents me from doing either of
those things.
Is that right?
Thanks,
Rob.