Re: [ANNOUNCE] Apache Shale To Move To the Attic

2009-05-01 Thread Kito Mann
Hello Cyril, The Orchestra ViewController can definitely handle this. See: http://myfaces.apache.org/orchestra/myfaces-orchestra-core/viewController.html . I'm not too familiar with the s:subview tag -- how does that work? --- Kito D. Mann -- Author, JavaServer Faces in Action

Re: [ANNOUNCE] Apache Shale To Move To the Attic

2009-05-01 Thread Kito Mann
FYI, I wrote a new blog entry about this: http://blogs.jsfcentral.com/editorsdesk/entry/shale_in_the_attic --- Kito D. Mann -- Author, JavaServer Faces in Action http://twitter.com/kito99 http://twitter.com/jsfcentral http://www.virtua.com - JSF/Java EE consulting, training, and mentoring

Re: [ANNOUNCE] Apache Shale To Move To the Attic

2009-05-01 Thread Cyril Bouteille
It provides the missing C in MVC of JSF for GET requests. :-) A hook in the JSP where you can declare which managed bean should be initialized for rendering. Typically high in your JSP, s:subview id=name-of-your-bean would call NameOfYourBean.prerender() event. Each page is in control of what

Re: [ANNOUNCE] Apache Shale To Move To the Attic

2009-05-01 Thread Kito Mann
On Fri, May 1, 2009 at 2:51 PM, Cyril Bouteille cy...@travelmuse.comwrote: It provides the missing C in MVC of JSF for GET requests. :-) A hook in the JSP where you can declare which managed bean should be initialized for rendering. Typically high in your JSP, s:subview id=name-of-your-bean

[ANNOUNCE] Apache Shale To Move To the Attic

2009-04-28 Thread Greg Reddin
This is a heads up for the Shale user community that the Shale PMC has voted to move the project to the Attic. This means that the Shale developers (more formally its Project Management Committee) have voted to retire Shale and move the responsibility for its oversight over to the Attic project.

Re: [ANNOUNCE] Apache Shale To Move To the Attic

2009-04-28 Thread Cyril Bouteille
This is sad news! Can you please recommend alternative projects for migration of deployed View-Controller and Remote features? Thanks. Greg Reddin wrote: This is a heads up for the Shale user community that the Shale PMC has voted to move the project to the Attic. This means that the Shale

Re: [ANNOUNCE] Apache Shale To Move To the Attic

2009-04-28 Thread Greg Reddin
On Tue, Apr 28, 2009 at 11:44 AM, Cyril Bouteille cy...@travelmuse.com wrote: This is sad news! Can you please recommend alternative projects for migration of deployed View-Controller and Remote features? Thanks. Just my viewpoint: probably your best bet would be to migrate to Seam and/or

Re: [ANNOUNCE] Apache Shale To Move To the Attic

2009-04-28 Thread Kito Mann
On Tue, Apr 28, 2009 at 12:44 PM, Cyril Bouteille cy...@travelmuse.comwrote: This is sad news! Can you please recommend alternative projects for migration of deployed View-Controller and Remote features? Thanks. MyFaces Apache Orchestra has a view controller feature as well, and you with JSF