How we do Flex and Java:
- We do not use any popular "frameworks" - no Spring, no Hibernate, no Cairngorm - their ideas may be good, but the vendor lock-in is unbearable and no need to mention the spaghetti XML configuration files;
- We strive to minimize the duplication of code/configuration - if the maximum allowed length for a person's name is 200, then this max length should only be configured at one place instead of multiple places (database, XML, model, logic, and UI).
- Perfect tooling, elegant coding, and careful testing, these are what we aim to achieve.
So much for lecturing, now it's movie time - click here to launch 点击这里观看.