How to build struts in java?what are the function of struts?

Need answer

Showing Answers 1 - 6 of 6 Answers

srinivasa

  • Oct 29th, 2005
 

how to build struts in java?
what are the function of struts

  Was this answer useful?  Yes

Rajiv Kumar

  • Nov 9th, 2005
 

To build struts in Java, we need the struts taglib. They provide many of the inbuilt tags that provide the many activities like loop,tiles(to beautify the page) etc. For this the struts.jar file has to be in the classpath. Any jsp engine will then apply the struts.This is mainly the web platform to develop the dynamic pages.

  Was this answer useful?  Yes

Guest

  • Mar 12th, 2006
 

To Use Struts You need to struts related code like jar file & documentations from apache siteYou can use struts.apache.org. to download it.It is an Open source projectStruts is a framework,Provide ready to use functionality based on Model View Controller(MVC).It proviodes us the ability to develop our application by using MVC Architecture.

  Was this answer useful?  Yes

venkat alikana

  • Jul 27th, 2007
 

Struts implements MVC design so that we can divide the web application in to view, data access/modify and controller layers.  JSPs and HTMLs are come into view, when a user enters data into form and submits a request, it goes to Action servlet, in which business login methos are called to access,save and modify  data in database. we can create next pages flow also in action servlet by forward strings. All this is configutred in  configuration file. 

  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