.JSPX Rozszerzenie pliku
XML Jakarta Server Page
| Deweloper | Eclipse Foundation |
| Popularność |
3.3 | 27 Głosów |
Czym jest plik 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.
Więcej informacji
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.
UWAGA: JSPX files were formerly known as XML JavaServer Pages. The Eclipse Foundation rebranded Java Enterprise Edition as Jakarta Enterprise Edition in 2018.
Jak otworzyć plik 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).
