what is the disadvantage of struts frame work?

Answer Posted / binesh speridian technologies

It can become difficult to debug with the various .xml
files that Struts relies on. If you have a setting out of
wack, it's not very descriptive on how to fix it or what
the issue is.

* Figuring out what all the .xml attributes and tags is
another issue. Get a GUI plug-in for Eclipse or whatever
IDE you use. They are very useful when learning the Struts
ropes or setting up something such as Validator.

* Using the custom JSP tags, especially iterate, can be
slightly confusing. Same thing with the link tag. There are
scenarios that often come up where you say "I know if I
just used a scriptlet, I could get this to work in
seconds!" So the difficultly comes when you ask "how do I
do this using Struts tags?"

Is This Answer Correct ?    8 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Who makes the struts?

551


Where can I get help with struts?

572


How client side validation is enabled on a jsp form?

592


What is the purpose of @results annotation?

720


How can you create your custom interceptor in struts 2?

539






What is includeaction?

583


Explain the difference between plain-validator and field-validator in struts?

528


What are inner class and anonymous class?

551


Does Struts2 action and interceptors are thread safe?

610


What steps are required to for an application migration from Struts1 to Struts2?

612


Which interceptor is responsible for i18n support?

524


Explain design patterns which is used in struts?

540


What is struts framework in java?

535


What is the purpose of @before?

558


How the flow of various requests happens in struts application?

536