jsp page efficiency suggestion

User 870ab5b546

29-09-2006 12:14:10

Rafi recently discovered a technique called AJAX, which allows a JSP page to communicate with the server, get back a replacement page, and update the displayed page without having to reload the applet. It works great in ACE: we no longer have to reload MarvinSketch every time a student submits a response. You might look into it for some of your jsp pages, especially the Reactor jsp page, which I have found to be somewhat clunky. See http://www-128.ibm.com/developerworks/web/library/wa-ajaxintro1.html for details.





Just a suggestion, no need to reply.

ChemAxon d76e6e95eb

29-09-2006 20:40:23

Thank you for the idea, Bob!

User 870ab5b546

04-10-2006 10:04:33

Here's an example jsp page that uses AJAX with Marvin. Enjoy.

ChemAxon d76e6e95eb

04-10-2006 17:44:02

Thank you!

ChemAxon 43e6884a7a

10-11-2006 11:27:18

Bob,


We have installed the AJAX example.


http://www.chemaxon.com/forum/viewtopic.php?p=8876#8876


Thanks again.