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 / abdul
This can be done thru JDBC isolation properties., there
were some ISOLATION LEVEL where you can achive this.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What inbuilt themes are provided by struts2?
What is the purpose of dispatcher result type?
What are the features of struts?
Difference between struts and spring?
what is meant by Struts Validator Framework?
Which design pattern the interceptors in struts2 is based on?
Is Struts Framework part of J2EE?
How many instances of servlet usually run in a struts application ?
how does request processor relates to action mapping?
Why struts 1 classes are not thread safe whereas struts 2 classes are thread safe?
Explain about the library tag?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
Can you give an overview of how a struts application flows?
What are the major differences between html tags and strut specific html tags?