You are on page 1of 6

Struct

1.Struct is a FrameWork to create reusable component 2. It is based on MVC

Advantages
‡ ‡ ‡ ‡ Reusability Template Based Easily Maintainable Faster Development

MVC Architecture
‡ Model : It implements Business logic of the application. All types of operation and calculations performed here ‡ View: It contains presentation logic which is created by set of jsp. User gets response from this layer.

MVC Architecture
‡ Controller: This layer maintains users flow which created by using controlling servlets and Action classes. It accepts request from users.

Installation and configuration of Struct

Tag Library of Struct

You might also like