icoloma / shield

Shield.java is a JAX-RS implementation that uses compiled code to handle requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shield.java

Shield.java is a project to provide a JAX-RS implementation subset that is compiled instead of interpreted. The goal is to minify CPU consumption and startup time by applying the same concepts used by dagger for DI.

Analytics

Building the library

Either launch gradle idea or gradle build.

About

Shield.java is a JAX-RS implementation that uses compiled code to handle requests


Languages

Language:Java 78.5%Language:Groovy 21.5%