why we are not implement business logic in struts action?
Answer Posted / rosaiah
because some dependency.so we are used model classes and dao classes or ejb components or spring.for enterprised applications definitely seperately we can write business logic and persistance logic.from action to model from model to dao ,same as reverse process to print the data on presentation page............
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How is forward action used for integration?
What is the purpose of action tag in struts.xml?
How to upload struts file?
What configuration files are used in struts?
List some bundled validators?
Do we need to pay the struts if being used in commercial purpose?
Difference between struts and spring? Or why use spring, if you are already using struts?
What are the various struts tag libraries?
Explain about token feature in struts?
Which configuration files are used in struts?
What is the difference between session scope and request scope when saving formbean ?
Define struts?
How can you create your custom interceptor in struts 2?
How struts2 supports internationalization?
What is actionform in struts?