[flexcoders] API/Programmatic interface to MXMLC?

2005-05-02 Thread Rick Bullotta
Is there a programmatic interface, preferably in Java, to the same code as MXMLC?  We’re interested in “on-the-fly” MXML generating/compilation, and cannot use the JSP approach. Thanks! Rick Bullotta CTO Lighthammer Software www.lighthammer.com Yahoo! Groups Links To vi

Re: [flexcoders] API/Programmatic interface to MXMLC?

2005-05-02 Thread Joe Berkovitz
Well, you can always run MXMLC itself, because it's a Java program. The mxmlc command is roughly equivalent to java -jar ${FLEX_HOME}/lib/mxmlc.jar [args]. I note that running MXMLC is not exactly the same as the MXML generation, because you have to pass in some args that pertain to the runti

RE: [flexcoders] API/Programmatic interface to MXMLC?

2005-05-02 Thread Rick Bullotta
oups.com [mailto:[EMAIL PROTECTED] On Behalf Of Joe Berkovitz Sent: Monday, May 02, 2005 1:43 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] API/Programmatic interface to MXMLC? Well, you can always run MXMLC itself, because it's a Java program. The mxmlc command is roughly equivale

Re: [flexcoders] API/Programmatic interface to MXMLC?

2005-05-02 Thread Joe Berkovitz
un, I suspect there's an API, just not published. We'll find > it ;>. > > > -Original Message- > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Joe Berkovitz > Sent: Monday, May 02, 2005 1:43 PM > To: flexcoders@yahoogro

RE: [flexcoders] API/Programmatic interface to MXMLC?

2005-05-02 Thread Rick Bullotta
@yahoogroups.com Subject: RE: [flexcoders] API/Programmatic interface to MXMLC?   Since the requests are totally dynamic, streaming = optimal approach, with nothing written to disk and no "shelling".  Since MXMLC requires Java to run, I suspect there's an API, just not published.