[Lipog-commit] net.heilancoo.portal.documentation/doc change-log.html, 1.20, 1.21
Status: Beta
Brought to you by:
jbu
|
From: Joerg B. <jb...@us...> - 2009-05-28 18:43:48
|
Update of /cvsroot/lipog/net.heilancoo.portal.documentation/doc In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15696/doc Modified Files: change-log.html Log Message: sub-controllers Index: change-log.html =================================================================== RCS file: /cvsroot/lipog/net.heilancoo.portal.documentation/doc/change-log.html,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** change-log.html 11 May 2009 20:37:32 -0000 1.20 --- change-log.html 28 May 2009 18:43:35 -0000 1.21 *************** *** 11,22 **** <h2>Release 4 (upcoming)</h2> <ul> <li>Better form field access error handling.</li> <li>Command line option "--log=<i>FILE</i>" to log to (rolling) log file(s) instead of the console.</li> - <li>Request target (controller) changing improved and simplified (@ChangeControllers annotation).</li> <li>Form field decoding is now done much later, just before the form fields are actually needed; as a consequence in cases of malformed URIs or bad session keys form fields will not be decoded at all which saves resources.</li> <li>The Gizmo now identifies itself as 'Little-Portal-Gizmo/1.1'</li> ! <li>Delegate request processing to controllers. Be able to switch controllers by means of controller change requests (marked up with the @ChangeController annotation)</li> </ul> --- 11,24 ---- <h2>Release 4 (upcoming)</h2> <ul> + <li>Introduced session sub-controllers. Identified by a sub-controller key in the URI (between session + key and request method name) there can now be more than one active controllers.</li> <li>Better form field access error handling.</li> <li>Command line option "--log=<i>FILE</i>" to log to (rolling) log file(s) instead of the console.</li> <li>Form field decoding is now done much later, just before the form fields are actually needed; as a consequence in cases of malformed URIs or bad session keys form fields will not be decoded at all which saves resources.</li> <li>The Gizmo now identifies itself as 'Little-Portal-Gizmo/1.1'</li> ! <li>**REPLACED BY SUB-CONTROLLERS** Request target (controller) changing improved and simplified (@ChangeControllers annotation).</li> ! <li>**REPLACED BY SUB-CONTROLLERS** Delegate request processing to controllers. Be able to switch controllers by means of controller change requests (marked up with the @ChangeController annotation)</li> </ul> |