jakub-bochenski / guice-cxf

Guice ESDL for Apache CXF (JAX-RS)
Apache License 2.0
2 stars 7 forks source link

Servlet support or explanation #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It sure would be delux to have a webapp based on this...

Original issue reported on code.google.com by ben...@basistech.com on 26 Jan 2014 at 10:15

GoogleCodeExporter commented 9 years ago
Please see http://code.google.com/p/guice-cxf/wiki/J2EEDeployment
Just install this servlet in your web.xml and assure there is a 
ServletContextListener that will create the injector and store it in a 
"GuiceCXF#Injector" attribute.

If you still have problems I will consider uploading a hello world app.

Original comment by kuba.bochenski@gmail.com on 27 Jan 2014 at 4:40