file « Format « JSP-Servlet Q&A





1. Filename format matcher    stackoverflow.com

Can you please help me? I have a few files in a folder with formats of

SNS20110201.A001
SNS201102.A001
SNS20110201.A003
SNS201102.A003
I need to display these files based on file format, e.g.:
SNSYYYYMMDD.A001
SNSYYYYMMDD.A003
Under one div in UI
SNSYYYYMM.A001
SNSYYYYMM.A003
Under another ...

2. Format java snippet in jsp file in eclipse    stackoverflow.com

When I format automatically my jsp files in eclipse the java code in brackets <% {javacode} %> gets also formatted. Which formatter options are considered in this case? I am asking because the ...

3. Formatting JSP source files    coderanch.com