1. 程式人生 > >在MyEclipse下建立並部署一個Web工程

在MyEclipse下建立並部署一個Web工程

MyEclipse JSP validation capabilities can help identify JSP coding errors early in the development cycle at their precise point of occurance. This section introduces the two levels of JSP validation and how problems are identified in the JSP Editor and elsewhere in the workbench. The first level, or type, of JSP validation applies to the JSP editor. This editor is patterned after the Java editor and provides real-time type-in validation on the editor's contents. The second level of validation is a build-time action that is performed automatically on JSP files whenever they are modified and saved, or when a workspace "Clean" operation is performed on the project.  Lastly, manual JSP validation may be activated from the context-menu on a single JSP file or recursively starting at a project or subfolder level.