You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by st...@outerthought.org on 2004/05/07 11:00:06 UTC

[WIKI-UPDATE] CocoonUserGroupMunich JorgHeymans CocoonUserGroupThuringia MVC GettingStartedWithFlow Fri May 7 11:00:06 2004

Page: http://wiki.cocoondev.org/Wiki.jsp?page=CocoonUserGroupMunich , version: 4 on Thu May  7 08:30:46 2004 by JorgHeymans

+ * [JorgHeymans]


Page: http://wiki.cocoondev.org/Wiki.jsp?page=JorgHeymans , version: 1 on Thu May  7 08:30:15 2004 by JorgHeymans

New page created:
+ i'll fix this up with a bit of info soon ...
+ 


Page: http://wiki.cocoondev.org/Wiki.jsp?page=CocoonUserGroupThuringia , version: 9 on Thu May  7 08:16:56 2004 by 217.17.197.193

+ |[Norbert Kalbe|Urfin]|Jena|no preference|


Page: http://wiki.cocoondev.org/Wiki.jsp?page=MVC , version: 8 on Thu May  7 08:27:46 2004 by DerekH

- The Model represents all the logic in the application that is not related to viewing or the sequencing of pages.  Logic is essential for making approproate changes to the data layer of your applications (usually in a database of some type) and encapsulates the business rules supplied to the developer by the users/analyst.
?                                                                                        ----                                                            ^

+ The Model represents all the logic in the application that is not related to the viewing or sequencing of pages.  Logic is essential for making appropriate changes to the data layer of your applications (usually in a database of some type) and encapsulates the business rules supplied to the developer by the users/analyst.
?                                                                              ++++                                                                      ^

- In Cocoon, model logic usuyally reside in Java objects.
?                           -

+ In Cocoon, model logic usually resides in Java objects.
?                                      +

- The primary mechanism for creating a view in Cocoon is the XSLT transformer which oprates on the XML in the pipeline, prior to it being serialized for display/download.
+ The primary mechanism for creating a view in Cocoon is the XSLT transformer which operates on the XML in the pipeline, prior to it being serialized for display/download.  
?                                                                                     +                                                                                    ++

+ 
+ Note that an entire Cocoon pipeline, from data retrival, through to final deliver, can also be considered a "view", provided that the source data is not altered during this process.


Page: http://wiki.cocoondev.org/Wiki.jsp?page=GettingStartedWithFlow , version: 40 on Thu May  7 08:14:12 2004 by DerekH

- Inside {{flow/}}, you will store the code that actually controls how this application runs.  In the "MVC" pattern, the Flow is the "Controller", and it is very powerful.  
?                                                                                                     ^   ^

+ Inside {{flow/}}, you will store the code that actually controls how this application runs.  In the [MVC] pattern, the Flow is the "Controller", and it is very powerful.  
?                                                                                                     ^   ^