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 / aravind
I hope version checking concept will help you in this case.
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
What design patterns are used in struts?
Can you explain aware interfaces in struts2?
How properties of a form are validated in Struts?
What is the purpose of global-forwards tag in struct-config.xml?
What’s the difference between struts and turbine? What’s the difference between struts and espresso?
How the flow of various requests happens in struts application?
What is the purpose of struct-config.xml in struct2?
Which configuration file is used for storing jsp configuration information in struts?
How action-mapping tag is used for request forwarding in struts configuration file?
Explain how can we upload files in struts2 application?
How interceptor works in struts 2?
What is apache struts framework?
Name some useful annotations introduced in Struts2?
What helpers in the form of jsp pages are provided in struts framework?
What's mvc pattern ?