Re: GuiceFaces

2007-10-17 Thread Mike Kienenberger
Stick it in jsf-comp until there's a place for it in Myfaces?

On 10/2/07, Wendy Smoak [EMAIL PROTECTED] wrote:
 On 10/2/07, Dennis Byrne [EMAIL PROTECTED] 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



GuiceFaces

2007-10-02 Thread Dennis Byrne
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

2007-10-02 Thread Wendy Smoak
On 10/2/07, Dennis Byrne [EMAIL PROTECTED] 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