Subj : Re: Rhino Debugger To : Jim.Jackson@SunGard.com From : Igor Bukanov Date : Tue Aug 26 2003 07:20 pm Jim.Jackson@SunGard.com wrote: > Has anyone written a Rhino debugger that is Servlet based ? > That would allow using Rhino scripts to generate web pages and allow the > user to debug them from the web browser ? > Would this even be possible ? Everything is possible given the right amount of resources ;). Seriously, it should not be that difficult to modify the current debugger GUI to render inside an applet while communicating with the Rhino runtime over some form of remote invocation. Regards, Igor .