I've done a bit of digging with Google and CPAN, but have come up with dead-ends and incomplete information.

I want to develop a proof of concept for a new visual analysis tool. The final tool needs to work well with a website, so I figured a javascript/ajax solution would work for the interactive elements. I have to admit I'm not very experienced in implementing any ajax, but I understand the basic concepts of how the javascript calls back to the backend to update stuff as required.

If you're familiar with LabVIEW (or even the new Lego Mindstorms NXT visual programming setup), you have seen similar interfaces. Various simple graphics can be dragged around a workspace, and various wire connections can be made from one "plug" to another.

Does anyone know of an AJAX toolkit that's perl-friendly on the backend, and able to do anything like the widget I'm describing on the browser end?

--
[ e d @ h a l l e y . c c ]


In reply to AJAX toolkits and LabVIEW? by halley

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.