Hey,

So here's what I need help to determine.

I've got a bunch of perl scripts that process XML files, and the end product of most of these script is in fact an XML file. Those scripts are done and work well. It's those XML files I hope that Flex will use, since Flex works pretty happily with XML.

Now I want an interface and I want to try work with adobe Flex. I am using Flex because it can do a lot of very nice visualizations for me. Unfortunately the Perl-Flex Community is not very large.

Here's what I need to know from people someone. I know that Flex can work great using Java or PHP for example with the intermediate of an ASP.NET or PHP server. I don't have those servers available to me, I've got all my Perl scripts on a UNIX server and I don't have a web server available to me, but I know I could set up Apache locally on my machine as a temporary fix. Do you think it could be possible to get Perl to communicate with Flex builder in a way similar to Java?

I know I need to consider how I am going to host this internet app, but at the moment I need to make it work locally so my supervisor can be happy...

I apologize if this isn't clear, I'll know by the replies. I admit, I am only learning all these tools because I needed to learn them for the project. I've never done client-server coding. I don't need someone to hold my hand through it, but maybe to tell me some useful tricks and if it's possible. I appreciate any help!


In reply to Using Perl with Adobe Flex by kungfoo,monkee

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.