On 2/15/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > > Hi, > > a while back, there was a discussion regarding annotation based dialog > stuff (started by David or Gary ?). > > I just found an interesting article about integration of Beehive's > PageFlow into JavaServer Faces ([1]). > > Perhaps interesting for some of you as well. However, some stuff looks > similar to Shale's ViewHandler stuff ... :)
Definitely interesting. There are some overlaps with what Shale does, especially in the Shale Tiger Extensions[1] feature that lets you use annotations to register components/converters/validators, define view controllers, and declare managed beans. You will notice that annotated navigation is not on that list ... and philosophically I believe that navigation should *not* be configured that way. But it is certainly something that could be accomplished technically. Regards, > Matthias > > [1] - http://dev2dev.bea.com/pub/a/2005/12/integrating-jsf-beehive.html Craig [1] http://struts.apache.org/struts-shale/features-tiger-extensions.html --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
