JSP Tag Libraries in Breif
You have many options when it comes to generating dynamic content inside the JSP page.
These options are as follows :
These options are as follows :
- Scripting elements calling servlet code directly
- Scripting elements calling servlet code indirectly (by means of utility classes)
- Beans
- Servlet/JSP combo (MVC)
- MVC with JSP expression language
- Custom tags