Questions tagged [jxta]

JXTA is a set of protocols to operate devices in a P2P fashion on the Internet.

JXTA is a set of protocols, initially designed by Sun Microsystems, to operate devices in a P2P fashion on the Internet. It aims at being universal and independent of any technologies or programming languages. These protocols have been implemented in C (see JXTA-C) and in Java (see JXSE).

In October 2010, Oracle Corporation officially confirmed that it was withdrawing from the JXTA technology. Sun Microsystems had progressively diminished its participation since 2007-2008.

Some companies are still using the JXTA-C implementation, though this part of the community has not been very active in recent years. On the other side, the JXSE community has delivered two releases of JXTA for Java in 2010 and 2011. These are now used in production by some companies, considering the significant improvements made to the code and to testing since release 2.5.

62 questions
25
votes
1 answer

Getting started with a custom JXTA PeerGroup

I have been working with JXTA 2.3 for the last year or so for a peer-to-peer computing platform I am developing. I am migrating to JXTA 2.5 and in the process I am trying to clean up a lot of my use of JXTA. For the most part, I approached JXTA with…
Stephen Pellicer
  • 1,543
  • 1
  • 15
  • 13
24
votes
4 answers

Android P2P Multiplayer game (with a) XMPP/Google talk b) JXTA peerdroid c) other way)

I am an android developer and I made some board games. Now i want to make some of my board games multiplayer. I don't want to create and host my own web service, so i thought about P2P. The first thing i found was the XMPP protocol, however it's not…
Kristof
  • 557
  • 6
  • 14
19
votes
4 answers

Why has JXTA been abandoned? Any alternatives out there?

P2p/Grid Computing seem like a promising concepts. JXTA looks like the only all in one framework for it. Is there a reason this field is so sparsely pursued?
Stephen K
  • 317
  • 3
  • 8
13
votes
7 answers

Python Library/Framework for writing P2P applications

Is there any library or framework for writing P2P applications in Python ? I know the initial Bittorrent client was written in Python. I'm looking something like JXTA but for Python.
Manuel Ceron
  • 8,268
  • 8
  • 31
  • 38
8
votes
3 answers

Peer-to-peer replication of a sqlite database

I am looking for a way to replicate a small and simple relational database (like SQLite) across peers. This should work in an environment with unstable network connections, hence the need for each peer to have a full copy of the database. This…
user952460
  • 133
  • 1
  • 8
7
votes
1 answer

Join existing PeerGroup in JXTA/JXSE

I have a problem using JXSE. Let's say i have a rendezVous peer and an Edge peer, not on the same local network. The rendezVous peer create a peerGroup "test", and publish an advertisement in this group with the name "test advertisement" Let's say…
crashxxl
  • 682
  • 4
  • 18
6
votes
1 answer

Generating X509Certificate using bouncycastle X509v3CertificateBuilder

I'm attempting to port JXTA to run on App Engine. Given that the BouncyCastle "BC" provider is not yet supported on App Engine, I have to port the existing JXTA code to generate a X509Certificate using white-listed classes. My knowledge of Crypto is…
Chuck D
  • 1,629
  • 2
  • 16
  • 32
5
votes
3 answers

Is JXTA project still alive ? "jxta.org" seems to be down?

Is JXTA project still active ? I am looking for a good Open Source Peer to peer solution, found JXTA articles, but "jxta.org" is not working, Is it still alive ? or got it moved to some where else ?
Gireesh
  • 71
  • 3
5
votes
2 answers

How can a peer find another peer?

There is an important issue that is not clear when someone search information about how the peers find each other in JXTA. Let´s assume that we have got two peers one in Berlin and the another one in London, which is a rendezvous. My question is how…
Alex
  • 75
  • 1
  • 9
4
votes
1 answer

How do I discover peers and send messages in JXTA-JXSE 2.6?

Using JXTA 2.6 from http://jxse.kenai.com/ I want to create application that can run multiple peers on one or more hosts. The peers should be able to find each other in a group and send direct messages as well as propagate messages. What would a…
ib.lundgren
  • 1,524
  • 14
  • 15
4
votes
3 answers

Is there an alternative to JXTA for Java P2P frameworks?

My team is having trouble with a project using JXTA. Is there another framework for P2P networks java?
Andersson Melo
  • 764
  • 1
  • 13
  • 32
3
votes
1 answer

Java JXTA - where is the JAR file?

Where can I download JXTA/JXSE? I mean the JAR file of this library, because I found project code here http://java.net/projects/jxta-jxse/sources/svn/show downloaded by SVN and I have no idea how to link all classes this to NetBeans. any help…
mfens
  • 31
  • 2
2
votes
1 answer

JXTA client - server

I would like to implement a client-server architecture using JXTA. Also the configuration of the server part will be 3 - tier. Does anyone know a good place to get this project started? Thanx in advance.
Corovei Andrei
  • 1,646
  • 6
  • 28
  • 42
2
votes
1 answer

is JXTA 2.7 production ready and when is Chaupal 1.0 due?

i am about to develop a new application and I was looking at JXSE framework. It seems some political issues with oracle have killed the project from what i understand. this raises a few questions: Is JXSE 2.7 stable enough for production use? Will…
JayDee
  • 949
  • 1
  • 13
  • 20
2
votes
1 answer

Does JXTA support direct P2P communication, even if both peers are behind NATs?

With two JXTA based peers, each one behind its own NAT, is it possible for them to send direct messages to each other? It is ok to use a rendezvous server for initial connection, but the real message with the payload needs to be sent directly from…
Witek
  • 6,160
  • 7
  • 43
  • 63
1
2 3 4 5