in reply to Re^2: Developing like Google's applications
in thread Developing like Google's applications

I didn't like the SAJAX toolkit too much, so I rolled all the javascript out of the Perl code and replaced it with a .js file.

Then I turned the perl script into a CGI::Application module and have the result running here:

http://www.unobserved.org/misc/rs/

Code available for download.

  • Comment on Re^3: Developing like Google's applications

Replies are listed 'Best First'.
Re^4: Developing like Google's applications
by astroboy (Chaplain) on May 11, 2005 at 08:57 UTC
    I just started looking at Sajax, but love your simplification, so I'll use it instead. Thanks very much