我正在开发一个木ava应用,将同龄人对pe。 任何时候,世界各地将有5,000多名客户上网。 这些客户中,每个客户都会随着时间的推移产生小的档案。 我希望这些档案能够分发给所有客户并储存起来,以便任何人能够连接和下载档案。
是否有任何图书馆能够帮助这样做?
我正在开发一个木ava应用,将同龄人对pe。 任何时候,世界各地将有5,000多名客户上网。 这些客户中,每个客户都会随着时间的推移产生小的档案。 我希望这些档案能够分发给所有客户并储存起来,以便任何人能够连接和下载档案。
是否有任何图书馆能够帮助这样做?
(一) 改写,使之变得更严重,因为它仍然是唯一的答案)
找到一个贾瓦借图书馆,我只是 go,他们当中有一个小队——我不想把他们列入名单,因为我没有任何个人经验。
我可以告诉你,它通常如何运作,比喻的傲慢仍然需要一些集中的协调(跟踪器)。 我很相信,武斯在纯粹的p2p模式下开展工作,因此,在评价图书馆时,我会特别想到这一点。
如果说这是一些巨大的、广泛的分配和资金高昂的 t,那么我非常建议研究诸如登机箱或甚至吊车等其他类型的共享档案系统,那么,这些档案系统不是p2,而是知道它们能够可靠地工作,至少是丢弃箱子,能够在没有麻烦的几年里完全工作,不受欢迎和忽视。
Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...
Check this, List<String> list = new ArrayList<String>(); for (int i = 0; i < 10000; i++) { String value = (""+UUID.randomUUID().getLeastSignificantBits()).substring(3, ...
I am in the middle of solving a problem where I think it s best suited for a decorator and a state pattern. The high level setting is something like a sandwich maker and dispenser, where I have a set ...
I have been trying to execute a MS SQL Server stored procedure via JDBC today and have been unsuccessful thus far. The stored procedure has 1 input and 1 output parameter. With every combination I ...
I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...
If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...
I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....
I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...