Categories:
Android (1)
Audio (7)
C/C++ (2)
Compression (7)
Database (6)
Document (14)
Email (3)
General (50)
Graphics (17)
Image (8)
Java (1)
Picture (1)
Presentation (7)
Programming (17)
Spreadsheet (11)
Video (8)
Web (13)
Windows (63)
XML (4)
Other Resources:
.JSP - File Extension for JavaServer Pages
File extension JSP is used for JavaServer Pages for building dynamic Websites. A JSP sample file is provided. Free JSP Web servers to host JSP files are listed.
✍: FYIcenter.com
File Extension: .JSP
MIME Type: application/jsp
File Content: Dynamic Web pages.
What is JSP? JSP is a short name for JavaServer Pages. JSP was initially developed at Sun Microsystems. Now it is maintained under the Java Community Process.
JSP is a technology, not a language. It allows Web page authors to put dynamic data into a Web document with Java statements embedded in special HTML tags. The embedded Java statements will be executed by the JSP enabled Web server, not by the Web browser.
JSP is the file extension for JavaServer Pages files, which are HTML documents with embedded Java statements in structures defined by the JSP specifications.
Here is a sample JSP file:
<htmlgt;
<bodygt;
Welcome to <% out.println("FYIcenter.com"); %gt;!
</bodygt;
</htmlgt;
JSP sample file: Click sample.jsp to download.
JavaServer Pages stored in JSP files can be served by the most popular free Web server:
2012-07-01, 7040👍, 0💬
Popular Posts:
What is CS? CS, short name for C Sharp, is used as the file extension for C# (C Sharp) files. .CS fi...
What is MPP? MPP, short name for Microsoft Project Plan, is used as the file extension for Microsoft...
What is PPS? PPS, short name for PowerPoint Slide, is used as the file extension for Microsoft Power...
What is BIN? BIN, short name for Binary, is used as the file extension for Binary Data files. .BIN f...
What is TIF or TIFF? TIFF, short name for Tagged Image File Format, is used as the file extension fo...