You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A JSP (JavaServer Pages) web application is a type of dynamic web application that is built using Java technologies. JSP allows developers to embed Java code directly into HTML pages, making it easier to generate dynamic content on the server side. JSP pages are compiled into servlets, which run on a web server or application server.
Proyecto de arquitectura modelo-vista-controlador que integra la api, del repositorio "api-almacen-jdbc2-database-connection", para realizar operaciones CRUD que puedan imprimir y modificar la base de datos en una página web creada utilizando Servlets y archivos JSP