Even though Servlets and JSP are web based concepts .wht is
the use of using Struts using then

Answers were Sorted based on User's Feedback



Even though Servlets and JSP are web based concepts .wht is the use of using Struts using then..

Answer / soumik

struts is a frame work ,by following a frame work one can
professionaly and effeciently design a web based project

Is This Answer Correct ?    12 Yes 1 No

Even though Servlets and JSP are web based concepts .wht is the use of using Struts using then..

Answer / pulkit bhardwaj

Servlets and Jsp can follow mvc1 architecture while Struts
uses MVC2 architecture thus it is more efficient and secure
to develop any web application.Also, it provides its own
TLD's which make it more easier to work upon.

Is This Answer Correct ?    4 Yes 1 No

Even though Servlets and JSP are web based concepts .wht is the use of using Struts using then..

Answer / ramkiran

If ur using jsps internally we are using serlet so for
every request page(jsp)we have internally one servlet so
that container will takes some waht burden. and one more
difference is that session
So Struts Frame work , when ever the reuest will comes
ActionServlet will takes internally and maps the Servlet-
Config.xml file.

Is This Answer Correct ?    2 Yes 0 No

Even though Servlets and JSP are web based concepts .wht is the use of using Struts using then..

Answer / anila

Struts is framework.which has predefined packages to use.
we can apply our business logic by using those things.One of
the feature is re-usability.Struts fallows MVC
architecture,it was one assert for development.

Is This Answer Correct ?    2 Yes 0 No

Even though Servlets and JSP are web based concepts .wht is the use of using Struts using then..

Answer / sukumaran

A framework is something where we can organise the web
compnents such as jsps servlets filters .... These are the
web components.But each webcomponent has a seperate
function to do as servlet is meant for controlling (i.e;
page flow ) and the jsps are meant for the view(it can be
as well used for controlling).But the question is where to
write the buisness logic From here arised the frame work of
struts you can have the coordination between each web
component in an efficient manner with the use of
struts .And which is called as MVC - 2 architechture.

Is This Answer Correct ?    2 Yes 1 No

Even though Servlets and JSP are web based concepts .wht is the use of using Struts using then..

Answer / santhoshkumar.shaik

servlet & jsp r web based concepts

here how to use , these componet u don't know ,am i right
here u r the respoceable persone to taking care these
thinings
here struts is tell to u
how to use effitive ,with these componentes
that y they given to us
view components & controler component
by using them only struts is the responceble

Is This Answer Correct ?    2 Yes 2 No

Even though Servlets and JSP are web based concepts .wht is the use of using Struts using then..

Answer / syed

if we develope web applications using StrutsFramework ,it
implecitly take the support of middleware services &
dynamically generate integration logic.

Is This Answer Correct ?    1 Yes 1 No

Even though Servlets and JSP are web based concepts .wht is the use of using Struts using then..

Answer / chandan

If we are developing a web application following MVC architecture using servlets and JSP and without using struts then then we have founds the following drawbacks:
1)struts provides a built-in controller, but when we develope application without struts then we have to develop our own controller which is not reusable and developing controller is a complex task.
2)using struts tiles concept we can achieve the view code(html code) reusability. Although we can achieve it using JSP include mechanism, but JSP include mechanism has some limitations(designing a composite view leads some limitations).So tiles concept provides the better solution for designing a composite view.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Struts Interview Questions

what is ForwardAction and IncludeAction in struts?

3 Answers   Mind Tree, Satyam,


when we enter the data in the form how it is stored in formbean class setter and getter methods?

1 Answers   TCS, Wipro,


What is the difference between a Strut and a Class?

1 Answers  


how can i fetch combo box value into my DAO using struts 2?

3 Answers  


What is the use of Struts.xml configuration file?

0 Answers  






Does apache struts run on windows?

0 Answers  


what is meant by Struts Validator Framework?

0 Answers   Cap Gemini,


What is struts.devmode?

0 Answers  


what is use of assert keyword in java..?

1 Answers  


How is declarative handling of exceptions done in struts ?

0 Answers  


Why actionservlet is singleton in struts?

0 Answers  


What is the apache struts vulnerability?

0 Answers  


Categories