framework
framework copied to clipboard
Lightweight web framework for NodeJS inspired by Spring framework
## Background Swagger is a tool which is widely used for generating web UI for RESTful APIs. It become so popular that recently it's specification was taken as a foundation...
Should work when only the base class is a @Component, when both classes are @Component and when base class is abstract. P.S. Injection and error-handling should work too.
Example: Parameter decorator used as Method decorator.
AOP proxies the class with an extended class (say TimedProxy) and when we call `CompConstructor.name` we get "TimedProxy". In order to get the name of the original class it is...
Currently the `@Inject()` property type is checked if it is @Component in the decorator itself. If `@Inject()` is run before `@Component()` of the injected type, the decorator will throw. So...
## Background Zones are a powerful concept that was invented for the first time a few years ago. Until then it went from just a theory into practice and now...
When no RequestMethod is set in the @RequestMapping decorator, the dispatcher should register the method on all RequestMethod-s
## Background As we do everyting at the initialization time (when ApplicationContext is created) the import (merging of configuration classes) should also be done there. The component scan and property...