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.
Answer Posted / manidhar
By using triggers concept we can achieve ...
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What should be the name of xml file used for validation in struts?
Are the struts tags xhtml compliant ?
What is the purpose of global-forwards tag in struct-config.xml?
Which tag is used to declare constants in struts xml?
What is ValueStack and OGNL?
What are the components of struts?
Which design pattern is implemented by Struts2 interceptors?
How you will enable front-end validation based on the xml in validation.xml?
What is action class? What are the types of action class?
How is a lookup dispatch action created?
How can we display validation errors on jsp page?
Why actionservlet is singleton in struts?
If the framework doesn’t do what I want, can I request that a feature be added?
Name some useful annotations introduced in Struts2?
What is the difference between empty default namespace and root namespace?