随笔 - 630  文章 - 7 评论 - 47 阅读 - 49万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

随笔分类 -  JXTA(JXSE)

1 2 3 4 5 下一页
网络延迟测试结果
摘要:测试环境(PC1装了N多软件,响应相当慢)PC1 Win7 32位 Intel 2.10GH双核 内存2G NATPC2 Windows Server 64位 Intel Xeon 2.50GHz 24核内存16G 公网IP(xxx.xxx.xx.xxx)Test11(延迟): PC1两进程互传... 阅读全文
posted @ 2014-05-07 23:08 网络大豆 阅读(1677) 评论(0) 推荐(0) 编辑
jxta-amalto
摘要:前几天在网络上搜索jxta的消息,发现jxta 2.8x已经启动了,官方地址http://chaupal.github.io/在浏览其邮件列表时,意外发现一老外基于jxta 2.6修改的一版, 可在以下地址下载https://subversion.assembla.com/svn/jxta-amalto/trunk/jxta-amalto-contributed/该版称之为Amalto modified JXTA version。关于该版的特点,开发者写到AtAmaltoweuseamodified2.6whichincorporatesmostoftheenhancementsof2.7pl 阅读全文
posted @ 2014-02-28 22:36 网络大豆 阅读(1060) 评论(0) 推荐(0) 编辑
JXTA 2: 具有高性能、海量伸缩性的 P2P 网络
摘要:这是来自developerWorks的一篇文章,地址是https://www.ibm.com/developerworks/cn/java/j-jxta2/——————————————————————————————————————————————————————————————————JXTA 2: 具有高性能、海量伸缩性的 P2P 网络新的 JXTA 版本在实用性方面做了改变,更适合于现实世界网络拓扑 JXTA 2 是开放源代码 P2P 网络的第二个主要版本,它利用流行的、基于 Java 的参考实现作为构建基础。在设计方面进行了重要的修改,以获得更高的性能、海... 阅读全文
posted @ 2014-02-25 21:41 网络大豆 阅读(2113) 评论(0) 推荐(0) 编辑
Data Replication in a Multi-Cloud Environment using Hadoop & Peer-to-Peer technologies
摘要:http://fbevmware.blogspot.com/2013/12/data-replication-in-multi-cloud.html要FQ。。。 ——————————————————————————————————————————————————————Data Replication in a Multi-Cloud Environment using Hadoop & Peer-to-Peer technologiesContextFew years ago, i started working on a project namedJxtadoopproviding 阅读全文
posted @ 2014-02-13 14:16 网络大豆 阅读(429) 评论(0) 推荐(0) 编辑
jxta 2.8x启动了
摘要:http://chaupal.github.io/————————————————————————————————————————————————————————————————————至少两个月没更新了,不会又是雷声大雨点小吧!!!###################################捡到宝了, 偶然浏览邮件列表,发现老外改过的一版:https://java.net/nonav/projects/jxta/lists/announce/archive/2013-10/message/0https://java.net/nonav/projects/jxta/lists/ann 阅读全文
posted @ 2014-02-04 17:56 网络大豆 阅读(596) 评论(0) 推荐(0) 编辑
jxse2.6在jdk8下,JxtaMulticastSocket存在的问题
摘要:JxtaMulticastSocket覆写了java.net.MulticastSocket的bind方法:@Override public void bind(SocketAddress addr) throws SocketException { if (isBound()) { throw new SocketException("Already bound"); } } 要求在JxtaMulticastSocket的构造函数中会调用bind方法,确保构造函数调用时socket没有被绑定,否则抛出SocketException... 阅读全文
posted @ 2013-11-26 16:35 网络大豆 阅读(404) 评论(0) 推荐(0) 编辑
JXSE and Equinox Tutorial, Part 2
摘要:http://java.dzone.com/articles/jxse-and-equinox-tutorial-part-0——————————————————————————————————————————————————————AbstractIn the first post of this series, we covered the quickest way to get JXSE 2.7x working in Equinox and, with some considerations, probably other OSGI frameworks as well. The ap 阅读全文
posted @ 2013-11-07 16:46 网络大豆 阅读(6139) 评论(0) 推荐(0) 编辑
JXSE and Equinox Tutorial, Part 1
摘要:http://java.dzone.com/articles/jxse-and-equinox-tutorial-part————————————————————————————————————————————————————————AbstractThis extended series of tutorials will cover the various ways that the JAVA P2P framework JXSE (formerly popularly known as JXTA, and currently the most up-to-date JAVA implem 阅读全文
posted @ 2013-11-07 16:38 网络大豆 阅读(356) 评论(0) 推荐(0) 编辑
JXTA+JavaFX实现的网络黑白棋测试地址
摘要:http://www.qhdbaobao.com/dist/secondegg-reversi.html————————————————————————————————————————————————————需要安装最新的JavaFX浏览器插件(按照提示安装)房间(双击右下表格的单元格可邀请在线用户)游戏中 阅读全文
posted @ 2013-11-06 15:34 网络大豆 阅读(387) 评论(0) 推荐(0) 编辑
Java Applet and ServiceLoader
摘要:http://stackoverflow.com/questions/14062813/java-applet-and-serviceloader 阅读全文
posted @ 2013-10-10 17:02 网络大豆 阅读(155) 评论(0) 推荐(0) 编辑
通过ModuleImplAdvertisement向自定义服务传递参数
摘要:无意中发现通过ModuleImplAdvertisement可以向自定义服务传递参数,有空试一试。————————————————————————————————————————————————————————这种方式可以实现参数的传递,只是有些不合适。具体某个结点在加入对等组时,通常都是首先在网络上发现对等组通告,若发现,则本地不在生成对等组通告,否则的话,本地要生成对等组通告。这就造成了通告中的参数必须一样。而实际上在我的想法了,既然是同一个对等组的通告,应该在各个结点之间是完全相同的,如果不同就不大合适了。 阅读全文
posted @ 2013-09-30 10:45 网络大豆 阅读(190) 评论(0) 推荐(0) 编辑
JXTA中定义自己的成员服务
摘要:http://blog.csdn.net/neusoftware_20063500/article/details/4302903——————————————————————————————————————————————————————————————————————————成员服务:MemberShipService这个服务是点组用于管理成员的一项服务,既然是服务就可以自己装载和卸载,我们的目的就是定义自己的规则,符合自定义规则的成员可以加入组,否则不可以。所以我们需要实现三个实现类,MemberShipService的实现类、Credential的实现类,Authenticator的实现 阅读全文
posted @ 2013-09-14 13:28 网络大豆 阅读(713) 评论(0) 推荐(0) 编辑
java.io.IOException: Messenger was closed
摘要:程序运行一段时间后抛出异常java.io.IOException: Messenger was closed,不知道是啥原因?——————————————————————————————————————————————————在本机同时启动了服务器和客户端,跑了一晚上也没出现这个问题。难道跟网速有关?又一次,一个服务器两个客户端,跑了五个小时后,出现问题。 阅读全文
posted @ 2013-09-11 18:19 网络大豆 阅读(202) 评论(0) 推荐(0) 编辑
设置结点的ID为固定ID
摘要:https://www.java.net//forum/topic/jxta/jxta-community-forum/how-initialize-pse-jxse-27————————————————————————————————————————————————————————————————————borysdOfflineJoined: 2009-11-22Does anybody know how to initialize PSE in 2.7? If I start a rdv peer without peerId or infrastructureID then an ed 阅读全文
posted @ 2013-08-11 17:41 网络大豆 阅读(624) 评论(2) 推荐(0) 编辑
Hadoop port to Jxta P2P Framework
摘要:https://www.java.net/forum/topic/jxta/jxta-community-forum/hadoop-port-jxta-p2p-framework——————————————————————————————————————————————————————————————————————besn0847OfflineJoined: 2010-06-01Hi,I started few months ack a port of Hadoop DFS to JXTA to use it to share files across all my PCs and ensu 阅读全文
posted @ 2013-08-08 22:07 网络大豆 阅读(539) 评论(0) 推荐(0) 编辑
java.net.BindException: Address already in use: bind
摘要:环境:jxse-2.7, netty-3.6.6.Final 现象:每次执行都抛出以下异常八月 08, 2013 8:45:19 下午 net.jxta.logging.Logging logCheckedInfoINFO: Line 127 net.jxta.impl.endpoint.netty.NettyTransportServer.bindServerChannel()Attempt to bind to /0.0.0.0:8080 failed (Address already in use: bind), trying another address八月 08, 2013 8:. 阅读全文
posted @ 2013-08-08 21:10 网络大豆 阅读(13337) 评论(0) 推荐(0) 编辑
New full duplex HTTP tunnel implementation (client and server)
摘要:https://issues.jboss.org/browse/NETTY-246?page=com.atlassian.jirafisheyeplugin:fisheye-issuepanel——————————————————————————————————————————————————————————————————As a contributor to the JXTA peer to peer networking framework, I have been tasked with replacing the HTTP based transport that exists in 阅读全文
posted @ 2013-08-03 09:17 网络大豆 阅读(333) 评论(0) 推荐(0) 编辑
ResolverService跨子网的广播问题
摘要:ResolverService在广播请求时,需要借助McastTransport,而McastTransport利用java.net.MulticastSocket进行收发,java.net.MulticastSocket是Java中的多播数据报套接字类,用于发送和接收 IP 多播包。这样必须路由器硬件支持多播,才能将请求广播到子网外,否则只有同一子网的结点能够接收到请求(如果结点连接到rdv, 那么rdv也可以收到请求,但是连接到同一个rdv的不在同一子网的结点却收不到请求,除非rdv再给所有结点发送该请求)。如果ResolverService不是广播请求,而是给某个特定的结点发送请求,则特 阅读全文
posted @ 2013-07-28 13:44 网络大豆 阅读(327) 评论(0) 推荐(0) 编辑
jxse2.6连接外网rdv一直连接不上,而相同的代码用jxse2.7却能连上
摘要:一直以为2.6中的bug会少一些,所以用2.6做开发;之前测试一直是在同一台 机器上,所以没啥问题;最近在外网设置了一个rdv,却一直连不上,困扰了n久,尝试各种方式都不起作用。最后想起以前开发的代码是可以连接到外网rdv的,而它用的是2.7版。最后将引用的库换成2.7版,马上就可以连上了。具体原因现在还说不清,这是逼着我用2.7版进行开发啊!———————————————————————————————————————————————————————————好吧,我收回我说的话,今天因为2.7设置固定结点ID有问题,又用2.6试了一下,居然就连接成功了。 ... 阅读全文
posted @ 2013-07-13 13:03 网络大豆 阅读(408) 评论(2) 推荐(0) 编辑
Can jxta be used to develop online card game (p2p style)?
摘要:Can jxta be used to develop online card game (p2p style)?https://www.java.net//node/677134I am new to jxta.The game need 4 players, so 4 peers in a group can play it.There will be no additional server.Can jxta support it?When the group has 3 peers, and the 4th peer join, the game should start on all 阅读全文
posted @ 2013-07-08 15:59 网络大豆 阅读(250) 评论(0) 推荐(0) 编辑

1 2 3 4 5 下一页
点击右上角即可分享
微信分享提示