.JSPX 文件扩展名
XML Jakarta Server Page
| 开发者 | Eclipse Foundation |
| 受欢迎程度 |
3.3 | 27 票 |
什么是 JSPX 文件?
A JSPX file is an XHTML file used to dynamically generate a webpage using Jakarta Server Pages (JSP) functions. JSPX files are similar to .JSP files, except they use XML syntax.
更多信息
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, HTML, and sometimes, XML.
JSPs that contain XML are saved as JSPX files. Any web server that includes a JSP-compatible servlet container, such as Apache Tomcat or Jetty, can render a JSPX file as a webpage in users' web browsers. You can also use the Java Virtual Machine to run a JSPX file in any web browser that supports Java Server Pages.
注: JSPX files were formerly known as XML JavaServer Pages. The Eclipse Foundation rebranded Java Enterprise Edition as Jakarta Enterprise Edition in 2018.
如何打开 JSPX 文件
You can open and edit a JSPX file in any text or source code editor, such as Microsoft Visual Studio Code (cross-platform) or GitHub Atom (cross-platform).
