Difference between revisions of "JavaServer Pages"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) |
||
Line 3: | Line 3: | ||
== Description == | == Description == | ||
− | Released in 1999 by Sun Microsystems, JSP is similar to [[PHP]], but it uses the [[Java (programming language) | + | Released in 1999 by Sun Microsystems, JSP is similar to [[PHP]], but it uses the [[Java (programming language)|Java programming language]]. |
To deploy and run JavaServer Pages, a compatible [[web server]] with a [[servlet container]] is required, such as [[Apache Tomcat]] or [[Jetty]]. | To deploy and run JavaServer Pages, a compatible [[web server]] with a [[servlet container]] is required, such as [[Apache Tomcat]] or [[Jetty]]. |
Revision as of 11:57, 2 January 2016
JavaServer Pages (JSP) is a technology that helps software developers create dynamic web pages.
Description
Released in 1999 by Sun Microsystems, JSP is similar to PHP, but it uses the Java programming language.
To deploy and run JavaServer Pages, a compatible web server with a servlet container is required, such as Apache Tomcat or Jetty.
See also
External links
- JavaServer Pages @ Wikipedia