On 22 juil, 00:00, Siva K <kssr...@gmail.com> wrote:
> Hi
>
> iam going through bookstore2 application and seen following code in web.xml
>
>  <jsp-config>
>     <jsp-property-group>
>       <display-name>bookstore2</display-name>
>       <url-pattern>*.jsp</url-pattern>
>       <el-ignored>false</el-ignored>
>       <scripting-invalid>false</scripting-invalid>
>       <is-xml>false</is-xml>
>       <include-prelude>/template/prelude.jspf</include-prelude>
>       <include-coda>/template/coda.jspf</include-coda>
>     </jsp-property-group>
>   </jsp-config>
> can anybody explain what is the significance of this setting, and what is
> .jspf file mean
This is the declaration of settings for a group of jsp fragment pages.
See the Java EE 5 tutorial for its meaning:

http://download.oracle.com/docs/cd/E17477_01/javaee/5/tutorial/doc/bnajg.html

(Note: it is included in the resources for the course, which reading /
practicing is of great benefit).

Michèle Garoche

-- 
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en

Reply via email to