Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "JXTA provider for ECF"

(= New RCP with ECF container for JXTA)
(= New RCP with ECF container for JXTA)
Line 65: Line 65:
 
Here is a fresh snap from mmy desk with a View of Jxta peers.
 
Here is a fresh snap from mmy desk with a View of Jxta peers.
 
The app is build with the JXTA container for ECF.
 
The app is build with the JXTA container for ECF.
 +
 +
----
  
 
[[Image:Screen.GIF|MyJxta RCP app]]
 
[[Image:Screen.GIF|MyJxta RCP app]]
 +
 +
----
 +
 +
Code can be checked at :
 +
<pre>
 +
 +
</pre>

Revision as of 12:59, 14 September 2006

Introduction

The JXTA container is now working and need some tests for the view part of it. If you want to test, and this is necessary in order to have more than one tester because JXTA is a P2P network, you should check out the jxta provider org.eclipse.ecf.jxta.provider at pserver:anonymous@ecf1.osuosl.org:/ecf.

Because this phase of development is on iteration, I will ask regularly on the ecf-dev mailing list for synchronizing (checking out) the iteration n+1.


Lauching container

The or.eclipse.ecf.provider.jxta.example package contains an application named RobotApplication, based on the RobotApplication sample for XMPPClient, which runs with the JXTAClient.

For testing, just launch this app. After login in the jxta network - this dialog will be short-circuited in the next release _ You should get the following message:


starting jxta container
JXTAClient
log4j:WARN No appenders could be found for logger (net.jxta.peergroup.PeerGroupFactory).
log4j:WARN Please initialize the log4j system properly.
status.jxta.startNetPeerGroup
status.jxta.joiningApplicationGroup
status.group.join NetPeerGroup
status.group.display NetPeerGroup
group visible
status.group.restore
status.peer.restore
status.dialog.command.register
status.dialog.listener.add: Jxta:IMFreeCommand.jxta-ecf
status.dialog.listener.add: Jxta:IMFreeDialog.jxta-ecf
status.share.register
SO initialized
NetPeerGroup : Connected to the JXTA Network
discover
connect

Perhaps the first time you could also get this error:

java.lang.ExceptionInInitializerError
at org.eclipse.ecf.provider.jxta.search.Searcher.getModifiers(Searcher.java:266)
at org.eclipse.ecf.provider.jxta.search.Searcher.<init>(Searcher.java:138)
at org.eclipse.ecf.provider.jxta.search.Searcher.<init>(Searcher.java:116)
... 33 more


This is 'normal' and should also vanished in next released.

Please, write feedback on the ecf-dev mailing list. thx



--Phperret.gmail.com 04:57, 11 July 2006 (EDT)


= New RCP with ECF container for JXTA

Here is a fresh snap from mmy desk with a View of Jxta peers. The app is build with the JXTA container for ECF.


MyJxta RCP app


Code can be checked at :


Back to the top