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...


Can we have different controllers in one struts app?

Answers were Sorted based on User's Feedback



Can we have different controllers in one struts app?..

Answer / rajesh r

NO!
Struts Framework is based on Front Controller design
patter ehich means there should be only ONE Controller
(ACTION SERVLET) to controller the request and dispatching
the views or resopnses.

Is This Answer Correct ?    31 Yes 1 No

Can we have different controllers in one struts app?..

Answer / kalyan

No,there is only one Controller(Action Servlet) in struts
application.Controller is receive the request from client
(browser) and manage the work flow of entire application
and finally view the response to client.

Is This Answer Correct ?    6 Yes 1 No

Can we have different controllers in one struts app?..

Answer / brijendra kumar , xavient soft

No, struts having only one controller which handle action
servlet means receive Http request or user input and
provide http responseor user out put.

Is This Answer Correct ?    4 Yes 0 No

Can we have different controllers in one struts app?..

Answer / swami

yes we can able to define multiple controllers in web.xml but all of doing same work so some times we got inconsistency data problem in struts so we are using only one centralized controller in struts

Is This Answer Correct ?    2 Yes 0 No

Can we have different controllers in one struts app?..

Answer / qim2010

We can’t have different controllers in one struts
application as Struts Framework is based on Front Controller
design pattern. The Front Controller suggests that we only
have one Servlet (instead of having specific Servlet for
each specific request) centralizing the handling of all the
requests and delegating the functions like validation,
invoking business services etc to a command or a helper
component.

Is This Answer Correct ?    1 Yes 0 No

Can we have different controllers in one struts app?..

Answer / suresh. s.a.

No, Only one controller in a struts application, v can have
many action class in one controller.

Is This Answer Correct ?    0 Yes 0 No

Can we have different controllers in one struts app?..

Answer / sasi

yes we can have multiple controllers for a single struts application but the maintaining data Form Bean is problem

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Struts Interview Questions

What is Struts Flow?

17 Answers   CTS, rsystems,


What’s the utilization of struts.xml configuration file?

0 Answers  


Why should we go for struts framework?

5 Answers   Accenture,


Explain integrate log4j in struts2 application?

0 Answers  


How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?

0 Answers  


What are the differences between http direct and http indirect?

0 Answers  


What are the contents on web.xml in struts application ?

0 Answers  


How can link tag’s action attribute be used?

0 Answers  


How to get data from the velocity page in a action class?

0 Answers  


what is the disadvantages of using DynaActionForm in struts framework?

5 Answers   HCL,


What is the main difference between Mvc1 and Mvc2 Architecture??

7 Answers   IBM, Ness Technologies,


What are the cons of struts 2?

0 Answers  


Categories