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

learn more… | top users | synonyms

0
votes
0answers
9 views

JXTA authentication failed after restart server

I'm new to JXTA technologies. I met with a problem when try the HelloServer example in JXTA-SOAP project. The first time I started the server using "ant run", it worked fine and got its peerID. Then I ...
0
votes
0answers
18 views

JXTA NAT Traversal Tecnique?

There is many popular nat traversal technique like hole punching i like to khow which of them JXTA use for p2p communication across the WAN? and is JXTA works with all types of nats or is there any ...
0
votes
0answers
12 views

How to send messages via Output pipe to an Input pipe in JXSE?

Everytime i have to send a message i have to create a new input pipe. why this happen? can i use the same input pipe and output pipe to send multiple messages once they are bound? At client class ...
0
votes
0answers
30 views

JXTA Peer Group Membership Issue

Its my first time here. I am learning JXTA and have been working on it for couple of weeks. I am using JXTA 2.6 and right now I am working on Peer Groups and have ran into some issues. Here is what I ...
0
votes
0answers
33 views

custom JXTA Advertisements Publish and Discovery

I'm using JXTA 2.6 to implement the all examples.i am trying to published the _500_Customized_Advertisement_Example in the RendezVous_Jack,the code are:// Creating a customized advertisement ...
0
votes
0answers
91 views

JXTA JXSE config rendezvous peer

I am using peerdroid in my android project and local discovery works just fine. Now i want to upgrade it to work in wide area network. For that i guess i would need rendezvous peer running in the same ...
0
votes
0answers
60 views

How to set rendezvous and relay peer URIs in JXTA?

Please suggest some known usable URIs for rendezvous and Relay peers in JXTA the previous ones are not working it seems.. If any body still using JXTA please respond. I need Some help in My project
0
votes
1answer
93 views

Facing problems Practical JXTA 2 Examples

I am new in JXTA programming. I read the Practical JXTA 2 and tried the example in page-172 about Exploring_Connectivity_Issues. After configuring everything properly, I run the example code. The code ...
-1
votes
2answers
465 views

Sending file from one client to another client using socket in java

Hello everyone , I am trying to develop the application for transfering/sending the file like SKYPE works.So I am using socket for transfering file from one computer(client) to another ...
1
vote
0answers
91 views

JXTA 2.7 SEVERE: World Peer Group could not be instantiated.

trying to run the example files of JXSE 2.7 // Connecting with OSGI, Edge_Dimitri Sending messages etc, I get this error PSE Membmership Service started. Oct 23, 2012 8:20:13 AM ...
0
votes
1answer
63 views

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

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 ...
0
votes
0answers
57 views

JXTA - Practical JXTA 2 error

I am trying to get the code from page 168 to work. The edge connects to the TheRendezVous, but the following code fails to show any peers connected. I am running with JXSE 2.6. A method fails : ...
0
votes
1answer
148 views

Need good working myjxta demo application

I am recently doing research on java p2p application based on JXTA. I found Myjxta demo application for new learners.I tried to communicate between 2 pc using myjxta , but it is not working.from this ...
0
votes
1answer
143 views

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(); ...
2
votes
3answers
637 views

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

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. ...
1
vote
1answer
496 views

JXTA Application on android

I am trying to build an app that establishes P2P connection between two wifi enabled android device. I have added JXTA 2.5 library into android 2.2, but don't know where i am going wrong. Ending up ...
-2
votes
1answer
207 views

Peer-to-peer Java application [closed]

I want to create a peer to peer application that does not use JXTA framework. Just looking for some examples or good tutorials to get the basics down and then can go from there. Cheers.
0
votes
1answer
27 views

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

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

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

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; ...
5
votes
2answers
174 views

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

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 ...
3
votes
1answer
4k views

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

JXTA 2.7 java.lang.NoClassDefFoundError: org/jboss/netty/channel/socket/httptunnel/HttpTunnelClientChannelFactory

I apologize for the redundant question but it seems the entire web doesn't have a clear answer to this major problem. I downloaded JXTA 2.7, dependency files, netty jars and it still doesn't work. ...
0
votes
1answer
221 views

JXTA CMS in JXSE 2.7

