Login Register

perl

NYC dojoX developer needed to create reporting module for database management automation software developer

THIS IS A PROJECT - NOT A JOB OPPORTUNITY; HOWEVER...

GridApp Systems does database management automation better than anyone else...but we need you to provide the front-end reporting expertise using dojoX;, AJAX, Java, and/or Flash (obviously dojo is preferred because AJAX flakes out in the thousands-of-rows area we need).

You have a great sense of the GUI as well as BI experience. Given that the front-end is OO PHP, Perl, JavaScript, and HTML, knowing these couldn't hurt.

json-comment-filtered ... With Perl?

New to Dojo, new to json. Most likely not a good combination...

Recommendations are to use json-comment-filtered for doing json calls from client-server.

I am a back-end perl programmer mostly... the web stuff is fun but not my main calling. I'm using the CPAN's JSON parse/converter.

Any pointers would be appreciated.

Current Perl pseudo code is:

use JSON;
# Code to do SQL lookup
while ($pointer = $sth->fetchrow_hashref)
$data .= $json->objToJson($pointer)

print $cgi->header();
print $data;
Syndicate content