Thanks Tom. The phrase "web-tier compiler" was what I needed. I found the Flex compiler module for J2EE application servers after much searching at the page <http://opensource.adobe.com/wiki/display/flexsdk/Downloads>. What a brutal search for something so simple! The result of this is webtier.war, which can be deployed to any web app server. I can then add my Flex app and it dynamically recompiles, and it's the Flex 3 version.
Thanks again. Andrew --- In [email protected], Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Tuesday 15 Jul 2008, Andrew Longley wrote: > > I'm trying to migrate the app to Flex 3 and I need to understand what > > files need to go where for the app to dynamically recompile. > > There's a 'web tier compiler' in the Flex 3 SDK, and plenty of docs on the > web. Don't try and figure this out blind. > > > Bottom line, I'm looking for a Flex 3 project that compiles > > dynamically when deployed under a web app server, or information > > towards that end. Thanks for any help. > > Why ? > Almost always off-line compilation is what is best. > > -- > Tom Chiverton

