Index of /~arunapad/HW9
Name Last modified Size Description
Parent Directory 27-Apr-2010 19:16 -
ajax_veoh.java 27-Apr-2010 19:16 4k
hw6_xml.pl 27-Apr-2010 19:16 5k
sample.html 27-Apr-2010 19:16 6k
xd_receiver.htm 27-Apr-2010 19:16 1k
Name:- Aruna Padmanabhan
Student Id: - 7019982440
Email : arunapad@usc.edu
DESIGN :
a.When user enters some search string, a XMLHTTPRequest is formed and sent to the servlet 'ajax_veoh' in TomCat webserver.
b. The servlet in turn communicates with apache and the perl program will give the expected result in XML format.
c. Java servlet will extract atmost 10 videos from the XML and give the result back to callback initalised on HTTP request in javascript.
d. In javascript, the XMLreadystate and the XML status for the response is checked and pocessed accoringly.
e. If no video is available for the particular video link then user will ebe informed that there are no videos , else the table ith videos will be displayed.
f. When user chooses one of the videos , the 'Post to facebook' button will be activated .
g.When user clicks on the button a session is established b/w facebook and current users webserver and further uploading of feedbacks takes place thro that.
REUSED CODE :
a. Code given in Project Spec and from the the links given in the project spec
FILES SUBMITTED :
I README
II hw6_xml.pl
III ajax_veoh.java
IV sample.html
V xd_receiver.htm