How do JSP pages work?
JSP engine interprets tags, and generates the content required – for example, by calling a bean, accessing a database with the JDBC API or including a file. It then sends the results back in the form of an HTML (or XML) page to the browser.
The logic that generates the content is encapsulated in tags and beans processed on the server.
Recent Comments