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 |
Is struts 1 still supported?
What are the core classes of struts framework? Explain
Explain about token feature in struts?
How display data base errors on web console by using the Struts Framework?
we have two applications A1 & A2 both are accesing the same databse table employee at the same time how we will manage this so that both application can get the correct no of emloyee while A1 is inserting a employee at the same time while other applicatuion is getting the empployee list.
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
Why do we need struts?
How many struts config file can be created in struts?
explain the Struts flow?
What is the difference between Jakarta Struts and Apache Struts? Which one is better to use?
How can we handle exceptions thrown by application in Struts2?
Where can I get a copy of struts?