>From: "Greg Reddin" <[EMAIL PROTECTED]> 
>
> Is anyone using Shale Remoting with Facelets? Since you're supposed to 
> short-circuit the JSF lifecycle from a remoting method, how would you use 
> facelets to render the resulting view? Is it possible? 
> 

We had a similar discussion recently but it had Clay in the subject....

Shale remoting is service centric versus component centric.  Shale remoting 
doesn't try to work with the component tree.  It is designed to invoke methods 
in backing beans.

I think the myfaces Trinidad library handles PPR very elegantly.  It is 
component centric so the components know what java script and backing services 
it needs to handle partial page requests.  As  a page author, you only have to 
add your Trinidad components in a partial page root component.

I'm not sure how nicely the Facelets view handler plays with Trinidad but it 
plays well with Shale Clay :-). 



> Thanks, 
> Greg 

Gary

Reply via email to