.JSP 文件扩展名

Jakarta Server Page

开发者 Eclipse Foundation
受欢迎程度
3.4  |  281 
 

什么是 JSP 文件?

A JSP file is a Java document used to dynamically generate a webpage using Jakarta Server Pages (JSP) functions. It is similar to an .ASP or .PHP file, except it contains Java code instead of ActiveX or PHP. Web servers parse JSP files and use them to generate HTML, which is sent to a user's web browser.

更多信息

在 Microsoft Visual Studio Code 中打开的 .jsp 文件截图
在 Microsoft Visual Studio Code 中打开的 JSP 文件

Jakarta Server Pages is a standard and set of technologies that developers use to create dynamically-generated webpages. Developers write these webpages using Java code, as well as HTML and XML syntax.

JSP files typically contain only Java and HTML content. Any web server that includes a JSP-compatible servlet container, such as Apache Tomcat or Jetty, can render a JSP file as a webpage in users' web browsers.

However, were a user to view a processed JSP webpage's source code in their browser, the user would see only HTML code. When a web server processes a JSP file, it dynamically translates the Java code the file contains into HTML. The user's web browser then renders this fully-HTML version of the webpage.

注: JSP files were formerly known as JavaServer Pages. The Eclipse Foundation rebranded Java Enterprise Edition as Jakarta Enterprise Edition in 2018.

如何打开 JSP 文件

You can open and edit a JSP file in any text or source code editor, such as Microsoft Visual Studio Code (cross-platform) or GitHub Atom (cross-platform). You can also view the file in any web browser.

使用File Viewer Plus打开 400 多种文件格式。免费下载

可打开 JSP 文件的程序

分类: 网页
更新时间: 2021-11-05

验证者 FileInfo.com

FileInfo.com 团队 独立研究了本页面列出的 Jakarta Server Page 文件格式和 Mac, Windows, and Linux 应用。 我们的目标是达到 100% 的准确率,并且仅发布我们已验证过的文件类型信息。

如果您想为此页面提出新增或更新建议,请告诉我们