The Source for Java Technology Collaboration


Topics in Jxta web: Changed: now 09:37 Changed by:
1to1Initialization %LOCKED% 05 Oct 2004 - 20:44 - NEW Main.gonzo
The objective is to implement the process required to establish secure 1to1 communication. Said implementation will reside in and is tracked under http://myjxta2 ...  
AccessList %LOCKED% 26 Jul 2007 - 00:34 - r3 Main.hamada
Main.hamada 15 Dec 2004 Relay and Rendezvous access control : Relay and Rendezvous access lists were introduced as part of JXTA platform release 2.3.2. This feature ...  
AccessPointAdvertisement %LOCKED% 22 Mar 2006 - 20:26 - NEW Main.slowhog
 
AdvVersionSupport %LOCKED% 04 Feb 2009 - 20:14 - r5 Main.exocetrick
Implemented in Issue 13 Add an optional element SN , with an optional attribute fmt to tell the format of the SN. Two fomrats are defined: uuid , rfc3121 . If ...  
AlphabeticalIndex %LOCKED% 08 Mar 2005 - 02:07 - NEW Main.turbogeek
Jxta Remote Desktop Template Product Name foo Contact: bar #64;foo.org Type: Application Library Useage: Game Development Tool, Business Tool, Focus: Scientific ...  
AutoConfiguration %LOCKED% 14 Aug 2004 - 09:41 - r4 Main.ramesh_9781
Autoconfigures big goal would be to remove user's from ever having to deal with the Jxta Configurator again. Here's a requirements list: Autodiscover if this ...  
AutoLogin %LOCKED% 20 Sep 2004 - 17:49 - NEW Main.bondolo
Since JXTA J2SE 2.3.1 you must adjust a property in net.jxta.user.properties in order to re enable automatic the authentication that used to occur at JXTA startup ...  
BlackIce %LOCKED% 31 Aug 2004 - 23:39 - NEW Main.turbogeek
http://blackice.com/ BlackIce is a personal firewall that can cause problems by blocking ports that JXTA uses. DanielBrookshier 31 Aug 2004  
BlobTransferSpecification %LOCKED% 05 Aug 2004 - 23:37 - r3 Main.racerxky
I just nuked this page. There was alot of rambeling on here about tranfering BLOBS between peers over JXTA sockets. I just discovered BEEP (http://beepcore.org). See ...  
BohmFSMSemantics %LOCKED% 10 Dec 2005 - 17:57 - r2 Main.john2000
Bohm FSM Semantics The Semantics for Finite State Machines are so named in honor of David Bohm, in recognition of his bringing an accessible understanding of quantum ...  
BohmJFSMSemantics %LOCKED% 10 Dec 2005 - 14:22 - NEW Main.john2000
Bohm JFSM Semantics Renamed as Bohm FSM Semantics  
BuildingJXTA %LOCKED% 04 Dec 2007 - 21:03 - r21 MikeDuigou
Included are all the steps required to obtain, build and run a working copy of the JXSE Shell. The prerequisites are: 1 Java SE JDK 5.0 1 Ant 1.6.3 1 Subversion ...  
BuildingJXTAUsingMaven %LOCKED% 11 Oct 2005 - 03:59 - r3 Main.ckpeter
This page describes how to build the core JXTA projects using the Maven build system from Apache. The projects covered in this page includes JXTA platform, shell, ...  
ChangingTheDefaultXMLParser %LOCKED% 15 Oct 2007 - 21:15 - r2 MikeDuigou
Changing the XML parser used by JXSE is possible. With Java SE 5.0 now available we will likely be redoing part of the DOM XML parser and beginning to test a lot more ...  
CheckingTheJXTAVersion %LOCKED% 15 Oct 2004 - 06:49 - NEW Main.turbogeek
JXTA uses standard Jar Manifest techniques to label the version of the jars. Here is some example code: public static void versionInfo(String packageToShow){ ...  
CollabNet %LOCKED% 12 May 2007 - 07:06 - r2 Main.edwardnorton
Collab.net  
ConfigProperties %LOCKED% 23 Nov 2006 - 03:49 - r3 Main.ae6rt
This description is now deprecated. Until I get around to modifying this entry, see http://www.petrovic.org/blog/2006/11/15/a turnkey private jxta net demo/ for clues ...  
ConfigurationIssues %LOCKED% 31 Oct 2004 - 00:38 - r4 Main.bondolo
Why does the configuration dialog appear? JXTA J2SE will show the startup configuration dialog whenever additional configuration information is required. The configuration ...  
Conventions %LOCKED% 30 Apr 2004 - 17:16 - NEW Main.gonzo
~/.cvsrc log N diff uN rdiff u update Pd checkout P release d JamesTodd 30 Apr 2004  
Convetions %LOCKED% 30 Apr 2004 - 17:02 - NEW Main.gonzo
.cvsrc: log N diff uN rdiff u update Pd checkout P release d JamesTodd 30 Apr 2004  
CreateAPeerGroup %LOCKED% 23 Dec 2004 - 03:43 - r2 Main.turbogeek
Creating a PeerGroup A peer group can be created with the following code. Note that the group is created in the context of the Net Peer Group. This requires the following ...  
CreatingAModuleSpecID %LOCKED% 22 Dec 2004 - 23:24 - NEW Main.turbogeek
Creating a ModuleSpecID The following code can be used to create a ModuleSpecID Two things to note about this code is that it prints a ModuleSpecID. The reason for ...  
CreatingAPeerGroupAdvertisement %LOCKED% 23 Dec 2004 - 00:39 - NEW Main.turbogeek
Creating a PeerGroupAdvertisement public static PeerGroupAdvertisement create(String name, String description, PeerGroup parentGroup,PeerGroupID peerGroupID, ModuleSpecID ...  
CreatingAPeerGroupID %LOCKED% 23 Dec 2004 - 00:37 - NEW Main.turbogeek
First, a word of caution. Be careful about designing an application that creates peer groups and advertises their existence for other peers to find. The first problem ...  
CreatingASubPeerGroup %LOCKED% 23 Dec 2004 - 01:19 - NEW Main.turbogeek
The following are links to each of the steps for creating a sub PeerGroup 1) Creating a ModuleSpecID and Creating a PeerGroupID 2) Creating a PeerGroup ...  
CustomAdvertisements %LOCKED% 27 Mar 2005 - 16:18 - NEW Main.turbogeek
Basics of Advertisements Must be registered so that the factory can interpret an inbound advertisement Must be indexed so that discovery can find an advertisement ...  
DanielBrookshiersAutoconfigExample %LOCKED% 02 Jan 2006 - 18:11 - r2 Main.turbogeek
Autoconfig example Here is an aoutconfig using profile.xml files and a private peer group. This code was written for JXTA version 2.3.4 The file uses a properties ...  
Deprecations %LOCKED% 25 Mar 2006 - 01:21 - r7 Main.bondolo
REQUEST: Please document workarounds to all deprecations. Pending removal: EndpointFilterListener MessageFilterListener EndpointMessenger ...  
DevelopingANewContentProviderImplementation %LOCKED% 30 Jul 2008 - 21:08 - NEW Main.mcumings
This page is intended to document the basics involved in developing a new ContentProvider implementation. It is intended to be a starting point as well as a collaboration ...  
DisDNS %LOCKED% 14 Oct 2003 - 13:33 - r4 Main.shareme
A scratchpad for working out what some say is impossible: a distributed, secure, human friendly Domain Name System. The current P2P Sockets system already has a distributed ...  
DumpingJXTACache %LOCKED% 04 Dec 2006 - 15:20 - NEW Main.ae6rt
hamada kindly pointed out that there is utility code in platform/binding/java/contrib/cm/Dump.java that allows one to dump the JXTA cache articles without running ...  
EasyDeployment %LOCKED% 26 Jan 2004 - 19:00 - NEW Main.gonzo
original posting: java.net: Deploying JXTA WebStart is amazing. It is just as simple as that. Installation is trivial and the opportunities to endless. I just combed ...  
EclipsePlugIn %LOCKED% 19 Mar 2004 - 03:06 - r2 Main.ptrev
A hack to get the JXTA platform to start when it's running as an Eclipse plug in Copy the file "sunjce provider.jar" from your JDK's lib/ext folder to the folder ...  
EdgeConfiguration %LOCKED% 27 Sep 2005 - 22:11 - NEW Main.turbogeek
Seed Peers The seed peers have normally included both RDV and Relay. However, in order to ensure that a seed RDV is valid, it may be better to only supply Relay seeds ...  
Ethereal %LOCKED% 11 Aug 2006 - 18:05 - r2 Main.bondolo
The excellent open source packet sniffer and analyser, Wireshark, provides very thorough support for JXTA. (Wireshark was originally known as Ethereal). Wireshark ...  
ExpirationAndLifeTime %LOCKED% 07 Oct 2003 - 21:23 - r3 Main.moritz
Expiration and Life Time This topic tries to answer several questions about the expiration and life time of advertisements in the J2SE JXTA platform: How can ...  
ExtConfig %LOCKED% 13 Jun 2006 - 01:28 - r22 Main.gonzo
ext:config : extensible JXTA configuration with ease Table of Contents Abstract The ext:config library is an optional JXTA extension that both eases and extends ...  
ExtConfigurator %LOCKED% 06 Dec 2003 - 03:57 - r3 Main.gonzo
The Confguration Extension, found in the net.jxta.ext.config, aims to unify JXTA Platform configuration related tasks. As such, the initial implementation is comprised ...  
Extconfig %LOCKED% 13 Feb 2005 - 09:24 - r10 Main.gonzo
ext:config flexible JXTA configuration with ease. Table of Contents Abstract The ext:config API is an optional JXTA extension that both eases and extends the ...  
ExtendableAdvertisements %LOCKED% 23 May 2006 - 18:00 - r2 Main.hamada
This page is intended to document the manner of which ExtendableAdvertisements can be used in the JXTA reference implementation. This document is a work in progress ...  
FireWallIssues %LOCKED% 18 Mar 2005 - 10:44 - r2 Main.nanosek
Users of myJXTA behind Firewalls/NAT's may experience some problems with accessing the public JXTA relays. One obvious solution of course is to plead with the almighty ...  
FlushingAdvertisements %LOCKED% 20 May 2004 - 16:12 - r2 Main.hamada
Main.hamada 19 May 2004 Flushing Advertisements from the Cache Manager JXTA's discovery service provides interfaces to flush (remove) an advertisement from the local ...  
GaimJxtaPlugin %LOCKED% 26 Feb 2007 - 22:17 - NEW Main.slowhog
Welcome to gaim jxta meeting place. This is the place for people to talk about anything they would like gaim jxta plugin to do. Help us get started.  
GroupNesting %LOCKED% 23 Dec 2004 - 00:44 - r3 Main.turbogeek
The following is a near Verbatim copy of a recent exchange on the Topic. It could benefit from being reorganized into some kind of lecture, but for the time being ...  
GuideProjectCollaboration %LOCKED% 14 Jun 2006 - 22:34 - NEW Main.tkosan
This is a list of questions about how different aspects of JXTA work: Exactly what data is sent during a remote publish operation? Main.tkosan 14 Jun 2006 ...  
Guidelines %LOCKED% 26 Apr 2005 - 02:45 - r4 Main.gonzo
Here are the core guidelines for MyJXTA code contributions: have fun sign and return a Contributor Agreement the build process is IDE and tool agnostic ...  
HelpJxtaC %LOCKED% 12 Apr 2006 - 00:49 - r2 Main.slowhog
Great, you want to help. First thing to do(not necessary but very encouraged), would be the project so that you can have access to all the resources. An active software ...  
HowCanIGetInvolvedWithMyJXTA %LOCKED% 23 Jun 2006 - 07:07 - r3 Main.guimel
Project contributions and collaborations are warmly welcomed. Visit the Home Page in order to find more information on how you can participate with MyJXTA's development ...  
HowCanIObtainMyJXTASSource %LOCKED% 04 Aug 2008 - 08:05 - NEW Main.sujit_persistent
How and from where I can get the complete source codes of MyJXTA application.  
HowCanIObtainMyJXTAsSource %LOCKED% 04 May 2008 - 16:11 - r12 Main.mcangus
If you wish to obtain the latest/greatest codebase you are encouraged to try the following process as generally described in BuildingJXTA : prerequsites: 1 J2SDK ...  
HowDoIRunMyJXTA %LOCKED% 04 May 2008 - 14:49 - r4 Main.mcangus
The easiest way to run MyJXTA is via the link on the http://download.java.net/jxta/ JXTA Downloads Page. HowCanIObtainMyJXTAsSource running from source is an option ...  
HowDoIStopJXTA %LOCKED% 11 Aug 2006 - 18:29 - r2 Main.bondolo
The following will shutdown JXTA. The steps should be repeated with each peer group and then the net peer group // First resign from your user group pg.getMembershipService ...  
HowDoesJXTAWork %LOCKED% 23 Apr 2005 - 20:40 - r2 Main.turbogeek
How Does JXTA Work? JXTA is both complex and somewhat simple. This part of the Wiki to to help you understand this from both views. How does advertisement discovery ...  
HowToBuildJXTA %LOCKED% 12 Feb 2005 - 21:51 - NEW Main.slowhog
HowToBuildJXTA C JXTA C  
HowToBuildJXTA-C %LOCKED% 30 Jan 2008 - 19:34 - r21 HenryJen
Updates Before building JXTA C, you should read the JXTA C third party dependency VERSION DOCUMENT . To build JXTA C on Linux/Unix platforms look at the new ...  
HowToBuildJxtaC21 %LOCKED% 01 Sep 2005 - 23:05 - NEW Main.slowhog
Get the source code Download the source tar ball at http://download.jxta.org/build/release/c/2.1.1/ Linux On most Linux distribution, libapr was built with Berkeley ...  
HowToBuildUsingEclipse %LOCKED% 13 Oct 2004 - 05:28 - r4 Main.racerxky
Add a new project from CVS. Make it a Java Project and name it 'platform' (note: if you name it anything else Ant will fail). Tell the new project wizrd that the source ...  
HowToBuildUsingNetBeans %LOCKED% 15 Oct 2007 - 20:58 - r3 MikeDuigou
How To Build JXTA with A large number of the JXTA JXSE projects include NetBeans projects. Almost all of the projects are NetBeans Free form projects which use an ...  
HowToParticipate %LOCKED% 09 Mar 2007 - 06:42 - r13 Main.slowhog
Summer of Code 2007 If you are a student, we are very happy for you! Google is sponsoring the Summer of Code , and Project JXTA is one of the participating organizations ...  
ImportingImpl %LOCKED% 26 Jan 2004 - 19:44 - NEW Main.bondolo
Be very careful to avoid importing any "net.jxta.impl" packages into your application. The classes and methods in these packages may (and will) change from release ...  
IsJXTAWorking %LOCKED% 28 Jul 2005 - 05:24 - r3 Main.turbogeek
Table of Contents How do you know that JXTA is working? There are many issues related to JXTA working. The first is connectivity to a RDV/Relay network. The RDVs ...  
J2SEBestPracticesApp %LOCKED% 24 Apr 2004 - 10:23 - r2 Main.md84419
Creating a JXTA J2SE application that uses its own rendezvous and defines its own net peer group This is a placeholder page for any resources that can help users to ...  
J2SEProtocol %LOCKED% 23 Apr 2004 - 22:12 - NEW Main.md84419
Creating a new protocol using JXTA for J2SE This is a placeholder page for any resources that can help users to create a new JXTA protocol using the API for JXTA J2SE ...  
J2SEService %LOCKED% 23 Apr 2004 - 22:22 - NEW Main.md84419
Creating a new service using JXTA for J2SE This is a placeholder page for any resources that can help users to create a new JXTA service using the API for JXTA J2SE ...  
JFSMAlphaProjectSweeper %LOCKED% 11 Dec 2005 - 14:34 - r3 Main.john2000
Alpha Project "Sweeper": A Demonstration JFSM Project Abstract A real world application is described with JFSM (Java Finite State Machine) diagrams. The application ...  
JNLPMalformedURLException %LOCKED% 26 Jan 2004 - 17:57 - NEW Main.gonzo
Use net.jxta.id.IDFactory.jxtaURL when constructing a JXTA URL, as it utilizes the correct classloader that in turn loads the appropriate JXTA URN Handler. JamesTodd ...  
JXTA %LOCKED% 06 Nov 2005 - 13:25 - r3 Main.hiroyuki_168
(from Glossary) JXTA is not an acronym, and in particular the "J"does not refer to Java. JXTA is a made up word coined by the project's original sponsor, Bill Joy ...  
JXTACommonsWiki %LOCKED% 07 Oct 2005 - 23:10 - NEW Main.turbogeek
Issues related to Peer Presence Peer Connection Lease Cmmon complaint: Suppose that when peer "B" gets disconnected from RDV1 the the listeners of rendezvous events ...  
JXTAImplementationUseCases %LOCKED% 02 Jan 2006 - 14:36 - r3 Main.vwilliams
JXTA J2SE Reference Implementation Use Cases These use cases, reverse engineered from the implementation source code, are the work of Nicolas Th odoloz, and are reproduced ...  
JarDependencies %LOCKED% 15 Oct 2007 - 20:37 - r13 MikeDuigou
JXSE includes the following jars: jar description role version jxta.jar api and implementation JXSE bcprov.jar security ...  
JimGrisanzio %LOCKED% 15 Jan 2005 - 20:16 - NEW Main.jimgris
Main.jimgris 15 Jan 2005  
JxtaAPIModel %LOCKED% 30 Mar 2006 - 01:26 - NEW Main.slowhog
Concepture level JXTA defines a set of protocols to enable a platform for peers to collaborate on the network. Each peer on the network is identified with a peer ...  
JxtaC %LOCKED% 14 Oct 2008 - 16:41 - r32 HenryJen
Welcome to JXTA C/C JXTA C/C is an open source project to provide a C/C implementation for JXTA protocol, on which we would like to build different language bindings ...  
JxtaCAthens %LOCKED% 20 Jun 2007 - 11:57 - r5 Main.slowhog
JXTA C "Athens" Release Release Date: March 23rd, 2007 CVS Tag: JXTA C 2 5 2 0 Download: CVS or http://download.java.net/jxta/build/milestone ...  
JxtaCBali %LOCKED% 11 Nov 2005 - 19:51 - r2 Main.slowhog
Schedule Estimate Code freeze: 11/7 0:00 PST Beta: 11/28 0:00 PST Release: 12/15 0:00 PST New Features Significant Changes Numeric range query ...  
JxtaCBiteSizeEnhancements %LOCKED% 13 Jun 2007 - 22:41 - r6 Main.slowhog
Zero copy buffer for messages Shutdown application peacefully when CM failed to instantiate. Before IPv6 is supported, it may be better to filter out IPv6 ...  
JxtaCBootloader %LOCKED% 13 Jun 2007 - 22:40 - r4 Main.slowhog
Converted from issue 54 at jxta.org The boot system needs overhauling. First step is to come up with a design. I would like to take this on myself, but I need some ...  
JxtaCCM %LOCKED% 03 Mar 2005 - 00:05 - r2 Main.slowhog
DB Schema Tables CREATE TABLE tblElementAttributes( NameSpace varchar(128) , AdvId varchar(128) , Name varchar(64) , Value varchar(4096) , NumValue ...  
JxtaCCairo %LOCKED% 02 Oct 2006 - 23:33 - r3 Main.slowhog
JXTA C "Cairo" Release Release Date: October 17th, 2006 CVS Tag: JXTA C 2 5 1 0 Download: CVS or http://download.jxta.org/build/release/c/2.5.1 ...  
JxtaCClientConnection %LOCKED% 07 May 2008 - 19:38 - r2 Main.exocetrick
Main.exocetrick 06 May 2008 Client Connection Process A rendezvous client connects to rendezvous servers for access to the rendezvous network. The platform obtains ...  
JxtaCCodename %LOCKED% 18 May 2007 - 05:59 - r4 Main.slowhog
JXTA C/C is named after vacation locations go around the world, going westbound. To nominate a codename, just append the name to the "Upcoming Releases" table below ...  
JxtaCDocs %LOCKED% 21 Mar 2006 - 21:07 - r3 Main.slowhog
Design Specs Programmer Guide  
JxtaCDownload %LOCKED% 14 Oct 2006 - 00:47 - r2 Main.slowhog
Source Distribution Tarball: http://rdv.jxtahosts.net/jxta/ CVS: Anonymous read only access to CVS repository cvs d :pserver:guest@cvs.jxta.org:/cvs login cvs ...  
JxtaCEndpointDemux %LOCKED% 30 May 2006 - 23:13 - r2 Main.slowhog
In JXTA C 2.4, endpoint service is using listeners and the existing demux process is based on JXTA 1.0 implementation. One problem with listener is all the threads ...  
JxtaCFlowControl %LOCKED% 24 Nov 2009 - 16:57 - r40 Main.exocetrick
Main.exocetrick 17 Aug 2009 Flow Control of SRDI Messages and Query/Responses Messages that are capable of generating the most unpredictable traffic in the JXTA network ...  
JxtaCKenting %LOCKED% 22 Mar 2006 - 18:59 - r5 Main.slowhog
JXTA C 2.4 "Kenting" Release Summary Release Date: March 15, 2006 CVS Tag: JXTA C 2 4 00 Download: http://download.jxta.org/build/release/c/2.4/, http ...  
JxtaCLinuxBuildDoc %LOCKED% 24 Mar 2008 - 16:17 - r6 Main.vfinley
INSTRUCTIONS FOR BUILDING JXTA C ON LINUX/UNIX 1) About this document You should read and understand this document completely before going any further. ...  
JxtaCLog %LOCKED% 09 Mar 2006 - 02:21 - NEW Main.slowhog
The design behind this is simple, a process (e.g, shell) needs to setup a global logger function by calling jxta log using(...) function. This logger function ...  
JxtaCMahabaleshwar %LOCKED% 21 Jun 2006 - 02:36 - r4 Main.slowhog
JXTA C "Mahabaleshwar" Release Summary Release Date: Jun 20, 2006 CVS Tag: JXTA C 2 5 00 Download: http://download.jxta.org/build/release/c/2.5/, http ...  
JxtaCMetrics %LOCKED% 19 Mar 2008 - 18:10 - r7 Main.vfinley
Another Pass at Some Metrics Notes: Rather than listing stuff loosely, i'm using c like notation just as a convenient way to describe encapsulation and inheritance ...  
JxtaCNegativeCache %LOCKED% 06 Mar 2006 - 19:31 - NEW Main.slowhog
Negative Cache Policy When a msg failed the first time to be delivered to a peer, the peer will be put into negative cache for a short "timeout" period(starting ...  
JxtaCPV3ImplStatus %LOCKED% 04 Feb 2009 - 22:19 - r3 Main.exocetrick
Main.exocetrick 04 Feb 2009 PeerView 3.0 Situation Report As February 4, 2009 What's Done Peerview formation Peerview discovery and creation, address ...  
JxtaCProgGuide %LOCKED% 01 Dec 2008 - 01:10 - r5 Main.oldpapa1
Chapter 1. Getting started 1.1 Getting the JXTA C library 1.2 Test your intallation Chapter 2. Hello World 2.1 Scenario 2.2 Configure JXTA platform 2.3 Connect ...  
JxtaCProtocolVersion %LOCKED% 08 Aug 2008 - 15:14 - r3 Main.brian_wilson
A brief explanation of the jxta version object and how to maintain backwards compatibility with minor protocol updates. The XSD needs to be modified to include a protocol ...  
JxtaCQoS %LOCKED% 30 Sep 2006 - 05:37 - r4 Main.slowhog
How QoS work in this design? The idea behind this design is that each message can be labeled with a set of QoS requirement, each point the message passed by will do ...  
JxtaCRefCount %LOCKED% 11 May 2005 - 21:09 - NEW Main.slowhog
1 When making a function call a method to get an object, the caller should release the object after done with it, and the callee should share the object before passing ...  
JxtaCRelay %LOCKED% 16 Aug 2007 - 06:38 - r11 MikeDuigou
The Proposed Relay Replacement This page discusses the specifications for the proposed replacement of the Relay Service. The material is relevant for all JXTA implementations ...  
JxtaCRelayAPI %LOCKED% 11 Apr 2006 - 23:59 - NEW Main.slowhog
Based on the spec, there is two set of features to be implemented. One is about the seeding process, we need to have a set of APIs defined for that, and which will ...  
JxtaCResolver %LOCKED% 01 Jun 2006 - 23:57 - NEW Main.slowhog
Resolver register 3 endpoint addresses: Service Name: urn:jxta:uuid DEADBEEFDEAFBABAFEEDBABE0000000205 Service Param: groupID IRes . E.g.: jxta ...  
JxtaCRoadmap %LOCKED% 24 Jan 2007 - 02:09 - NEW Main.slowhog
Three releases a year The JXTA release team has committed to a regular release schedule. For several years we produced releases on a quarterly schedule. The project ...  
JxtaCSeeding %LOCKED% 21 Aug 2007 - 22:52 - r2 Main.exocetrick
Main.exocetrick 17 Aug 2007 Seeding Address A seeding address is a URI, which when resolved returns a "text/plain" list of seed addresses separated by carriage returns ...  
JxtaCShellSetup %LOCKED% 11 Mar 2008 - 19:40 - r3 Main.vfinley
FAQ: How to setup two JXTA C shell peer sessions on a single machine Background This document describes how to setup two concurrent JXTA C jxtaShell sessions ...  
JxtaCShellTalk %LOCKED% 11 Mar 2008 - 19:09 - r3 Main.vfinley
FAQ: How to initiate a talk session between two peers using the JXTA C Shell. Setup two peers on the same machine. Start each peer. On both peers do ...  
JxtaCSpecs %LOCKED% 17 Aug 2009 - 20:29 - r21 Main.exocetrick
Implemented: Document Implemented in version Negative cache in endpoint service. 2.4 XPathQuery enhancement for discovery service. 2.2 ...  
JxtaCSrcRepo %LOCKED% 07 Feb 2006 - 07:59 - r2 Main.slowhog
Repository The source code is kept in the CVS repository hosted by jxta.org, everyone can get read access to the repository. You have to prove to the team that you ...  
JxtaCTestDir %LOCKED% 11 Mar 2008 - 19:07 - NEW Main.vfinley
What's in the JXTA C test directory? Tools and tests The programs in the jxta c/test directory are mainly used as developer tools. They are designed mainly ...  
JxtaCTesting %LOCKED% 20 Nov 2007 - 20:16 - r5 Main.vfinley
Table of Contents Overview Here we want to build up the test plan for JXTA C project, you are welcomed to contribute. Testing Categories Build Source distribution ...  
JxtaCToDo %LOCKED% 09 Jun 2008 - 16:03 - r6 Main.brian_wilson
This page served as a wish list. They may or may not be implemented, it is all decided by the community. In other words, like any open source projects, it relies on ...  
JxtaCUsers %LOCKED% 26 Feb 2007 - 22:14 - r3 Main.slowhog
JuxMem: stands for Juxtaposed Memory, a data sharing service for grid computing. It is based on a hybrid approach: from Distributed Shared Memory (DSM) systems and ...  
JxtaCVersionDoc %LOCKED% 29 Feb 2008 - 19:04 - r4 Main.vfinley
JXTA C DEPENDENCY VERSIONS 1) About this document You should read and understand this document completely before attempting to develop a project based upon JXTA ...  
JxtaCVersioning %LOCKED% 23 Jun 2006 - 21:36 - r2 Main.slowhog
JXTA C Version Numbering Based on APR versioning guidelines The Basics Versions are denoted using a standard quadruplet of integers: PATCH. The basic intent ...  
JxtaCconventions %LOCKED% 19 Sep 2006 - 23:05 - r18 Main.bondolo
JXTA C Coding Conventions In order to provide the highest level of compatibility and portability the JXTA C project has developed a number of conventions which apply ...  
JxtaCinheritance %LOCKED% 25 Jan 2005 - 22:27 - r2 Main.bondolo
Jxta Objects and sub classing Jxta Objects and sub classing 1 The typedef declaration of the root base class appears in it's public header as a typedef of ...  
JxtaComplexQueries %LOCKED% 04 Feb 2009 - 20:06 - r14 Main.exocetrick
Main.exocetrick 04 Sep 2007 Complex Queries Main.exocetrick 07 Aug 2008 Query forwarding Routing a remote query consists of various stages. At each peer the ...  
JxtaDirectedLocalSearch %LOCKED% 04 Feb 2009 - 22:27 - r8 Main.exocetrick
Main.exocetrick 24 Jul 2007 #65279; Directed Local Search (Implemented in Issue 14) Local only advertisements (expiration time of 0) are not returned by the discovery ...  
JxtaEndPointConsolidation %LOCKED% 06 Apr 2009 - 15:53 - r8 Main.exocetrick
Main.exocetrick 02 Apr 2009 Endpoint Consolidation Feature When two connected peers have the same group instances a separate enpoint address is used by the services ...  
JxtaFAQ %LOCKED% 01 Apr 2008 - 18:54 - r21 MikeDuigou
JXTA FAQs General Overview Getting Started (Newbies) FAQ General 1 WhatIsJxta 1 Glossary Glossary of JXTA related terms. JXTA Reference Implementation ...  
JxtaFaqGeneral %LOCKED% 20 Feb 2007 - 18:57 - NEW Main.slowhog
What is Project JXTA? Project JXTA started as a research project incubated at Sun Microsystems under the guidance of Bill Joy and Mike Clary. Its goal is to explore ...  
JxtaFaqGettingStarted %LOCKED% 17 Dec 2007 - 22:08 - r2 MikeDuigou
How do I install JXTA technology? To install the current build of the JXTA demo applications, go to the Download Site and download the installation program appropriate ...  
JxtaGlossary %LOCKED% 12 Jul 2006 - 22:23 - r5 Main.bondolo
JXTA Glossary Advertisement: JXTA's language neutral metadata structures that describe peer resources such as peers, peer groups, pipes, and services. Advertisements ...  
JxtaJXSE %LOCKED% 30 Jul 2008 - 19:57 - r7 Main.mcumings
JXTA JXSE Project JXTA JXSE Implementation Development 1 JXSE Project Home Page 1 JXSE Roadmap 1 Deprecations 1 ImportingImpl Importing net.jxta ...  
JxtaLogSelectorSyntax %LOCKED% 28 Sep 2005 - 17:49 - NEW Main.slowhog
Selector string in ABNF(RFC2234) form: selector string category list "." level list category list " " / ( "!" is space categories) categories is space category ...  
JxtaMulticastSocket %LOCKED% 09 Mar 2004 - 21:14 - r2 Main.hamada
The JxtaMulticastSocket class is useful for sending and receiving JXTA multicast packets. A JxtaMulticastSocket is a (UDP) DatagramSocket, with additional capabilities ...  
JxtaNetworkManagement %LOCKED% 04 Feb 2009 - 20:12 - r27 Main.exocetrick
Main.exocetrick 18 Feb 2008 Main.exocetrick 14 Mar 2008 Main.exocetrick 14 Apr 2008 Network Monitor/Management Overview See 35 The Network Monitor/Management ...  
JxtaPV3AdHoc %LOCKED% 11 Dec 2007 - 23:59 - r22 Main.exocetrick
Main.exocetrick 10 Aug 2007 Reference the section in the design notes. Design note about automatic behavior Auto Operation In auto edge mode a client is responsible ...  
JxtaPV3Addressing %LOCKED% 17 Jun 2009 - 17:57 - r27 Main.exocetrick
Addresses Description Instance Mask peerview instance identifier. When a peerview is created this is a random number assigned to the peerview instance and is used ...  
JxtaPV3AdhocSolutionVeto %LOCKED% 11 Dec 2007 - 16:47 - r3 Main.exocetrick
Main.exocetrick 11 Dec 2007 Promotion When a peer wishes to promote an edge it will send PONGs to each of its partners with the options of the peer it wishes to ...  
JxtaPV3AdhocSolutionVoting %LOCKED% 10 Dec 2007 - 19:24 - r2 Main.exocetrick
Promotion When a peer wishes to promote an edge it will send PONGs to each of its partners adding a Candidate element for the peer it wishes to promote. A RdvLeaseOptions ...  
JxtaPV3ApplicationPolicies %LOCKED% 11 Jan 2008 - 22:31 - r7 Main.exocetrick
#AppPolicy Application Provided Policies There are function calls and callbacks that allow the application to create its own policies for configuring and maintaining ...  
JxtaPV3Configuration %LOCKED% 23 Jul 2008 - 19:48 - r10 Main.exocetrick
Main.exocetrick 26 Nov 2007 Main.exocetrick 12 Dec 2007 Main.exocetrick 19 Dec 2007 peerview Element Configuration The peerview element within the RdvConfig ...  
JxtaPV3CrossGroup %LOCKED% 05 Jun 2008 - 18:45 - r3 Main.exocetrick
Main.exocetrick 05 Jun 2008 Cross Group Peerview Maintaining peerviews in multiple groups requires bandwidth that can possibly be reduced by consolidating identical ...  
JxtaPV3DesignNote %LOCKED% 09 Aug 2007 - 23:02 - r5 Main.exocetrick
PeerView 3.0 Design Notes 2006 09 25 09:43:33 by bondolo Bullets beginning with (?) are open questions. Intent The scalability of Peer to peer networks ...  
JxtaPV3Instances %LOCKED% 04 Feb 2009 - 19:50 - r30 Main.exocetrick
Main.exocetrick 12 Aug 2008 Managing Peerview Instances Configuration When peers enter the network they may be become super peers within the network. When entering ...  
JxtaPV3Optimization %LOCKED% 19 Aug 2009 - 20:46 - r21 Main.exocetrick
Main.exocetrick 18 Mar 2009 Optimize PV3 protocol Maintenance Analysis Below are charts that illustrate the messages required to create and maintain the peerview ...  
JxtaPV3PeerRecovery %LOCKED% 23 Feb 2009 - 17:53 - r32 Main.exocetrick
Main.exocetrick 20 May 2008 Peer Recovery When peers, both rendezvous and edge, leave the network the relationship between edges to rendezvous and rendezvous to ...  
JxtaPV3Referrals %LOCKED% 04 Feb 2009 - 20:02 - r5 Main.exocetrick
Main.exocetrick 30 Jul 2007 PV3 Referrals Maintenance and probe messages contain associate and partner peers along with their sequence UUIDs. If a peer is adding ...  
JxtaPV3RendezvousSelection %LOCKED% 21 May 2008 - 15:14 - NEW Main.exocetrick
Main.exocetrick 21 May 2008 Rendezvous Selection Platform Control Application Control  
JxtaPV3SRDIProcessing %LOCKED% 30 May 2008 - 20:23 - r21 Main.exocetrick
Main.exocetrick 12 May 2008 Query, SRDI and Replication in PV3 Advertisements published locally may specify an element attribute/value to be shared and replicated ...  
JxtaPeerDescriptor %LOCKED% 21 Sep 2003 - 23:32 - NEW Main.bradneuberg
This doesn't need to be speced out fully; maybe just starting with a vague outline to figure out what we want to specify in here. I still don't completely understand ...  
JxtaPeerGroup %LOCKED% 28 Aug 2007 - 10:54 - r4 HenryJen
PeerGroup is formed by a collection of Peers share the same set of Services required by the PeerGroup. Each services within the peer group may emit events, other services ...  
JxtaPeerView3 %LOCKED% 18 Mar 2009 - 23:35 - r11 Main.exocetrick
References Peer View 3.0 Design Note Status report for current JXTA C implementation PV3 Referrals: Referral handling for PV3. PV3 Instances: Managing ...  
JxtaPeople %LOCKED% 09 Jul 2009 - 14:11 - r7 Main.iainmcgin
Welcome to the JXTA People Wiki The JXTA People Wiki is intended to be a place where people can tell the community a little about themselves. Whether you are looking ...  
JxtaRuby %LOCKED% 15 Oct 2007 - 20:19 - r3 MikeDuigou
Welcome to JXTA Ruby JXTA Ruby is an open source project to provide binding for JXTA protocol, the plan is to use JXTA C for regular Ruby and JXTA JXSE for http ...  
JxtaSRDIMessages %LOCKED% 04 Feb 2009 - 20:09 - r4 Main.exocetrick
Main.exocetrick 07 Feb 2008 SRDI When a peer publishes an advertisement locally its connected rendezvous peer(s) are notified via an SRDI message. This message contains ...  
JxtaSvc %LOCKED% 16 Jun 2006 - 18:56 - NEW Main.slowhog
A service is the unit to provide certain operations. A service is decribed by three different advertisements: ModuleClassAdvertisement, ModuleSpecAdvertisement and ...  
KlaasPage %LOCKED% 02 Nov 2006 - 14:06 - r2 Main.klaas1970
My jxta adventure First i readed the free jxta book: http://www.brendonwilson.com/projects/jxta book/ This book is about jxta 1.0 and sometimes goes a bit too much ...  
KnownIssues231 %LOCKED% 22 Sep 2004 - 23:01 - NEW Main.bondolo
From Notes 1 PSE authentiation no longer automatic. 1 TLS now requires valid certificates in order to open connections. Bugs 1 config.properties netpg ...  
LinuxRendezvousRelayDaemon %LOCKED% 29 Jun 2007 - 01:19 - r2 Main.bondolo
Main.zubzone 11 Dec 2006 Running a Rdv/Relay as daemon using Jakarta Commons Daemon Introduction This wiki describes how Commons Daemon can be used to run a JXTA ...  
ListingByCategory %LOCKED% 16 Mar 2005 - 14:47 - NEW Main.turbogeek
JXTA Applications by Category DanielBrookshier 16 Mar 2005  
LoggingConfiguration %LOCKED% 16 Jan 2008 - 15:50 - r6 Main.staltec
Configuring Logging in JXSE 2.5 In JXSE 2.5, logging with Log4J has been replaced with java.util.logging. You can change the level of logging by setting the system ...  
MalformedURLException %LOCKED% 26 Jan 2004 - 18:40 - NEW Main.gonzo
Use the net.jxta.id.IDFactory.jxtaURL when constructing a JXTA URL in order access the JXTA class loader which manages JXTA based URNs. JamesTodd 26 Jan 2004  
Maven %LOCKED% 11 May 2004 - 06:27 - NEW Main.gonzo
is a huge, no, massive project management asset. Following are the quick and dirty how to notes needed to generate a series of Maven reports for http://myjxta2.jxta ...  
MyJXTA %LOCKED% 03 Aug 2005 - 00:04 - r6 Main.gonzo
Table of Contents FAQ 1 What is MyJXTA 1 How can I get involved with MyJXTA 1 How do I run MyJXTA 1 How can I obtain MyJXTA's source ...  
MyJXTAWishList %LOCKED% 11 May 2005 - 15:24 - r4 Main.ivar
Below are items to be taken into consideration for future development: JamesTodd 21 Mar 2004 Wish to localize MyJXTA in french. For that, I will create a property ...  
NetBeans40b %LOCKED% 06 Oct 2004 - 04:55 - NEW Main.gonzo
http://www.netbeans.org/community/releases/40/beta.html 4.0b cvs checkout 1 versioning/cvs/checkout 1 register as :pserver:{jxta account}@cvs.jxta.org:/cvs ...  
NetworkBasics %LOCKED% 29 Jun 2007 - 01:20 - r3 Main.bondolo
Here are a few tips and techniques that will help people help you when you post with JXTA questions: Things to know or do before you post Clear your cache. Guarantee ...  
NoAutoLogin %LOCKED% 08 Mar 2004 - 19:32 - r2 Main.bondolo
The default behaviour of the JXTA J2SE platform since the introduction of the TLS Message Transport has been to ask the user for authentication information upon starting ...  
NullConfigurator %LOCKED% 27 Feb 2004 - 18:08 - NEW Main.bondolo
Frequently JXTA application developers wish to completely disable the AWT based UI configuratior that JXTA will present at boot time. With J2SE JXTA 2.2.1 it is now ...  
P2PSockets %LOCKED% 03 Jul 2007 - 04:48 - r3 Main.wuxihuhong
This is a repository for the P2PSockets Wiki page. See the DisDNS page for a scratchboard on issues relating to a secure, distributed, human friendly Domain Name System ...  
PapersAndResearch %LOCKED% 23 Jun 2007 - 02:40 - NEW Main.bubugaga1
Main.bubugaga1 23 Jun 2007  
PasswordTopic %LOCKED% 07 Feb 2005 - 22:03 - r7 Main.bondolo
JXTA and Passwords JXTA allows applications and services to communicate securely over unsecured networks. To acheive secure communications JXTA requires that the peers ...  
PeerAdvertisement %LOCKED% 15 Feb 2006 - 02:09 - NEW Main.slowhog
XML schema for Peer Advertisement  
PeerGroup %LOCKED% 23 Dec 2004 - 01:13 - NEW Main.turbogeek
PeerGroup A peer groups is a grouping of functionality and a network topology containing peers. Note that there is a lot more that needs to be added to this entry ...  
PeerID %LOCKED% 27 Nov 2006 - 19:19 - r2 Main.bondolo
Main.husam 14 Sep 2006 Although peer names can be identical, the PeerID may not. Each peer is assigned after creation with a unique peerID. To see your PeerID, open ...  
Peerview3Metrics %LOCKED% 05 Mar 2008 - 18:54 - r2 Main.vfinley
Main.exocetrick 04 Mar 2008 Peerview3 Monitor Feedback for this Document Entries flagged with "(PONG)" indicate the PONG message contains the data. Embedding the ...  
Peerview3MetricsFeedback %LOCKED% 05 Mar 2008 - 18:59 - NEW Main.vfinley
Sent: Wednesday, March 5, 2008 10:00:06 AM Subject: Re: Peerview Monitor Entry Rick, The Peerview Monitor Entry page reads like the metrics will be calculated on ...  
PipeBasics %LOCKED% 21 Sep 2005 - 15:22 - r10 Main.turbogeek
Table of Contents Introduction In Jxta all messages are sent down pipes. The focus of this page is on the mechanics of Jxta pipes, rather than a programming how ...  
PlatformConfig %LOCKED% 15 Feb 2006 - 02:02 - r2 Main.slowhog
JSE Configuration via net.jxta.util.config of the main branch of Platform requires one to replace net.jxta.protocol.PeerAdvertisement with net.jxta.impl.PlatformConfig ...  
PluginDiscussion %LOCKED% 15 Aug 2005 - 11:35 - r7 Main.nanosek
MyJxta needs a plugin support. How do we get there? Lets start the brainstorming We need: a Plugin finder (maybe search inside a special directory?) ...  
PrivateJxtaNetworks %LOCKED% 01 Apr 2008 - 18:44 - r3 MikeDuigou
This topic is related to either isolating your JXTA network for privacy or for testing without affecting the shared JXTA public network. Testing is probably more ...  
ProposeJxtaProject %LOCKED% 21 Jun 2007 - 21:56 - NEW Main.slowhog
Project Proposal Guidelines (Work In Progress) Last modified 13 September 2005 Background jxta.org encourages developers to create new distributed network computing ...  
ProxyConfiguration %LOCKED% 10 Nov 2004 - 00:43 - r5 Main.gonzo
JXTA and HTTP Proxies This topic relates to configuring JXTA to communicate via HTTP proxy servers and configuration for those proxies that may require Authentication ...  
PublishingDiscoveringPipeAndOtherAdvertiesements %LOCKED% 26 Jul 2005 - 04:26 - r2 Main.turbogeek
Table of Contents For Publishing and Discovery of Advertisements Introduction First, the discovery service is a publish and search pattern. At this time there are ...  
RdvAdvertisement %LOCKED% 22 Mar 2006 - 20:28 - NEW Main.slowhog
 
ReduceJxtaMsgSize %LOCKED% 13 Jun 2006 - 00:06 - r4 Main.slowhog
Introduction In current implementation, there are many messages include full copy of peer advertisement or router advertisement in the message. Those advertisement ...  
RelayServiceImplementation %LOCKED% 31 Oct 2004 - 01:29 - r2 Main.bondolo
Relay Implementation This page is used to explain how the Relay is implemented in the J2SE version Relay use of HTTP and Jetty Question: Can the folks who worked ...  
RendezvousRelayConfiguration %LOCKED% 27 Sep 2005 - 22:25 - r5 Main.turbogeek
When setting up a peer as a JXTA Rendezvous or Relay it is important to make sure that the host machine is correctly configured for best performance. Important Considerations ...  
RendezvousServiceImplementation %LOCKED% 13 Oct 2003 - 18:10 - r2 Main.jice
Notable Rendezvous Service Facts This topic tries to list facts about the rendezvous service in the J2SE JXTA platform: How can a peer become a rendezvous? ...  
RunningJXTA %LOCKED% 25 Jun 2005 - 21:22 - r8 Main.minniger
Included are all the steps required to run 2 or more JXTA instances on the same system. The prerequisites are: 1 Java J2SE SDK 1.4.1 (1.4.2 prefered) 1 Ant ...  
RunningPrivateRendezvousRelay %LOCKED% 16 Nov 2005 - 17:22 - NEW Main.ashmaurya
There are many reasons for running a private rendezvous and relay (as opposed to relying on the public infrastructure) and there is no easier/better way than using ...  
RunningPublic %LOCKED% 09 Apr 2008 - 19:37 - r4 MikeDuigou
Running a public rendezvous/relay System and network requirements Minimum System requirements : 1Ghz processor 768MB ram Solaris (x86, Sparc), Linux ...  
SendingBinaryDataViaAPipe %LOCKED% 11 Mar 2005 - 18:40 - NEW Main.turbogeek
Here is a simple example of creating a propagate pipe and sending a message with binary data. I also create the advertisement from scratch, using a hardcoded ID called ...  
SendingLargeMessages %LOCKED% 16 Apr 2004 - 08:14 - r2 Main.racerxky
When is a Message 'Too Large'? If your application requires that you send large amounts of information between peers it will become necessary to breakup that information ...  
Shell %LOCKED% 01 Apr 2008 - 18:18 - r3 MikeDuigou
Creating a new Shell command This is a placeholder page for any resources that can help users to create a new JXTA Shell command. This is a work in progress please ...  
SpotlightInterview %LOCKED% 22 Dec 2005 - 06:17 - NEW Main.turbogeek
One of the jobs is promoting the community through developer, company, and university spotlights. So, what we need, from as many people as possible, is for you to ...  
Testing %LOCKED% 26 Aug 2005 - 23:17 - r34 Main.gonzo
Table of Contents Overview The following details a comprehensive test plan covering core MyJXTA features. Current activities include: 1 items 1 issues p1 ...  
TestingConfigurator %LOCKED% 04 Jun 2006 - 12:50 - r2 Main.benzht
Problem: You are testing your application and you want to launch 5 peers on one machine and still keep your sanity. Solution: 1.) Auto Configuring Your Peers You ...  
TrustACertificate %LOCKED% 20 Sep 2004 - 18:44 - NEW Main.bondolo
In JXTA J2SE 2.3.1 significant changes were made to the TLS transport. One of the changes made was to now require that peers validate each other's certificates before ...  
TurnkeyPrivateJXTANet %LOCKED% 24 Apr 2005 - 15:42 - NEW Main.mspetrovic
The post was originally published by Mark Petrovic, the author of this wiki entry, here http://www.petrovic.org/blog/2006/11/15/a turnkey private jxta net demo/ There ...  
UILessConfiguration %LOCKED% 17 Sep 2003 - 07:35 - r3 Main.gonzo
The net.jxta.util.config.Configurator class can be used, by extension or invoked directy, to perform intial Peer configuration without invoking the Platform Config ...  
UniNet %LOCKED% 03 Mar 2006 - 14:25 - r15 Main.alois
UniNet UniNet is an open source project created to achieve a freedom decentralized (and anonymous) area used by people/university to share data/process and to rate ...  
UniNet-Building %LOCKED% 01 Dec 2005 - 14:26 - NEW Main.alois
UniNet Building You can build UniNet using only java compiler, but it's better to use Eclipse because the project integrate Eclipse project settings, making build ...  
UniNet-CategorySystem %LOCKED% 18 Apr 2006 - 14:15 - r5 Main.alois
UniNet CategorySystem Some categorys are predefined in UniNet to be used to store some specific information. Theses categorys are created when launching a new network ...  
UniNet-RunningBuilder %LOCKED% 16 Feb 2006 - 14:52 - r2 Main.alois
UniNet RunningBuilder Builder can only compile job (for the moment, cause we need to find a way to enable packaging). To compile a job, builder need at least: ...  
UniNet-RunningClient %LOCKED% 02 Sep 2006 - 21:03 - r3 Main.marksalter
UniNet RunningClient Client needs a node to connect to (usually client is started directly from running node), only "Console" clients actually work, so it's like a ...  
UniNet-RunningFirst %LOCKED% 16 Feb 2006 - 14:50 - r2 Main.alois
UniNet RunningFirst UniNet can be used to create your own independant network, in this way you are separate from public network. It can be useful to do specific task ...  
UniNet-Status %LOCKED% 04 Nov 2005 - 14:10 - r2 Main.alois
UniNet Status Here is the status of the project, what is working and what isn't. Node Normal Starting connection Connection to network and retrieve ...  
UniNet-WP001 %LOCKED% 04 Nov 2005 - 14:10 - r5 Main.alois
UniNet WP001 Introduction to a universal data process sharing platform UniNet is designed to enable a full decentralyzed network, used to share/store data (CMS ...  
UniNet-WP002 %LOCKED% 04 Nov 2005 - 14:10 - r6 Main.alois
UniNet WP002 Storing contents with persistance management Network manage three type of contents : Category Data Job Common Some important properties ...  
UniNet-WP003 %LOCKED% 06 Dec 2005 - 14:57 - r9 Main.alois
UniNet WP003 Exploring a new way to create application and dynamic content Actually standard communication applications are separated in two parts: client/server ...  
UniNet-WP004 %LOCKED% 10 Nov 2005 - 10:28 - r3 Main.alois
UniNet WP004 Independant security core granting GlobalNetwork penerity Security is really important when we thinking about storing private data in a decentralyzed ...  
UniNet-WP005 %LOCKED% 27 Jun 2007 - 06:17 - r9 Main.katty1980
UniNet WP005 Priority rating management to preserve contents quality In a network where everybody can add content, the system needs to know user's advice to rate ...  
UniNetWP001 %LOCKED% 18 Oct 2005 - 13:51 - NEW Main.alois
UniNet WP 001 Introduction to a universal data process sharing platform UniNet is designed to enable a full decentralyzed network, used to share/store data (CMS ...  
WP001 %LOCKED% 03 Nov 2005 - 14:32 - r2 Main.alois
UniNet WP001 Introduction to a universal data process sharing platform UniNet is designed to enable a full decentralyzed network, used to share/store data (CMS ...  
WallOfWords %LOCKED% 15 Aug 2005 - 18:43 - r27 Main.gonzo
Feel free to add your MyJXTA thoughts here, to share for all time smile rpcxdr@11:47:48 yeah well this is much better then what we use at work rrpcxdr, 20050815 ...  
WebChanges %LOCKED% 16 Aug 2001 - 19:58 - NEW PeterThoeny
 
WebHome %LOCKED% 10 Jul 2009 - 11:47 - r160 Main.boylejohnr
Welcome to TWiki.Jxta This is a place for sharing information and collaborating on Project JXTA. All JXTA Community Members are welcome to contribute. Enjoy! Whats ...  
WebIndex %LOCKED% 24 Nov 2001 - 11:41 - r2 PeterThoeny
See also the faster WebTopicList  
WebNotify %LOCKED% 29 Feb 2008 - 18:54 - r21 Main.vfinley
This is a subscription service to be automatically notified by e mail when topics change in this Jxta web. This is a convenient service, so you do not have to come ...  
WebPreferences %LOCKED% 13 Aug 2003 - 16:58 - r4 Main.nancya
TWiki.Jxta Web Preferences The following settings are web preferences of the TWiki.Jxta web. These preferences overwrite the site level preferences in ., and ...  
WebRss %LOCKED% 06 Aug 2007 - 20:49 - r2 SarahBreen
java.net's Jxta web /view/Jxta The Jxta wiki web on java.net.  
WebSearch %LOCKED% 08 Aug 2001 - 05:26 - NEW PeterThoeny
 
WebStatistics %LOCKED% 21 Aug 2009 - 07:00 - r1799 TWikiAdminGroup
Statistics for Jxta Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads ...  
WebTopicList %LOCKED% 24 Nov 2001 - 11:40 - NEW PeterThoeny
See also the verbose WebIndex.  
WellKnownIDs %LOCKED% 26 Jul 2005 - 02:32 - r3 Main.turbogeek
Table of Contents What is a Well Known ID? Normally JXTA uses randomly generated IDs for peers, groups, pipes, services and codats. Randomly generated IDs are the ...  
WhatAreTheKnownIssues %LOCKED% 21 Mar 2004 - 23:09 - NEW Main.gonzo
Known issues include: WebStart 1.4.x does not readily flush it's cache JamesTodd 21 Mar 2004  
WhatIsJxta %LOCKED% 10 Nov 2007 - 12:25 - r6 Main.rajkaran1692
The JXTA platform is an open network computing platform designed for peer to peer (P2P) computing. The JXTA platform standardizes the manner in which peers: Advertise ...  
WhatIsMyJXTA %LOCKED% 10 Aug 2005 - 20:26 - r11 Main.gonzo
MyJXTA is an exemplary JXTA application that strives to showcase JXTA best practices for all core lib/apis via deployments of massive scale and provide a framework ...  
WhereDoesMyJXTAPersistItsDataStore %LOCKED% 21 Mar 2004 - 23:04 - r2 Main.gonzo
By default, MyJXTA stores it's data store in a directory named ".myjxta" relative to the user's home directory. On nix sytems this is typically "~/.myjxta." On Windows ...  
WhyWildcardQueryDoesNotGiveMeTheResultIWant %LOCKED% 01 Apr 2005 - 19:34 - r2 Main.eyvind
(Aboho.com has shut down and moved to Sveit.com. (For former Aboho members trying to find it. ) Remember wildcard means anything, not everything. Conversation on IRC ...  
Wiki %LOCKED% 10 Dec 2005 - 15:14 - NEW Main.john2000
See http://en.wikipedia.org/wiki/Wiki.  
Wireshark %LOCKED% 30 Jul 2007 - 20:19 - r5 Main.waldiman
The excellent open source packet sniffer and analyser, Wireshark, provides very thorough support for JXTA. Wireshark was originally known as Ethereal. It can be very ...  
Wp_001 %LOCKED% 14 Oct 2005 - 14:45 - NEW Main.alois
UniNet WP 001 Introduction to a universal data process sharing platform UniNet is designed to enable a full decentralyzed network, used to share/store data (CMS ...  
XMLProtocols %LOCKED% 23 Apr 2004 - 21:59 - NEW Main.md84419
Understanding the raw protocols This is a placeholder page for any resources that can help users to understand the raw protocols. This is a work in progress please ...  
jfsm %LOCKED% 04 Jan 2006 - 21:22 - r4 Main.john2000
JFSM Java Finite State Machines Concept The JFSM wiki is intended for collaborative effort on JFSM development of demo applications, theory discussion, and evolution ...  
jxpose %LOCKED% 22 Mar 2004 - 15:00 - r3 Main.guimel
Main.guimel 13 Mar 2004 Jxpose is collaborative project platform to gather complementaries resources that a human project need to start off. Help System The idea ...  

Number of topics: 226

See also the faster WebTopicList

Topic WebIndex . { Edit | Ref-By | Printable | Diffs r2 < r1 | More }
 XML java.net RSS

Revision r2 - 24 Nov 2001 - 11:41:09 - PeterThoeny
Parents: WebHome