Faster Web Hosting Since 2002

What is JSP?


What is JSP

Java Server Pages. A server-side technology, JavaServer pages are an extension to the Java servlet technology that was developed by Sun. JSPs have dynamic scripting capability that works in tandem with HTML code, separating the page logic from the static elements -- the actual design and display of the page. Embedded in the HTML page, the Java source code and its extensions help make the HTML more functional, being used in dynamic database queries, for example. The JSP syntax adds additional XML-like tags, called JSP actions, to be used to invoke built-in functionality. JSPs are not restricted to any specific platform or server.

Architecturally, JSP may be viewed as a high-level abstraction of Java servlets. JSPs are translated into servlets at runtime,therefore JSP is a Servlet; each JSP servlet is cached and re-used until the original JSP is modified.[2] JSP allows Java code and certain pre-defined actions to be interleaved with static web markup content, such as HTML, with the resulting page being compiled and executed on the server to deliver a document. The compiled pages, as well as any dependent Java libraries, contain Java bytecode rather than machine code. Like any other Java program, they must be executed within a Java virtual machine (JVM) that interacts with the server's host operating system to provide an abstract, platform-neutral environment. JSPs are usually used to deliver HTML and XML documents, but through the use of OutputStream, they can deliver other types of data as well.[4] The Web container creates JSP implicit objects like request, response, session, application, config, page, pageContext, out and exception. JSP Engine creates these objects during translation phases.

Description: JSP Information
Start Building Your Website Today! Hosting as Low as $3.95/mo.   GET STARTED!
Hosting with CloudFlare Integration  Weebly Hosting with Speed and Email Support  Hosting Servers Powered by CloudLinux  Network Backbone and End Nodes Powered by Cisco Hardware  Hosting with cPanel Support  Powerful Web Servers with Dell Technology  The Latest MariaDB Hosting Support