RE: reusable application fragments

2006-12-06 Thread hermod.opstvedt
Hi I was looking through the recipe you added to the wiki(http://wiki.apache.org/shale/ReusableClayJars) Ryan, and I noticed a small (but significant) typo. In the Login class you return "loginmodule.loggedin" when login is ok. Then further down(11) you describe a navigation rule that has a na

Re: reusable application fragments

2006-09-22 Thread Ryan Wynn
On 9/22/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: >From: "Ryan Wynn" <[EMAIL PROTECTED]> > > On 9/21/06, Gary VanMatre wrote: > > > > > > Such that the clayJsfid of the root clay component would be > > > interpreted as classpath*:org/blue/usecases/templates/home.chtm or > > > classpath*:org/gr

Re: reusable application fragments

2006-09-22 Thread Gary VanMatre
>From: "Ryan Wynn" <[EMAIL PROTECTED]> > > On 9/21/06, Gary VanMatre wrote: > > > > > > Such that the clayJsfid of the root clay component would be > > > interpreted as classpath*:org/blue/usecases/templates/home.chtm or > > > classpath*:org/green/usecases/templates/home.chtm > > > > Ah, I s

Re: reusable application fragments

2006-09-22 Thread Ryan Wynn
On 9/21/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: >From: "Ryan Wynn" <[EMAIL PROTECTED]> > > > Gary, that looks really interesting I'll give it a try. I think it's > just a different way off looking at the same thing. I'm not too > concerned with the actual extension. It's more the indirection

Re: reusable application fragments

2006-09-21 Thread Gary VanMatre
>From: "Ryan Wynn" <[EMAIL PROTECTED]> > > > Gary, that looks really interesting I'll give it a try. I think it's > just a different way off looking at the same thing. I'm not too > concerned with the actual extension. It's more the indirection. > > I was try to shorten > > >viewId = org/bl

Re: reusable application fragments

2006-09-21 Thread Ryan Wynn
On 9/21/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: >From: "Ryan Wynn" <[EMAIL PROTECTED]> > > What I am trying to accomplish with clay is to encapsulate a fragment > of an application as a jar file. In the jar file I have clay and > faces configuration as well as java classes. The idea is that

Re: reusable application fragments

2006-09-21 Thread Gary VanMatre
>From: "Ryan Wynn" <[EMAIL PROTECTED]> > > What I am trying to accomplish with clay is to encapsulate a fragment > of an application as a jar file. In the jar file I have clay and > faces configuration as well as java classes. The idea is that the > client application will include the fragment