Search code examples
javaframeworksprotocolsp2p

Java P2P framework NOT JXTA/JXSE


I need a Java framework to implement a simple P2P protocol which should have at least the following features:

  • peer organization (join, discovery)
  • XML message exchange
  • query

I do not want to use JXTA/JXSE, any alternatives (a part from the DIY)?


Solution

  • The OP made an edit (now deleted by someone else) to say that FreePastry worked for them.