Reputation: 421
Basic requirements:
1. Build a file server (back is cloud-storage server)
2. Build satellite servers for private company
3. file server and satellite server shared file metadata and authorization.
I recognize p2p fit our requirements(not sure).
Currently, I just found the following tutorials: The JXTA solution to P2P and book Mastering JXTA.
Any suggestions are prompted.
Upvotes: 0
Views: 297
Reputation: 29814
We have done something like that in b2een which is basically Jetty+JXTA+Other Stuff. Jetty handles the UI, REST, etc.. while JXTA handles the communication and data exchange between the b2een peers.
So, it is doable bue let me give you a couple of warnings:
Now, this being said, I have been programming for many (many) years, and working on p2p networks is definitely one of the most thrilling thing I have ever done.
Upvotes: 1