Tag: jsp

How to read XML document using JSTL

JSTL allows the JSP developers to use simple logic and iterative code in the form of tags rather than typical Java code in JSP. In this article, you will know about how to parse XML document using JSTL XML tags.

Permanent link to this article: https://blog.openshell.in/2011/07/how-to-read-xml-document-using-jstl/

MVC

MVC is a design pattern. It contains two models. MVC Model 1 and MVC Model 2. Struts framework implements MVC Design Pattern. Struts can implement Model 1 and Model 2. Model 2 most properly describes the application of MVC in a Web-Application context. Features of MVC1 Architecture: (1) HTML or JSP files are used to …

Continue reading

Permanent link to this article: https://blog.openshell.in/2010/11/mvc1-vs-mvc2-in-struts/