Re: About template context and global architecture...
Serge Huber <[email protected]>
| Newsgroups | gmane.comp.cms.jahia.template |
|---|---|
| Message-ID | <[email protected]> |
Patrick Gelin wrote:
>I 've just understood it's the page template which include the header and
>the footer. So my question is:
>
>What is the path of the request before arriving to the JSP page template? Is
>there a JAHIA servlet controller? What are the beans for the model?
>
>
Basically the flow is the following :
Request -> org.jahia.bin.Jahia (servlet) ->
org.jahia.operations.OperationManager (controller) -> JSP template
The main bean is an object called JahiaData, which contains all the
content for the page, as well as a lot of other objects to generate
links, and other editing and nivation user interfaces.
Regards,
Serge Huber.
>Patrick Gelin wrote:
>
>
>
>>Hi,
>>
>>I was studying corporate_portal_template for 2 das and I saw the first
>>HTML page is "header.inc", and the last is "footer.inc". Is there a name
>>convention for this JSP filenames?
>>
>>Does an overall JSP page exist? Between this two JSP files how does it
>>work for main page template integration? I read the JAHIA TEMPLATE
>>DEVELOPPER GUIDE and page 6 said there is a Jahia Servlet calling JSP
>>Templates, but
>>is it alwas the same, and what filename is it? Is Jahia webapp a Model2
>>(MVC) architecture ? What is the JAHIA servlet controller of MVC? What is
>>the JAHIA model of MVC?
>>
>>Thanks.
>>
>>
>
>
>
>
>