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
0
votes
1 answer

Should I be using a distributed system like Mesos?

I have a project which briefly is as follows: Create an application that can accept tasks written in Java that perform some kind of computation and run the tasks on multiple machines* (the tasks are separate and have no dependency on one…
Tom
  • 330
  • 1
  • 3
  • 17
0
votes
0 answers

Java peer 2 peer - JXTA uses deprecated API

I want to use peer 2 peer in Java, and I came across this question: Developing Peer to Peer application in Java They advised to use JXSE/JXTA. It was pretty hard just to download the things I needed because the links are dead. I eventually managed…
0
votes
1 answer

JXTA on internet

I am developping a JXTA based application in Java with JXSE. It work very well locally, but now i try to get this work on internet. For exemple, i have 2 computers on a local network. They will find each other immediatly, and the application will…
crashxxl
  • 682
  • 4
  • 18
0
votes
1 answer

Unable to connect to a NATed peer

I've successfully started RendezVous_Hans_A_Multicast_Participant on one PC and on another I've started Edge_Teyacapan_Another_Multicast_Participant but the connection between them is not getting established. Both the PCs are behind the same Wifi…
John
  • 693
  • 1
  • 12
  • 37
0
votes
1 answer

How to implement JXTA for wireless connectivity?

Is it possible, if two devices that are turning on their Wifi. But they're not connected to any network. And then.... they want to implement JXTA (peer2peer) activities on android. How? What are the possibilities?
gumuruh
  • 2,544
  • 4
  • 33
  • 56
0
votes
3 answers

JXTA P2P application over internet

I am learning JXTA and want to master it. I downloaded the tutorial programs from jxta website I have run all those programs from only one PC and worked perfectly fine. But I want it to work over internet. My friend also has an internet connection.…
Xinus
  • 29,617
  • 32
  • 119
  • 165
0
votes
1 answer

How discover nearest's peers using JXTA?

I have a p2p network using JXTA protocol. Is it possible discover what peers are nearest a specific peer? tks.
masm
  • 77
  • 9
0
votes
1 answer

jxta: does jxse provides a nat tcp traversal solution?

does jxse provides the mechanism for direct TCP P2P communication behind firewall/NATs i.e through STUNT or ICE? I have scanned through practical JXTA || written by @Vestry and on the related sections but couldn't find the answer.
goh
  • 27,631
  • 28
  • 89
  • 151
0
votes
1 answer

How to get peer list?

I have a problem with jxta. I dont get peer list. @Override public void discoveryEvent(DiscoveryEvent event) { DiscoveryResponseMsg res = event.getResponse(); Enumeration en = res.getAdvertisements(); if…
0
votes
1 answer

How to develop a p2p server based on JXTA2.X integrated with Tomcat(or other serlvet containers) using java?

Basic requirements: 1. Build a file server (back is cloud-storage server) 2. Build satellite servers for private company 3. file server and satellite server shared file metadata and authorization. I recognize p2p fit our requirements(not…
brian_wang
  • 401
  • 4
  • 16
0
votes
1 answer

Where can I find ConnectivityMonitor()?

I want to thank you all for having patience for my strange questions. I wonder where can I find the method ConnectivityMonitor() in JXTA 2.6? I am attaching a picture so you can get an idea. . . . . . =============================picture…
Alex
  • 75
  • 1
  • 9
0
votes
1 answer

Where can I find NetworkManager.RecursiveDelete() in JXTA;

I am searching for the method called NetworkManager.RecursiveDelete(). Do you know where I can find it in JXTA 2.6? I began to search for NetworkManager in JXTA but I can not find it. In JXTA 2.5 it was very easy to find the diffrent classes. I…
Alex
  • 75
  • 1
  • 9
0
votes
1 answer

I am trying to download JXTA 2.7

I am trying to download JXTA 2.7 from this site http://sourceforge.net/projects/practicaljxta/files/ . When I unzip the content I see diffrent classes than those I have seen in JXTA 2.5. Do you know why?
Alex
  • 75
  • 1
  • 9
0
votes
1 answer

I can not get the jar file by maven

I am treying to download the JXTA 2.7 by maven in Netbeans but i do not manage to to that. Do you have any idea why? I got the fellowing panel loading error; org.apache.maven.project.ProjectBuildingException: Error resolving project artifact: Could…
Alex
  • 75
  • 1
  • 9
0
votes
1 answer

JXTA Getting Started

please, can someone here help me out, i have been trying to study JXTA but i cant get the codes to work. can someone give me step by step guide on how to use JXTA 2.6 or 2.7 even 2.5 steps will be appreciated. please i have read the programmer's…