background preloader

JSP

Facebook Twitter

Editable Display Tag Table. This page is designed to demonstrate how you can use the display tag to create editable rows of data.

Editable Display Tag Table

Most of the code in this page is JSP scriplets to do the Add/Update/Delete logic. This implementation only supports editing one record at a time. Motivation for this exercise was gained from this implementation, which is a patch that never made it into the old display tag (version 0.8.5). Using the "View Table Source" link below this table, you can see the JSP/HTML code that's used to render this table. View JSP Source. JSP Hosting. Tutorial de JSPs, Java Server Pages. 1 Introducción: servidores y contenedores de servlets/JSPs Los servlets y Java Server Pages (JSPs) son dos métodos de creación de páginas web dinámicas en servidor usando el lenguaje Java.

Tutorial de JSPs, Java Server Pages

En ese sentido son similares a otros métodos o lenguajes tales como el PHP, los CGIs (common gateway interface), programas que generan páginas web en el servidor, o los ASP (Active Server Pages), un método específico de Microsoft. Sin embargo, se diferencian de ellos en otras cosas. Para empezar, los JSPs y servlets se ejecutan en una máquina virtual Java, lo cual permite que, en principio, se puedan usar en cualquier tipo de ordenador, siempre que exista una máquina virtual Java para él. JSP Scripts, Tags, JSP Examples, Hosting. JSP Tutorials,EJB Tutorial,JDBC Tutorials,Free Java Servlets Tutorials ...