I am new to struts. I have gone thru the theoretical part of struts and found the concept interesting. Even read thru some examples.
But there are some doubts like...
What happens to javascript validations? Where do we fit them in the comlete picture?
Who takes care of whether is it a normal application or struts application. does the container do this ?
If we have to code the struts-jsp and a corresponding bean for every form then where is the convenience ? Are we not trading one problem with another.
Under what circumstances do I need to extend ActionServlet and use that ?
I have a gut feeling that struts application will be slow as it involves one extra component at the server side for every single GUI developed ?
Can some body who is deeply involved with struts development reply.
Thanking you in Advance.