资 源 简 介
JADE is a full-stack framework for Java application development.
The IoC/DI Core Container:
Seamlessly integrated with with my own AOP framework.
Enhanced dependency injection. Not only support inject components, but also support inject variables form any kind of context. Support expressive injection instruction. Provide navigating language to walk through the dependency graph.
Support annotations to markup the properties/setters/ctors for DI, under both java1.4 or 1.5.
Extended the PicoContainer interface and compatible with former PicoContainers.
Simplified XML configuration with XSD schema.
The Web Framework
Rails like MVC web development coding by convention
Seamlessly integrated with core container. Actions are managed by DI container as well so we can use dependency injection, [wiki:rt/action\_ioc\_support runtime data injection] and apply standard AOP-alliance inter