jsp
jsp or JavaServer Pages. JavaServer Pages (JSP) is a server side Java technology that allows software developers to dynamic web pages, like php and perl also are dynamic server side web programming languages. JSP spits out HTML, XML, or other document types, in response to a Web client request to a Java Web Application container (server). Architecturally, JSP may be viewed as a high-level abstraction of Java servlets. JSP pages are loaded in the server and operated from a structured special installed Java server packet called a J2EE Web Application often packaged as a .war or .ear file archive. The technology allows Java code and certain pre-defined actions to be embedded into static page content and compiled on the server at runtime of each page request. Java is known for it's platform independance. it can run on any operating system. highly portable code.
