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 validate() and reset() functions?
Lists the bundled validators in struts?
what is the difference between page and pageContext implicit variables
What is role of action class?
whats is mean Actionerrors and Actionerror?
What is the purpose of struct-config.xml in struct2?
How do you know what to give for the "path " under in struts-config.xml ?
What is pojo in struts2?
How do you convert struts to springs?
How to handle exceptions in structs?
What is struts in java with example?
What is the difference between a Strut and a Class?