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
What is interceptor struts2?
What is actioninvocation?
Is struts efficient?
What is switchaction?
Can you give an overview of how a struts application flows?
Why was reload removed from struts (since 1.1)?
What do you mean by a custom tag?
What is the purpose of struts.xml in struct2?
What is struts validator framework?
List some bundled validators?
What are the 5 constants of action interface?
What are the custom tags?
What is validate() and reset() functions?
What are the classes used in struts?
What are struts in java?