Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

p2p application using java

  Asked By: Waldemar    Date: Oct 05    Category: Java    Views: 621
  

I need to develop a p2p project, for instant messenger and file
transfer via internet. What kind of java technology should I use for
develop p2p application?? Can u give me a reference??

Also, i want to know something about struts. What kind of application
is ussualy developed with struts?? And why not using servlet/jsp??

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Randy Warren     Answered On: Oct 05

the project  could be done using JXTA, which is a new set of open protocols meant
for connected devices on a network to communicate via P2P.

a good starting point would be www.jxta.org.

In fact i am working on a similar project.

 
Answer #2    Answered By: Frederick Greene     Answered On: Oct 05

you should learn something of java  networking and mutilthread program.
struts is use in MVC module and it takes servlet/jsp as its lower layer. of
course you can do the same thing as struts  can by servelt/jsp.

 
Didn't find what you were looking for? Find more on p2p application using java Or get search suggestion and latest updates.




Tagged: