You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2007/08/30 20:39:25 UTC

svn commit: r571271 - /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/package.html

Author: skitching
Date: Thu Aug 30 11:39:24 2007
New Revision: 571271

URL: http://svn.apache.org/viewvc?rev=571271&view=rev
Log:
Add package doc for ViewController

Added:
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/package.html

Added: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/package.html
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/package.html?rev=571271&view=auto
==============================================================================
--- myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/package.html (added)
+++ myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/viewController/package.html Thu Aug 30 11:39:24 2007
@@ -0,0 +1,18 @@
+<html>
+<body>
+Provide lifecycle callbacks (on view creation, pre-render, etc) for managed beans.
+<p>
+The ConversationRequire annotation in Orchestra's core15 module needs 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>