jxta « Development « Java Network Q&A

Home
Java Network Q&A
1.API
2.bluetooth
3.Client
4.connection
5.Cookie
6.Development
7.Email
8.File
9.ftp
10.http
11.HttpClient
12.https
13.ip
14.Network
15.OS
16.RMI
17.Security
18.Server
19.Socket
20.tcp
21.UDP
22.url
Java Network Q&A » Development » jxta 

1. Getting started with a custom JXTA PeerGroup    stackoverflow.com

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 ...

2. Creating a capability matching / peer selection component in JXTA?    stackoverflow.com

I'm completely new to JXTA and just want some pointers to help get started. I need to create a peer search / capability matching component, so I can search for and ...

3. Is there an alternative to JXTA for Java P2P frameworks?    stackoverflow.com

My team is having trouble with a project using JXTA. Is there another framework for P2P networks java?

4. Java Vector getting blocked with no apparent reason    stackoverflow.com

I'm probably doing something wrong, but this is what happens: I register a listener, wait for it to be called and when it executes and calls "Vector.clear()" it locks. The problem happens ...

5. Why I am getting this exception when running a JXTA app?    stackoverflow.com

I tried running a JXTA app and got the following exceptions..How do I sort this problem? My codes are::

import net.jxta.platform.NetworkManager;


