How can we emplement strutsframework using jsp or servlets.Tellme.

What is ans.

Questions by mr_brijesh   answers by mr_brijesh

Showing Answers 1 - 2 of 2 Answers

venkatram reddy

  • Oct 26th, 2005
 

Structs is a MVC model architecture provider.

Its not easy to explain whold procedure here. But certainly struts provides interfaces which should be implemented by the servlets and configured in XML files which takes care of redirections.

  Was this answer useful?  Yes

pavani

  • Nov 18th, 2005
 

Struts Framework based on MVC Design pattern.M, the model Component which has all the business logic in it and V - View is for the Presentation. Jsps form the presentation part of it. JSPs contain any combination of Struts custom tags.The org.apache.struts.action.ActionServlet (a simple servlet) class provided by struts acts as the Controller which handles client requests and determines which org.apache.struts.action.Action will process each request. This Action class in turn interacts with the Model Component and this is how it is managed.

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