Editing a JSP or Servlet Source File

The editing support provided for JavaServer Pages (JSP) and servlet source files is much the same as that provided for other file types. The module provides additional support for JSP syntax, including completion for JSP tags.

To edit a JSP or servlet file:

  1. In the Explorer, click the Filesystems tab and locate your JSP or servlet file.
  2. Double-click the selected file to open it in the Source Editor.
  3. Edit your file as you would any Java source file (or HTML file), including the use of code completion (for JSP or servlet constructs and for Java code) and editor abbreviations .
  4. Choose File and choose Save to save your file. Unsaved changes are indicated by an asterisk in the Source Editor title bar.

For additional information on the editor, such as Source Editor abbreviations, Java and HTML completion, and editor configuration, see Editing Source Files.

See also
Creating a JSP or Servlet File Compiling a JSP Source File
Running a JSP or Servlet File

Legal Notices