Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Difference between JSF Framework and Struts Framework.

13 Answers   Accenture, BSS, IBM, TCS,


how to connect from struts to database through hibernet and where u can modify the class

0 Answers   Polaris,


In strurt why w use two differnt files web.xml and strut config.xml?

2 Answers  


Are struts thread safe?

0 Answers  


1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they

0 Answers   TCS,


What is MVC Architecture?

21 Answers   HCL, Hexaware, Infosys, Infrascape, Tech Mahindra,


What is the difference between filters and interceptors ?

0 Answers  


Can we have different controllers in one struts app?

7 Answers   Accenture,


What is used to display the intermediate result in an interceptor?

0 Answers  


At the point, you should go for struts framework?

0 Answers  


What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?

0 Answers  


is it necessary to write struts-confing.xml ,what tags are important in that xml file?

2 Answers  


Categories