DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32257>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32257





------- Additional Comments From [EMAIL PROTECTED]  2005-03-23 15:26 -------
Maybe you should also reread the JSP 2.0 specification... They do recommend
.jspf as the extension for JSP segment (or fragment as it was called before).

Here is the section of interests (look at the second bullet):
----------------------------------
JSP.1.1.8 Naming Conventions for JSP Files
A JSP page is packaged as one or more JSP files, often in a web application, and
delivered to a tool like a JSP container, a J2EE container, or an IDE. A
complete JSP
page may be contained in a single file. In other cases, the top file will
include other
files that contain complete JSP pages, or included segments of pages.
It is common for tools to need to differentiate JSP files from other files. In
some cases, the tools also need to differentiate between top JSP files and 
included
segments. For example, a segment may not be a legal JSP page and may not
compile properly. Determining the type of file is also very useful from a
documentation and maintenance point of view, as people familiar with the .c and
.h convention in the C language know.
By default the extension .jsp means a top-level JSP file. We recommend, but
do not mandate, to differentiate between top-level JSP files (invoked directly 
by
the client or dynamically included by another page or servlet) and statically
included segments so that:
• The .jsp extension is used only for files corresponding to top level JSP 
files,
forming a JSP page when processed.
• Statically included segments use any other extension. As included segments
were called ‘JSP fragments’ in past versions of this specification, the 
extension
.jspf was offered as a suggestion. This extension is still suggested for 
consistency
reasons, despite that they are now called ‘jsp segments’.

JSP documents, that is, JSP pages that are delivered as XML documents, use
the extension .jspx by default.
The jsp-property-group element of web.xml can be used to indicate that some
group of files, perhaps not using either of the extensions above, are JSP 
pages, and
can also be used to indicate which ones are delivered as XML documents.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to