.JSPF File Extension
Java Server Page Fragment
Developer | Oracle |
Popularity |
3.7 | 6 Votes |
What is a JSPF file?
A JSPF file is a webpage source code file written using Java Server Page (.JSP) syntax. It contains a fragment of JSP code that does not comprise an entire JSP document. JSPF files are used to abstract reusable segments of code and statically include them in JSP pages.
More Information
JSPF files can be included in JSP pages using the <%@ include file="fragment.jspf"> syntax. They should be stored in the /WEB-INF/jspf/ directory of the web server application's context root directory.
NOTE: In the JSP 2.0 specification, the term JSP fragment was renamed to JSP segment.
Programs that open or reference JSPF files
JSON Playlist File
Developer | N/A |
Popularity |
2.0 | 2 Votes |
A JSPF file may also be a music playlist saved in JavaScript Object Notation (JSON), a text-based data interchange format. It contains a playlist of audio tracks, which includes the playlist title and creator, location of referenced .MP3 (or other audio) files, and the title, creator, and albums of each track in the playlist.
More Information
The JSPF file is a variation of the .XSPF format. Instead of using XML tags, the JSPF file is saved in the JSON structure, which does not require tags, making it more compact than XML. JSPF files are similar to M3U files in that they do not contain actual audio data.
NOTE: Since JSPF files are saved as plain text, you can rename the extension to ".txt" and open a JSPF file in any text editor.