Hey John, I'm almost finished with the stuff I wanted to get in for a first version. What I got so far is propagation of servlet events for creation/destruction of request, response, session and servlet context. And also injection of request, response and session. What I'm currently finishing is the injection of the servlet context, which is a bit tricky.
I think I'll be able to finish it in 3-4 days and push it out to github so everyone cat give feedback. I'll create a few JIRA issues for the stuff that is already implemented. Feel free to add anything you think that is missing. Christian 2013/6/1 John D. Ament <[email protected]> > Hey Christian, > > Just wondering how far you got with this. Since 0.5 is now starting up > maybe we can start entering JIRAs for the features? > > > On Tue, May 14, 2013 at 4:05 AM, Christian Kaltepoth < > [email protected] > > wrote: > > > Sure, as I already wrote I would start in a separate branch on github and > > merge later after 0.4 is out. > > > > > > 2013/5/14 Mark Struberg <[email protected]> > > > > > +1. Could you please start working on it in a branch? > > > I really like to release 0.4 sooooonish (maybe end of this week?) > > > After that we could go for it in master. > > > > > > LieGrue, > > > strub > > > > > > > > > > > > > > > ----- Original Message ----- > > > > From: Jason Porter <[email protected]> > > > > To: "[email protected]" < > > > [email protected]> > > > > Cc: > > > > Sent: Monday, 13 May 2013, 18:35 > > > > Subject: Re: Servlet module > > > > > > > > I see no reason not to. Just keep rebasing (if you're working in a > > > separate > > > > module there shouldn't be any conflicts) until we're able to start > work > > > > on > > > > 0.5. > > > > > > > > > > > > On Mon, May 13, 2013 at 10:16 AM, Romain Manni-Bucau > > > > <[email protected]>wrote: > > > > > > > >> Since the module is light +1 > > > >> Le 13 mai 2013 18:11, "John D. Ament" > > > > <[email protected]> a écrit : > > > >> > > > >> > +1. This is actually one thing I need to finish porting an app > > from > > > >> seam3 > > > >> > to DS. If you want help doing it let me know. > > > >> > > > > >> > > > > >> > On Mon, May 13, 2013 at 12:03 PM, Christian Kaltepoth < > > > >> > [email protected]> wrote: > > > >> > > > > >> > > 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 > > > >> > > > > > >> > > > > >> > > > > > > > > > > > > > > > > -- > > > > Jason Porter > > > > http://en.gravatar.com/lightguardjp > > > > > > > > > > > > > > > -- > > Christian Kaltepoth > > Blog: http://blog.kaltepoth.de/ > > Twitter: http://twitter.com/chkal > > GitHub: https://github.com/chkal > > > -- Christian Kaltepoth Blog: http://blog.kaltepoth.de/ Twitter: http://twitter.com/chkal GitHub: https://github.com/chkal
