What would be a good way to measure the size of a JSP project?
问题 Given an existing JSP project, I would like to get a feel for the complexity/size of the "view" portion of the project. Here's what I've done so far: Pulled the list of JSP's that have been compiled from the production server within the last x months (that eliminates 'dead' jsps). Wrote a quick scanner to find the JSP fragment files that are imported into the compiled pages. Pulled the size of the file and the timestamp off the file system. So now I have a list of pages and the fragments