On Wed, Jul 30, 2008 at 2:05 AM, Edward Yakop <[EMAIL PROTECTED]>wrote:

> On Mon, Jul 7, 2008 at 11:48 PM, Richard Wallace
> <[EMAIL PROTECTED]> wrote:
> > I've been working on an app that uses struts lately and was following
> > the PetStore example.  I managed to figure out how to get it to work but
> > I'm not sure if there is a better way or not.
> >
> <Snippets/>
> > It wasn't easy, but I did it.  If anyone is interested I can see about
> > cleaning up the code a bit and contributing it.
>
> Are you still interested contributing this?
> I'm currently experimenting with struts 2 + qi4j.
>

Absolutely!  I can also contribute the Servlet stuff that I've been working
on.  It's a bit different than the way the servlet and filter loading works
in the petstore and chronos apps.  Instead of having the JettyService go out
and look for instances of those services I renamed it to
JettyServletContainer and had it extend an a ServletContainer interface with
methods to add servlets and filters.  I did this mostly in anticipation of
being able to move to an OSGi container at some time in the (hopefully not
too distant) future since this meshes more naturally with the way you would
do it in that environment and will make it almost trivially easy to
implement an OSGiServletContainer or somesuch.

Just let me spend a bit of time extracting it out of my code base (should be
almost as simple as renaming the package since I've tried to keep things as
loosely coupled as possible) and add in some comments and do other bits of
cleanup and I can either attach it to a message to the list or create an
issue in JIRA and attach it to that.  Which do you prefer?


>
> Regards,
> Edward Yakop
>
> _______________________________________________
> qi4j-dev mailing list
> [email protected]
> http://lists.ops4j.org/mailman/listinfo/qi4j-dev
>
_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev

Reply via email to