Re: Servlet module prototype

2013-06-11 Thread Mark Struberg
Subject: Re: Servlet module prototype Hey all, I finished the modifications I proposed in my last mail. The code is now split up into different filters and listeners for each job. I think this makes the code much cleaner an maintainable. You can have a look at the branch here: https

Re: Servlet module prototype

2013-06-11 Thread John D. Ament
: Christian Kaltepoth christ...@kaltepoth.de To: dev@deltaspike.apache.org Cc: Sent: Tuesday, 11 June 2013, 17:29 Subject: Re: Servlet module prototype Hey all, I finished the modifications I proposed in my last mail. The code is now split up into different filters and listeners for each

Re: Servlet module prototype

2013-06-06 Thread John D. Ament
-...@incubator.apache.org Cc: Sent: Thursday, 6 June 2013, 6:56 Subject: Servlet module prototype Hey all, I spent some time working on a first version of the servlet module. All the basic features are finished now and therefore I think its time to ask for some feedback

Servlet module prototype

2013-06-05 Thread Christian Kaltepoth
Hey all, I spent some time working on a first version of the servlet module. All the basic features are finished now and therefore I think its time to ask for some feedback. I pushed the code to the servlet branch on my github repo: https://github.com/chkal/deltaspike/tree/servlet The servlet