Project Clean: Clear the compiled Java class. class file under Tomcat, but JS and JSP are not cleared
Server Clean:clean tomcat Work dictionary: Clears the files under the Tomcat directory, the working directory is stored, and the JSP file is compiled into a. java file and A. class file. References below should also be automatically compiled if not in use (to be verified)
Server Clean:clean not clear
Maven Clean: Cleans up the results of Maven's last install (Install for package, post to war package for post or call?) )
In addition @ Reference article, if run compile JS file do not want clean restart project, right-click Project, Properties----Builders-----Remove JavaScript validator tick. Next time to update JS, as long as the JS file is not in use, JS will be automatically compiled into the bin
Summarize:
Modify Java classes: Project clean
Modify Jsp:server Clean: (JSP does not use first) clean Tomcat work dictionary (may be cached in foreground)
Modify JS: (JS first do not use) Set properties----Builders-----Remove JavaScript Validator check (foreground cache)
Web Project each clean