Re: [Resteasy-users] Resteasy + Netty 4

2014-02-20 Thread Ari King
Thanks for the link. After reviewing the tests and the source code for NettyJaxrsServer, I was able to put together a working Resteasy + Guice + Netty app. However, there are two pieces of functionality I am not clear how I can/should go about implementing. Those two are: 1. Serving static cont

Re: [Resteasy-users] Using Netty, RestEasy and Weld

2014-02-20 Thread John D. Ament
All, So, I finally put together the starts of making this more integrated with RestEasy. See the branch here: https://github.com/johnament/Resteasy/compare/RESTEASY-NETTY Basically, create a simple main program that starts up Netty and does a RestEasy Deployment, with Weld SE running. Let me kn

Re: [Resteasy-users] Using Netty, RestEasy and Weld

2014-02-20 Thread Bill Burke
Great stuff, but still don't understand why you guys want to roll your own app server. Let me take a look. You submitting a PR? On 2/20/2014 8:49 PM, John D. Ament wrote: > All, > > So, I finally put together the starts of making this more integrated > with RestEasy. > > See the branch here: >

Re: [Resteasy-users] Using Netty, RestEasy and Weld

2014-02-20 Thread John D. Ament
It's actually a lot more lightweight. The minimum I can run the equivalent on AS7 on is ~ 180 mb in binaries, but throwing this together is about 32 mb (and compresses further when its packaged). I'm able to start the JVM on the bare minimum (~100mb on my linux VM) but AS7 with all I need is about