jxta
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 pee[详细]
2023-04-06 08:24 分类:问答How to download the same file distributed in different computers in Java
I want to make a college project for sharing of file开发者_运维技巧s among different computers. Usually we have same file, for example, a movie on different computers among a local network in our coll[详细]
2023-04-03 18:27 分类:问答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[详细]
2023-04-02 15:12 分类:问答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 po[详细]
2023-03-15 06:29 分类:问答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 gro[详细]
2023-03-14 02:59 分类:问答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:[详细]
2023-03-13 04:26 分类:问答Why I am getting this exception when running a JXTA app?
I tried runni开发者_JAVA技巧ng a JXTA app and got the following exceptions..How do I sort this problem?[详细]
2023-02-14 21:56 分类:问答Java Vector<E> getting blocked with no apparent reason
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 in the \[详细]
2023-01-31 03:43 分类:问答Is there an alternative to JXTA for Java P2P frameworks?
My 开发者_StackOverflow中文版team is having trouble with a project using JXTA. Is there another framework for P2P networks java?You can take a look at the anthill project, but it\'s JXTA based.[详细]
2023-01-17 19:11 分类:问答Creating a capability matching / peer selection component in JXTA?
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 locate peers based on a number of[详细]
2023-01-03 18:26 分类:问答