2010/12/3 Greg Brown <[email protected]> > While you can certainly create your UI this way, I am curious to know why > you would prefer to do it "by hand" rather than using BXML. I know that a > lot of developers have an aversion to XML, and this is (to some extent) > justified - for many applications, XML is overly verbose, and something like > JSON would be more appropriate. However, for UI construction, XML really is > handy. >
Hi! I can see one major reason to use java code : in java, we have auto-completion, in xml we don't. If we are not familiar with the pivot framework, find name of arguments is really not easy. At each time, I have to search in sources files to know which parameters i can use, ... I think that auto completion in xml will be a really important feature to provide in order that Pivot community grows. Regards, Thomas
