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 session scope and request scope when saving formbean ?
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........?
What’s the utilization of resource bundle properties file in struts validation structure?
what are java stuts? what are there uses
2 Answers Rupa, Tech Mahindra,
What is difference between perform() used in struts1.0 and execute() used in 1.1 ?
How is forward action used for integration?
What is the purpose of constant tag in struts.xml?
i have list of values(e.g 100). using logic:iterate, how can i print the multiples of 5th element? how the logic:iterate will understand the multiples of 5.
What is the purpose of @element?
What do you mean by inner class and anonymous class?
Explain about struts relation to html tags?
How the flow of various requests happens in struts application?