design patterns are used in Struts?

What design patterns are used in Struts?

View Answers

November 20, 2010 at 4:19 PM

Hi friends,

Struts is a open source java web application framwork. It 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.

For more information about the struts design pattern. Visit on this link....

http://roseindia.net/struts/mvc-architecture.shtml

Thanks.









Related Tutorials/Questions & Answers:
Advertisements