.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).
