jsp file names lowercase?

Hello,

the Sun guidelines

"Code Conventions for the JavaServer Pages Technology Version 1.x Language"

state that jsp filenames should always start with a lowercase letter.

Java class names start with uppercase letters.

Can anyone tell me why jsp file names should begin lowercase, is it just a de facto standard?

regards

Jonathan

[379 byte] By [Jonathan14a] at [2007-10-2 12:48:05]
# 1
Hi,It is just a convention. Same as you use set and get methods for members in JavaBeans. You always use very first letter as capital letter after set and get.Thanks
Nadeema at 2007-7-13 9:58:14 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...