Server Pages
Encyclopedia
Server Pages are scripts that are embedded in HTML and processed on the server before the page is sent to the client's web browser. This concept is explained generally at Server-side scripting
.
Examples of server pages implementations are:
The same concept is also used by:
Server-side scripting
Server-side scripting is a web server technology in which a user's request is verified by running a script directly on the web server to generate dynamic web pages. It is usually used to provide interactive web sites that interface to databases or other data stores. This is different from...
.
Examples of server pages implementations are:
- Active Server PagesActive Server PagesActive Server Pages , also known as Classic ASP or ASP Classic, was Microsoft's first server-side script engine for dynamically-generated Web pages. Initially released as an add-on to Internet Information Services via the Windows NT 4.0 Option Pack Active Server Pages (ASP), also known as Classic...
(ASP) - Caché Server Pages (CSP)
- Dylan Server PagesDylan Server PagesDylan Server Pages is a template engine for providing dynamic web site content using the Dylan programming language. They are similar in spirit to JavaServer Pages, but without the ability to mix program logic and page content...
(DSP) - Java Server Pages (JSP)
- Webware for PythonWebware for PythonWebware for Python is an object-oriented, Python web application framework. The suite uses well known design patterns and includes a fast Application Server, Servlets, Python Server Pages , object-relational mapping, Task Scheduling, Session Management, and many other features.Webware For Python is...
server pages
The same concept is also used by:
- PHPPHPPHP is a general-purpose server-side scripting language originally designed for web development to produce dynamic web pages. For this purpose, PHP code is embedded into the HTML source document and interpreted by a web server with a PHP processor module, which generates the web page document...
- ColdFusionColdFusionIn computing, ColdFusion is the name of a commercial rapid application development platform invented by Jeremy and JJ Allaire in 1995. ColdFusion was originally designed to make it easier to connect simple HTML pages to a database, by version 2 it had...