Deven, I had presented at JavaOne a solution based on Undertow. Does Jetty have some kind of object factory creating instances of components?
John On Fri, Nov 14, 2014 at 9:32 AM, Deven Phillips <[email protected]> wrote: > Hi all, > > New to DeltaSpike (coming from Guice) and I am trying to migrate my > Jetty websocket implementation to DeltaSpike, but I would like some help > figuring out how to properly inject my JSR-356 annotated object into the > WebSocketCreator class. I have created an abstract AbstractSocketHandler > which both of my implementation inherit from. So, in my project, if I have > a class which @Produces an instance of that, does anyone know if the Jetty > implementation will inject it into the appropriate places? Or will I have > to manually use BeanManager to accomplish the injections? > > Thanks in advance for any help!! > > Deven Phillips >
