Hi

At a Java Conference it was suggested that when building web applications
with Struts it might be a good idea to use one action per use case.

In the action we have a number of different methods that would would be
executed depending on the parameters passed by the browser. The methods
would be automatically invoked by reflection.

Other than the "slight" performance hit due to reflection, would this be a
good idea? Why or why not?

TIA
Karim


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

Reply via email to