I doing a pratical project on JXTA, a Distributed File system. Can we use JXTA CMS Content Management Service in JXSE-2.7 / 2.6? Where can i find the latest CMS jar file which i can use with ...
1
vote
1answer
280 views

JXTA Practical jxta II examples …exception when NetManager.startNetwork(); is executed

I have been trying to run examples of practical jxta ii but iam getting this exception Exception in thread "main" java.lang.NoClassDefFoundError: org/jboss/netty/channel/ChannelFactory this ...
0
votes
1answer
199 views

Getting exception in simple JXTA 2.7 Application

I am developing a simple program in JXTA 2.7 and it is showing me the following error. public static void main(String[] args) throws IOException, PeerGroupException { ...
0
votes
1answer
177 views

Does JXTA supports voice chat?

I'm developing a LAN messenger in java. I'm following P2P approach using JXTA for sending message. Now I want to add extra functionality of audio chat. My main problem is that does JXTA supports ...
1
vote
1answer
2k views

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

JxtaSocketAddress.getPeerID() returns null on JXME

I'm running an JxtaServerSocket on JXME. Unfortunately, I am not able to get the remote peer id of the connected Socket: JxtaSocket jsocket = (JxtaSocket) socket; JxtaSocketAddress addr = ...
2
votes
1answer
279 views

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

Is there a better Solr and P2P integration option?

In thinking about my applications network service needs using the Java language I've more or less boiled it down to a combination of using Solr, P2P and REST. An automated notifier service would be ...
3
votes
2answers
464 views

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 ...
1
vote
3answers
401 views

JXTA JXSE 2.7 with broken JBoss Netty library dependency

Recently I was investigating p2p framework to use and I came across JXTA. Too bad, Oracle decided to dropped JXTA. Real shame for a nice software. Anyway the problem that I have is trying to start a ...
-1
votes
2answers
508 views

How to add a class to a .jar library?

I need to add a class to a .jar library but I cant figure out how to do it. I have a library named netty-3.1.5.GA.jar but for some reason its missing a class I need ...
1
vote
2answers
215 views

Downloading a file in parts from different computers simultaneously

I want to create a application that can communicate to the different computers and can download file from there. If there exist the same file in different computers then the file will be downloaded in ...
0
votes
2answers
148 views

How to download the same file distributed in different computers in Java

I want to make a college project for sharing of files among different computers. Usually we have same file, for example, a movie on different computers among a local network in our college. So I want ...
0
votes
2answers
363 views

Missing methods on JXTA 2.7

I have started reading how to use JXTA from Practical JXTA II for an application i want to make. Although the code provided (examples) doesn't work with JXTA 2.7 . More specifically Tools class of ...
0
votes
1answer
85 views

Get the list of members in a JXTA peergroup

Im just wondering is there a way to get the list of active or online (members)peers who have joined to a particular peergroup in JXTA ?. Thanks in advance.
0
votes
1answer
141 views

How to Creat a password protected peergroup using jxta?

Im trying to create a password protected peer group using JXTA. For that i have used the example code given in the JXTA 2.5 programmers guide. But that code doesn't seems to be working. It has some ...
2
votes
1answer
412 views

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 ...
0
votes
2answers
106 views

How do we define 'true p2p'

I have seen a number of questions in which the term 'true p2p' is used. What exactly is meant by this term, if it has an exact meaning? I am familiar with the term p2p, and I can think of several ...
1
vote
1answer
317 views

Publishing and Discovering custom JXTA Advertisements

I'm using JXTA 2.5 to implement a P2P auctioning application. There I need to implement publishing and discovering "Product_Advertisement"s to advertise available products on peers in a market group. ...
2
votes
1answer
418 views

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: ...
0
votes
2answers
829 views

Building P2P messenger using Jxta? [closed]

Im thinking of Building P2P messenger using Jxta but i can't really find much on it, is there any good books i could read? Thanks
2
votes
1answer
190 views

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 ...
1
vote
1answer
59 views

looking up for loaded modules/services in jxta

When we load a service using loadModule into a custom peergroup, what is the way that we can look up for that service under that group for later usage. I tried lookupService method of the peergroup ...

1 2