JSP
JavaServer Pages
JavaServer Pages (JSP) is a
Java technology that allows
software developers to dynamically generate
HTML,
XML or other types of documents in response to a
Web client request. The technology allows Java code and certain pre-defined actions to be embedded into static content.The JSP syntax adds additional
XML-like tags, called JSP actions, to be used to invoke built-in functionality. Additionally, the technology allows for the creation of JSP tag libraries that act as extensions to the standard HTML or XML tags. Tag libraries provide a
platform independent way of extending the capabilities of a
Web server.
See more at Wikipedia.org...
JSP
JavaServer Pages
Le JavaServer Pages ou JSP est une technologie basée sur
Java qui permet aux
développeurs de générer dynamiquement du code
HTML,
XML ou tout autre type de
page web. La technologie permet au code Java et à certaines actions prédéfinies d'être ajoutés dans un contenu statique. Depuis la version 2.0 des spécifications, la syntaxe JSP est complètement XML.
Pour la suite, voir Wikipédia.org…
JavaServer Pages
JavaServer Pages, abgekürzt JSP, ist eine von
Sun Microsystems entwickelte Technologie, die im Wesentlichen zur einfachen dynamischen Erzeugung von
HTML- und
XML-Ausgaben eines
Webservers dient. Sie erlaubt es,
Java-Code und spezielle JSP-Aktionen in statischen Inhalt einzubetten. Dies hat den Vorteil, dass die Logik unabhängig vom Design implementiert werden kann.
Mehr unter Wikipedia.org...
JavaServer Pages
JSP (
ang. JavaServer Pages) to technologia umożliwiająca tworzenie dynamicznych dokumentów
WWW w formatach
HTML,
XHTML,
DHTML oraz
XML z wykorzystaniem języka
Java, wplecionego w kod
HTML danej strony. W tym aspekcie, jest to rozwiązanie podobne do
PHP.Jest to odmiana
serwletów (aplikacji w Javie uruchamianych po stronie
serwera). Przy wywołaniu, strona JSP zamieniana jest na servlet, który wykonuje właściwe działanie i każde kolejne zapytania do tej strony.Jeśli użyta zostanie prekompilacja (
kompilacja wstępna) to już podczas uruchamiania aplikacji wszystkie strony JSP zostaną przetłumaczone na servlety.
W celu uzyskania więcej informacji, zobacz w Wikipedia.οrg...
© W niniejszym artykule wykorzystano materialy pochodzace z
Wikipedia® i posiada on Powszechna
Licencje Publiczna GNU
JSP