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 are the two scope types for formbeans?
What is the actionform?
Are actions thread safe?
How to get data from the velocity page in a action class?
How to use dispatchaction?
How to handle exceptions in structs?
What are the features of struts 2?
What is difference between struts1 and struts2?
What do you mean by actionmapping?
What are the main classes which are used in struts application?
What do you mean by a custom tag?
What does apache struts do?
Explain how can we upload files in struts2 application?
how to connect from struts to database through hibernet and where u can modify the class
How is the action mapping specified?