User 512caa4d13
24-09-2008 13:55:18
Hello All,
I am new to Java and working on Marvin Applet. While surfing on net I gone through the following web site
http://chem.sis.nlm.nih.gov/chemidplus/
here the author used Marvin Applet which is giving the user a facility to draw the structure on the editor. But the interesting thing is that whatever is drawn on the editor is immediately reflected to a frame [possibly JFrame] on the browser.
From this I understood that the editor we got as an response to a request from the server is still communicating the rout of the request. I wanted to develop the same application but unfortunately haven't found any reference for such Applet - Browser communication. Please help me, if anyone can.
I am new to Java and working on Marvin Applet. While surfing on net I gone through the following web site
http://chem.sis.nlm.nih.gov/chemidplus/
here the author used Marvin Applet which is giving the user a facility to draw the structure on the editor. But the interesting thing is that whatever is drawn on the editor is immediately reflected to a frame [possibly JFrame] on the browser.
From this I understood that the editor we got as an response to a request from the server is still communicating the rout of the request. I wanted to develop the same application but unfortunately haven't found any reference for such Applet - Browser communication. Please help me, if anyone can.