What part of MVC does Struts represent

Showing Answers 1 - 32 of 32 Answers

joadavis

  • Jun 3rd, 2005
 

Bad question. Struts is a framework which supports the MVC pattern. 

  Was this answer useful?  Yes

Tukaram

  • Jun 3rd, 2005
 

Struts represent Controller in MVC pattern

  Was this answer useful?  Yes

Anindit Sinha

  • Aug 23rd, 2005
 

The View-Controller Part

  Was this answer useful?  Yes

Raghavan alias Saravanan M

  • Aug 24th, 2005
 

Hey Guys, 
Struts is mainly famous for its Action Controller - which is nothing but the CONTROLLER part of MVC Pattern. 
To add up, Struts is the framework which started mainly using the MVC-2 Pattern where in the Business logic is STRICTLY SEPARATED from the Presentation logic (mainly in JSPs).

  Was this answer useful?  Yes

Sandeep Katiyar

  • Aug 30th, 2005
 

Struts is purely the controller ie the action servlet 
where the action servlet is responsible for giving the 
business logic . 

  Was this answer useful?  Yes

satheesh kumar. sriramaneni

  • May 3rd, 2006
 

It's a good question.Not bad.

Actually MVC2 represents struts.Means here we can see ActionServlet is backbone to the whole application and JSPs are for view and Model for business logic.

  Was this answer useful?  Yes

Amzad Basha

  • May 20th, 2006
 

The question doesnt make sense after coming across many articles on web. but the answers are fine irrelevant of the question. :))

  Was this answer useful?  Yes

Vijay

  • Jun 22nd, 2006
 

Struts is an implementation of model view controller(mvc) and it represents all the parts of MVC

  Was this answer useful?  Yes

koseavase

  • Jan 23rd, 2008
 

Struts is a framework that is based on MVC
Struts closely resembles Front Controller design pattern, but the developers of struts has placed struts under MVC design pattern

  Was this answer useful?  Yes

devabscmca

  • Jul 31st, 2010
 

Struts Framework developed using MVC design pattern. It will represent Controller and view layer.
In view layer it will use taylibraries and jsp, jstl tags, html
In controller layer ActionServlet act as a controller layer

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions