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 difference between a Strut and a Class?
what is the struts internal code?
What is the difference between struts1 and struts2?
Can we have more than one struts-config.xml file for a single struts application?
Hi frnds Ima facing problm with tomcat configuration.kindly can any one tell to me what is the mistake iam doing.i already configured tomcat as fallowing http://www.ibm.com/developerworks/opensource/library/os-eclipse-tomcat/ even though iam getting the PortNO .and changed with different no of Ports but no working kindly can any one tell me what is the mistake iam doing........?
multiple instances for action class is it possible
What are best practices to follow while developing Struts2 application?
What is the purpose of action-mappings tag in struct-config.xml?
Explain the necessity of empty tag?
What is declarative exception handling in struts?
How is the action mapping specified?
What are the major differences between html tags and strut specific html tags?