Joined: Wed Feb 09, 2011 11:03 am Posts: 1
|
Hi everybody! I have to work with the source code of JMule for a university subject.
This is what I have to do: I have to implement the "search" functionality of JMule in the address bar of a very simple web interface (written in HTML) in IE or whatever. What I am actually going to do is reusing the existing source code of JMule (in particular the one which implements exactly the search functionality) and connect it to a kind of action listener which takes the string in the address bar and searches files available over the net with that name.
My questions are: which is the JMule source code's file that contains search functionalities and what do I actually have to do to connect a web interface with the java code (if I have to write a servlet or something).
Thanks a lot for your help.
|
|