Hi Aneesha,

To get you started, Struts has four main elements/concepts.

- action classes (you write these and put calls to business logic in them)

- form beans (again you write these and map them to a FORM. Struts uses the
form bean, populating it with values from the submitted form, before
forwarding it to the associated action class)

- Struts provides a number of tag libraries; html, template, logic and bean,
see http://jakarta.apache.org/struts/index.html.

- struts-config.xml (this config file associates your form beans with
specific actions and more...)

As to the work required, I guess it depends upon the size/complexity of your
app; Struts does help keep custom code to a minimum however.

Jon.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: 18 December 2001 05:59
To: [EMAIL PROTECTED]
Subject: Moving to Struts

Dear all

I need to move my standard MVC application to the Struts Framework ... Can
anyone tell me the following :

What components will I need to build and what will be available to me via
the Struts library.
What is the average rough effort estimate per component
What is the effort estimate for integration

Any help will be appreciated
Thanks a ton.
Regards,
Aneesha


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to