Well whenever I look at jQuery::DataTables, I actually can't read anything, I 
don't know what language it's in but my browser can't seem to render any of it. 
However, I get the impression that my module is a lot more flexible. My module 
offers the ability to join multiple tables for the output (which isn't 
typically seen in any of the sample jQuery DataTables scripts on the jQuery 
DataTables website). Also, our modules our different in that It seems for 
jQuery::DataTables the user has to actually write the SQL query themselves, 
where as with my module you just specify which tables and columns you want. 
Either of these could be seen as a benefit or a negative depending on the user, 
so with perl's philosophy of "There's more than one way to do it", I think both 
modules would have a place on CPAN :)

Also, my module offers some other features the jQuery::DataTables module 
doesn't, like helping to format the output of certain columns with patterns, 
etc. Also, my module takes care of dealing with the jQuery DataTables options 
that the user chooses client side by taking those options and working them into 
the query (which can be a pretty messy process) and as I said before, it seems 
like you almost have to write at least part of the query yourself with the 
jQuery::DataTables module.


On Jan 29, 2013, at 11:58 AM, brian d foy <brian.d....@gmail.com> wrote:

> [[ This message was both posted and mailed: see
>   the "To," "Cc," and "Newsgroups" headers for details. ]]
> 
> In article <20130123190830.527a51f...@pause.perl.org>, "Perl Authors
> Upload Server" <upl...@pause.perl.org> wrote:
> 
>> The following module was proposed for inclusion in the Module List:
>> 
>>  modid:       DataTables
>>  DSLIP:       bdpOp
>>  description: a server-side solution for jQuery DataTables
>>  userid:      SRCHULO (Adam Hopkins)
>>  chapterid:   15 (World_Wide_Web_HTML_HTTP_CGI)
> 
> How about jQuery::DataTables?
> 
> -- 
> brian d foy (one of many PAUSE admins), http://pause.perl.org
> PAUSE instructions:  http://pause.perl.org/pause/query?ACTION=pause_04about
> Archives: http://www.xray.mpe.mpg.de/mailing-lists/modules
> Please send all messages back to modules@perl.org with no CC to me.

Reply via email to