Hi, Here's a proposed package.html for the ViewController stuff in core. Mario, is this ok? (sorry, line-wrapping is stuffed up)..
<html> <body> Provide lifecycle callbacks (on view creation, pre-render, etc) for managed beans. <p> The ConversationRequire annotation in Orchestra's core15 module requires lifecycle callbacks in order to work. It doesn't much matter what code triggers these callbacks, but unfortunately there is currently no open-source library available that does this and is compatible with Orchestra, so here an implementation is provided. <p> It is hoped that in future libraries such as Shale's ViewController module will be compatible with Orchestra, and perhaps that other alternatives also become available. <p> It is not one of Orchestra's goals to provide lifecycle callback features for managed beans, so this feature may be phased out when other alternatives are available. <p> See class ViewControllerManager for further documentation. </body> </html> Cheers, Simon
