JSP technology is used to create web application just like Servlet technology
-
Updated
Aug 28, 2018 - Java
JSP technology is used to create web application just like Servlet technology
A spring boot weather app created by utilising Open Weather Map API from RapidAPI.com
a project make me clear about jsp i know the way to config web mvc for .jsp files and leaning .jsp files with java code. Ex, fetching data then show it on .jsp file and learn how to use @WebServlet instead @controller , also know default .jsp folder where i should create ,do basic filter for validate user, know way to import .jsp as component. Cool
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.
Add a description, image, and links to the jsp-page topic page so that developers can more easily learn about it.
To associate your repository with the jsp-page topic, visit your repo's landing page and select "manage topics."