Wats meant by struts?how to use struts in IBM websphere appli. ?and how to managed with struts?(plz answer simply just an intro. don\'t go very deep)

Showing Answers 1 - 3 of 3 Answers

Saifuddin

  • Feb 14th, 2006
 

Struts is a framework developed so that applications are build in proper MVC (Model view controller) architecture. The key player in struts is struts-config.xml. struts-config.xml is a configuration file where you configure action classes, form beans and set global forwards. Struts makes coding the web part of the application much simpler.

  Was this answer useful?  Yes

sadia

  • Mar 19th, 2006
 

struts is a framework based on MVC (Model View Controller) architecture.action form works as model ,action class as controller and jsp as view.all infortion abt these classes r provided in struts-config.xml file.using struts developing applications will be easy and we can use build in validations also.all validation we provide in validation.xml file

  Was this answer useful?  Yes

Bala

  • Mar 23rd, 2006
 

Strtus is frame work.MVC Architecture. Creating Model,view,Controller.Handle the Request and Action form,Action class and Mapping for Struts-config.xml.

  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