cettia / asity

Build universally reusable web fragments on the JVM
https://asity.cettia.io/
Apache License 2.0
25 stars 1 forks source link

Support Micronaut #46

Open ralscha opened 5 years ago

ralscha commented 5 years ago

Micronaut

Micronaut features a Dependency Injection and Aspect-Oriented Programming runtime that uses no reflection. It runs on Netty.

flowersinthesand commented 5 years ago

Looks great.

ralscha commented 5 years ago

Indeed. Supports everything Spring provides but without any reflection. Instead it uses Annotation Processors. Results in faster startup time and less memory usage.

There is a similar project from RedHad: Quarkus I think this also uses Netty under the hood.