in reply to CGI::Ajax for PERL and DWR for Java

I'm not familiar with DWR, but, from a quick look at the linked page, it does appear to be conceptually similar to CGI::Ajax, in that CGI::Ajax provides a simple way for a web page to call a server-side Perl subroutine and insert that sub's output into a div (or pass it as input to a javascript function) on the calling page and DWR looks like it does the same for server-side Java code.
  • Comment on Re: CGI::Ajax for PERL and DWR for Java

Replies are listed 'Best First'.
Re^2: CGI::Ajax for PERL and DWR for Java
by shanu_040 (Sexton) on Jul 04, 2009 at 04:32 UTC
    Yes you are correct, but in DWR java objects can be used via Javascript.But that is not possible in CGI::Ajax. I am looking for "How to use Comet using perl".