shanu_040 has asked for the wisdom of the Perl Monks concerning the following question:

Hi,
Is is possible to use CGI::Ajax as DWR(java)..

Replies are listed 'Best First'.
Re: CGI::Ajax for PERL and DWR for Java
by dsheroh (Monsignor) on Jul 03, 2009 at 10:43 UTC
    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.
      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".