why we are not implement business logic in struts action?
Answer / 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 |
What is the purpose of dispatcher result type?
How does interceptor work in struts2?
what are the disadvantages of MVC architecture
What is the purpose of @doublerangefieldvalidator?
What is Hibernate?
What is Model 1 and Model 2?
If the framework doesn’t do what I want, can I request that a feature be added?
What is pojo in struts2?
Explain integrate log4j in struts2 application?
what is the diff between struts1.0 and struts2.0
What is xml based validation in struts2?
Give an example of validates method used to avoid errors.