.JSPX Extensão de arquivo
XML Jakarta Server Page
| Desenvolvedor | Eclipse Foundation |
| Popularidade |
3.3 | 27 Votos |
O que é um arquivo 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.
Mais informações
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.
NOTA: JSPX files were formerly known as XML JavaServer Pages. The Eclipse Foundation rebranded Java Enterprise Edition as Jakarta Enterprise Edition in 2018.
Como abrir um arquivo 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).
