Hi everyone, Browsing through the code I saw there's an HTTP server transport based on Netty . I was wondering how to use that without web.xml (something like https://github.com/reta/jax-rs-2.0-cdi/blob/master/src/main/java/com/example/Starter.java ).
My use case is a very simple JAX-RS application and I would like to be able to deploy it without relying on servlets and so on. Can anyone help me by any chance? I tried googling but there's absolutely zero informations available on it. Thank you very much in advance, Gianluca
