1.

What Design Patterns Are Used In Struts?

Answer»

Struts is based on model 2 MVC (Model-View-Controller) ARCHITECTURE. Struts controller USES the command DESIGN pattern and the action classes use the adapter design pattern. The process() METHOD of the RequestProcessor uses the template method design pattern. Struts also implement the following J2EE design patterns.
1.Service to Worker
2.Dispatcher View
3.Composite View (Struts TILES)
4.Front Controller
5.View Helper
6.Synchronizer Token

 

Struts is based on model 2 MVC (Model-View-Controller) architecture. Struts controller uses the command design pattern and the action classes use the adapter design pattern. The process() method of the RequestProcessor uses the template method design pattern. Struts also implement the following J2EE design patterns.
1.Service to Worker
2.Dispatcher View
3.Composite View (Struts Tiles)
4.Front Controller
5.View Helper
6.Synchronizer Token

 



Discussion

No Comment Found