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 the purpose of interceptors?
When it’s useful to use IncludeAction?
What is the use of interceptor?
How many servlet controllers are used in a Struts Application?
What are the steps required for setting up validator framework in struts?
What is the significance of logic tags in Struts?
What is use of i18n interceptor?
What is request processor and how does it relates to action mapping?
What kind of mvc is struts 2?
What are disadvantages of Struts?
Difference between html tags and struts specific html tags
How can we handle exceptions thrown by application in Struts2?
Does apache tomcat use struts?
Is struts action class singleton?
Describe the basic steps used to create a tiles application?