public class Main {

public static void main ( String args [ ] ) ...

6. JxtaServerSocket problem    stackoverflow.com

I'm transfering a file across a LAN using JxtaServerSocket (receiver side) and JxtaSocket (sender side). At first, I send the file name than its size. After that I wait for offset ...

7. looking up for loaded modules/services in jxta    stackoverflow.com

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 ...

8. Does JXTA support direct P2P communication, even if both peers are behind NATs?    stackoverflow.com

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 ...

9. Building P2P messenger using Jxta?    stackoverflow.com

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

10. Get the list of members in a JXTA peergroup    stackoverflow.com

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.

11. Missing methods on JXTA 2.7    stackoverflow.com

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 ...

12. How to add a class to a .jar library?    stackoverflow.com

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 ...

13. JXTA Book Giveaway    coderanch.com

I was wondering why all the fuzz about P2P. The original PC networking scheme was P2P on a LAN (a machine could act as a client or as a server, depending on what it needed done). I recall having seen P2P demos way back on Macintosh networks using Appletalk much before Windows appeared. Server and client components sitting on each machine ...

14. Using JXTA in online gaming?    coderanch.com

Anyone know of any open/semi-open projects that intend to use JXTA in an online game or player matching application? It would seem to me that this technology could be quite useful. At least for a player matching application, instead of the client going out to a server and asking who has a good ping-time, client just goes and checks for himself. ...

15. Jxta - An emerging Internet Operationg System?    coderanch.com

I am not sure whether I fully understand the term, "pervasive Internet". Every kind of networking does depend on some means of transport and the most popular protocol is TCP/IP. I have found an article Project JXTA: An Open, Peer-to-Peer Collaboration Platform using Java and XML which states that JXTA can be implemented independent of a transport protocol (ie., internet, intranet, ...

17. can jxta achieve standardization ?    coderanch.com

nobody has accepted jxta as standard. then , why you have grooves & magi ? if it is standard , then why intel , hp , microsoft & ibm , even o'reilly is trying to have their own standard. Please give more explaination to prove your point. The most important question is of end user. whether sun's technology or anybody else's ...

18. what infrastructure is required for jxta to be successful ?    coderanch.com

jini , successful ? I have not heard. you heard . you have live example. please clear my misbelifs. plus , you are not answering the question in real sense & starting the another question. great. i like it. where are you , Sing li? atleast we will get some genuine answers , even if we sound foolish. [ February 14, ...

19. JXTA on iPaq    coderanch.com

20. JXTA applications    coderanch.com

21. Intro to JXTA    coderanch.com

22. JXTA beginning    coderanch.com

Well, I was trying out a program they had posted in the site for a simple listerner and sender of messages using JXTA. Well, I got caught too much in it I guess that I didnt know how to debug when there was a problem.. the Problem was that the listerner was listening, but the sender on run gave a address ...

23. JXTA Beans Started!!    coderanch.com

24. JXTA Resources    coderanch.com

25. creating jxta services ?    coderanch.com

Hi, I have a question, can any1 drop by and reply this if convinient : ) Currently, I am working on a jxta groupware project. But b4 starting the big picture, I wan to knw how to create services in jxta ? can any1 show me a tutorial as simple as a "Hello World" jxta service for me to grep how ...

26. Could not find group implementation in JXTA    coderanch.com

Hi, I want to cry, I really do not know what is wrong with the code. Could anyone please please tell me wat is wrong. There is a bug somewhere in there that I cant seems to find.. import net.jxta.id.IDFactory; import net.jxta.document.AdvertisementFactory; import java.util.Enumeration; import net.jxta.discovery.DiscoveryService; import net.jxta.exception.PeerGroupException; import net.jxta.peergroup.PeerGroup; import net.jxta.peergroup.PeerGroupID; import net.jxta.protocol.PeerGroupAdvertisement; import net.jxta.protocol.ModuleImplAdvertisement; import net.jxta.peergroup.PeerGroupFactory; public class groupsCreation ...

27. Problum with JXTA Platefoam Installation.    coderanch.com

hello every one, i have installed JXTA Shell ... When i try to run a program which creates peer it give me error. --------------------------------------------------------------------------- import net.jxta.peergroup.PeerGroup; import net.jxta.peergroup.PeerGroupFactory; import net.jxta.exception.PeerGroupException; /** * This is a simple example of how an application would start jxta */ public class HelloWorld { static PeerGroup netPeerGroup = null; public static void main(String args[]) { System.out.println("Starting ...

28. Problum with Running JXTA Messenger    coderanch.com

Hello Dear Java Fellow , First of all i m very much thankfull to you , that u come to see my thread . Currently i have created a JXTA Messenger in JXTA 1.0 (Currently Latest JXTA 2.3.2) . I have created my own Presence Information System .But after the Error Free Comilling .The program is not running . Same problum ...

29. .. and where to JXTA ..    coderanch.com

30. jxta in applet    coderanch.com

31. Simple JXTA chat program    coderanch.com

32. regarding JXTA    coderanch.com

Hello everyone, I am new to JXTA and i am asked by a company to develop an e-learning module which is a book basically comprising of 12 chapters or near about with 6-7 small applications on JXTA. So can anyone guide me how can i get started ? Any sample codes available and some more help on JXTA ?? What is ...

33. JXTA --- Help    coderanch.com

34. JXME (JXTA for J2ME) on a real PDA?    coderanch.com

35. Jxta 'bout had enough of this !!    coderanch.com

I'm a newbiwe to Jxta and am having some problems discovering pipe advertisements. Any suggetsions would be much appreciated. Using Jbuilder, can compile and run Jxta hello world. I can sucessfully create a new group and publish it's advertisement, then using a new Jbuilder instance to create a new peer I can detect the group advertisment and join the group, so ...

36. JXTA anyone?    coderanch.com

Is anybody working with JXTA applications here? What sort of demo or "Hello World" can I do to get familiar with this stuff? I have visited jxta.org and have seen demos there - but I am wondering if anyone has link to any simple get-your-feet-wet article or sample idea. Any pointers/help would be highly appreciated. TIA, - Manish

37. Anybody using JXTA?    coderanch.com

38. Java & Jxta    coderanch.com

39. JME in JXTA environment... help please...!!!    coderanch.com

Hi all Actually, im new to these technologies (JXTA & JXME) but have been familiar with Java long time ago... and im very eager to learn them more...but what made me down is that there are no enough tutorials that i found that could help me.... I've developed a midlet application (cldc + midp) using JME and it worked already... so, ...

40. P2P applications using JXTA (JXSE) and XML    coderanch.com

Dear all, I'm quite fascinated about P2P technologies and I've been looking at JXTA for sometime now. I want to develop a P-commerce application using JXTA to enable buyers and sellers to act as peers in a market network. However, the http://www.jxta.org official site is now not available and I wonder If the project is discontinued? Can anyone please give me ...

41. installing JXTA Souce Code    forums.oracle.com

Hi, i wish to create a very basic chat p2p application and believe JXTA is the libraries i need and wish to know how to install it. Libraries ive used in the past (Java Media Framework and Java3d) have come as executables. JXTA comes as source code. How do install the source code. any small tutorials or explanations would be excellent ...

42. JXTA    forums.oracle.com

I want to send messages and also perform binary data transfer between machines on different networks.None of the machines have a public IP address. They are on different networks and have private IP addresses. How can I do this using JXTA Technology and Java programming?? Can somebody give me step by step procedure on how to use JXTA for the above ...

43. JXTA code not executing    forums.oracle.com

44. JXTA RSAKey / Generate a byte[10] key    forums.oracle.com

45. JXTA    forums.oracle.com

Ok, I need to write a simple p2p application and I've discovered JXTA is a tool for that... so, I downloaded jxta-lib-2.4.1.zip, added it as a library to my NetBeans project, but no import worked correctly, so I unzipped the thing and tried importing every .jar for itself... this time no errors occured, but the app didn't work because a .properties ...

46. Getting started with JXTA    forums.oracle.com

Hi, Im just beginning to work with JXTA platform, and with java in general and i have encountered a problem when i try to use the code with my new project. all this is with NetBeans 5.5 IDE: after building a new project, and choosing to include libs from JXTA src, i can only include some of the JXTA classes but ...

47. Regarding JXTA    forums.oracle.com

which application r u doing.i am afinal year student doing project in JXTA.i am new to this.my project is improving load balancing algorithm in peer to peer systems.i would like to know whether do u know anyone who is doing such one.disussing with people makes to learn lot things... plz help me.... waiting for ur reply.....

48. JXTA    forums.oracle.com

I want to send messages and also perform binary data transfer between machines on different networks.None of the machines have a public IP address. They are on different networks and have private IP addresses. How can I do this using JXTA Technology and Java programming?? Can somebody give me step by step procedure on how to use JXTA for the above ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.