While certainly possible, I don't see the point. GWT was created in large part to:
1) Relieve developers of having to code for cross-browser differences 2) Provide a familiar OO development paradigm (Java) 3) Provide for the web the kind of rich IDE and debugging enjoyed by other languages (Java) Flex already addresses cross-browser issues. And the Flex Builder, already built upon Eclipse, couldn't be more similar to the GWT development experience. Personally, I see zero advantage to a flex cross-compiler. You loose more than you gain, other than a theoretical possibility to flip a switch and have the same code generate two client types. However, given that anyone doing serious GWT also has to interact with JS and CSS in various ways, it's hard to see how a truly common HTML/JS/CSS/Flex codebase could be created. -Brett On Jul 13, 9:58 am, klukin77 <[email protected]> wrote: > Hello everyone! > > I develop both GWT and Flex applications. An idea occurred to me > recently, as to why not have GWT code compile into Flex binary as > well? HTML/Flex components almost have one-to-one mapping. > > Sort of like adding another permutation to GWT compiler, which says > 'flex' :-) > > That would be very handy, and would solve very gracefully GWT/Flex > problem. > > I'd like to hear your opinion about this. Possibly an implementation > is already under way? > > Thank you. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
