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 use of i18n interceptor?
What configuration files are used in struts?
What is defeult result type?
State the procedure for using forward attribute of link tag’s.
When do I need “struts.jar” on my classpath?
How can we write our own interceptor and map it for action?
What is s token?
How is declarative handling of exceptions done in struts ?
How action mapping is configured in Struts?
What is controller in struts2?
If the framework doesn’t do what I want, can I request that a feature be added?
What is struts framework?
Is struts action class singleton?
What are the 5 constants of action interface?
What are construction struts?