You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Dennis Byrne <de...@apache.org> on 2007/10/03 05:30:48 UTC

GuiceFaces

I've thrown together a couple of different ways of getting MyFaces to use
Guice (similar to org.springframework.web.jsf.DelegatingVariableResolver ).
I would like a place to commit this but some of this code (a custom
ELResolver) depends on JSP 2.1 .  Taking this code along the
sandbox->tomahawk route will obviously interfere w/ the dependencies that
are already in those pom files.  Thoughts on the following?

- create a new project in the 1.2 branch? this might be overkill for
something that may end up being 30 lines of code.  anyone else been needing
this lately?
- put this in the 1.2 impl project (this code is standalone, can this
interfere w/ users who don't use this class)?
- other bright ideas?
- give it to Shale even though it is currently tied to the MyFaces impl?

-- 
Dennis Byrne

Re: GuiceFaces

Posted by Mike Kienenberger <mk...@gmail.com>.
Stick it in jsf-comp until there's a place for it in Myfaces?

On 10/2/07, Wendy Smoak <ws...@gmail.com> wrote:
> On 10/2/07, Dennis Byrne <de...@apache.org> wrote:
> > I've thrown together a couple of different ways of getting MyFaces to use
> > Guice (similar to
> > org.springframework.web.jsf.DelegatingVariableResolver ).
> > I would like a place to commit this but some of this code (a custom
> > ELResolver) depends on JSP 2.1 .  Taking this code along the
> > sandbox->tomahawk route will obviously interfere w/ the dependencies that
> > are already in those pom files.  Thoughts on the following?
>
> Create a myfaces/sandbox/guicefaces directory at the very top of the
> repo so it's separate from everything else?
>
> --
> Wendy
>

Re: GuiceFaces

Posted by Wendy Smoak <ws...@gmail.com>.
On 10/2/07, Dennis Byrne <de...@apache.org> wrote:
> I've thrown together a couple of different ways of getting MyFaces to use
> Guice (similar to
> org.springframework.web.jsf.DelegatingVariableResolver ).
> I would like a place to commit this but some of this code (a custom
> ELResolver) depends on JSP 2.1 .  Taking this code along the
> sandbox->tomahawk route will obviously interfere w/ the dependencies that
> are already in those pom files.  Thoughts on the following?

Create a myfaces/sandbox/guicefaces directory at the very top of the
repo so it's separate from everything else?

-- 
Wendy