Affichage des articles dont le libellé est reflection. Afficher tous les articles
Affichage des articles dont le libellé est reflection. Afficher tous les articles

mardi 10 août 2010

Reflection API, Big Numbers Support and Validation Framework (JSR-303-like)

Starting with GraniteDS 2.2, three ActionScript3 new features are available:
  • A reflection API, that greatly simplifies ActionScript3 class introspection;
  • Long, BigInteger, BigDecimal implementations in ActionScript3, with custom serialization options between Java and Flex;
  • A Flex validation framework, based on the "Bean Validation" specification (JSR-303), with code generation tools support in order to replicate your Java entity beans constraint annotations in your ActionScript3 model.
The documentation for these three new features is available as a preview here, here and here (the links will change to here, here and here later, when the final version will be out).