framework icon indicating copy to clipboard operation
framework copied to clipboard

Lightweight web framework for NodeJS inspired by Spring framework

Results 18 framework issues
Sort by recently updated
recently updated
newest added

## 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.

bug

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...

2 - Working <= 5

When no RequestMethod is set in the @RequestMapping decorator, the dispatcher should register the method on all RequestMethod-s

1 - Ready

## 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...

enhancement
1 - Ready