A nap fájlkiterjesztése:
SPI
JSP fájl kiterjesztés
Java Server Page
| Kategória: | Webes |
|---|---|
| Ismertető: |
Server-generated HTML Web page that uses Java code (from Sun Microsystems); JSP code is parsed by the Web server before being sent to the user's computer; therefore, the end user never sees the JSP code, but only the HTML generated by the Java code in the page; can be edited using a Web development program or basic text editor. |