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.
* Service to Worker
* Dispatcher View
* Composite View (Struts Tiles)
* Front Controller
* View Helper
* Synchronizer Token
Struts2 is based on WebWork which has IoC. Struts2 supports interface injection (IOC) also known as dependency injection. .
* Service to Worker
* Dispatcher View
* Composite View (Struts Tiles)
* Front Controller
* View Helper
* Synchronizer Token
Struts2 is based on WebWork which has IoC. Struts2 supports interface injection (IOC) also known as dependency injection. .
No comments:
Post a Comment