.JSPF Rozszerzenie pliku
Java Server Page Fragment
| Deweloper | Oracle |
| Popularność |
3.7 | 6 Głosów |
Czym jest plik JSPF?
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.
Więcej informacji
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.
UWAGA: In the JSP 2.0 specification, the term JSP fragment was renamed to JSP segment.
Programy otwierające lub odwołujące się do plików JSPF
JSON Playlist File
| Deweloper | Brak danych |
| Popularność |
2.0 | 2 Głosów |
A JSPF file is 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.
Więcej informacji
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.
UWAGA: Since JSPF files are saved as plain text, you can rename the extension to ".txt" and open a JSPF file in any text editor.