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

