Saturday, June 14, 2014

Common Development Platforms - JSP

JSP, short for Java Server Pages, is a web development platform first introduced by Sun Microsystems (now part of Oracle) to compete with PHP and .NET.

Like .NET, it is a server-side technology – that is, the code must first be compiled and then run as an application on the web server. This means that if you get something wrong, you need to fix the source code, recompile it, and then test it again.

No comments: