Hey all, as I already discussed with Mark and Arne two weeks ago, I'm really interested in working on the servlet module for DeltaSpike. This topic was discussed several times on the list (see [1], [2]) and I think there was an agreement to target this for 0.5. Although 0.4 hasn't been released yet, I would love to spend some time hacking on this. :)
In my opinion the most important features for the module would be: - Producers for servlet objects like the HttpServletRequest, ServletContext, etc. As this will be part of CDI 1.1, the producer should use a custom qualifier. - Bridging of the servlet lifecycle events to the CDI event bus. I think these are the most important features which are required for many real world applications. I'll start working on this on a separate branch on my GitHub repo. This way I can prototype the module and then ask for your feedback before merging it at a later point in time. WDYT? Any comments or ideas? :) Christian [1] http://apache-deltaspike-incubator-discussions.2316169.n4.nabble.com/seam-servlet-stuff-to-deltaspike-td4653869.html [2] http://apache-deltaspike-incubator-discussions.2316169.n4.nabble.com/Servlet-module-td4654725.html -- Christian Kaltepoth Blog: http://blog.kaltepoth.de/ Twitter: http://twitter.com/chkal GitHub: https://github.com/chkal
