Posts: 55
Nickname: lazydaze
Registered: Feb, 2006
|
|
Re: The Real Lesson of Flex
|
Posted: Mar 20, 2007 10:46 AM
|
|
> "Magic is just code you don't understand." > > Magic is code that I cannot expose and trace via a > debugger - either the source is missing, or freaky runtime > tricks are getting played. A little magic can be > powerful. A lot of magic invariably leads to big problems.
All we're talking about here is laying out a Java component in XML, aren't we? Browsers do a lot of magic under the surface when rendering HTML, but that never troubles anyone. Maybe using the terms DSL and 'code generation' is making this sound more complicated than it really is? When I was playing with XAMJ (XML layout/Java scripting) a year or so back, I never encountered any of these problems. Everything just kinda worked, just like HTML works.
|
|