Hi
i am thinking to make one report generator on client side that take some online
test and then represent report of some data in bar graph which is made using
jsp page and shown through html in browser.
Now i wanted to send this information to server side
?
will
java mail be helpful in making some program that can send such stuff to server ?
if yes, then in what form ...as on client it can be displayed dynamically using jsp and html... what about server side
My idea is to send the required data through email having represention of that data of client side
like send email with html on it and let it shwown on html enabled email application ( i think all email application show html stuff) like when we subscribe the email we got html email automatically but
what if my client application is in differnet locations and send email rarely ..is it possible that they can use Java Mail and use Google email (becasue google provide free smtp and pop) and send email through it
other option is to update the database....
but is it possible that application on client side can update the database on the server side ? how ? what process to be followed ?
the data will be save in xml format on client side !!!
i will parse the xml and update the database.... will there be any security issue ?
please help me to solve this issue of transering data either through email or update the database !!
[ December 03, 2005: Message edited by: Gols Tan ]