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 is the purpose of struts.properties in struct2?
how does request processor relates to action mapping?
What is actioninvocation in struts2?
Give an example where struts tiles may be used?
What does i18n interceptor?
What inbuilt themes are provided by struts2?
State an example of struts configuration file as an action parameter for action servlet.
Explain the core end goal while using java struts?
Can we have multiple struts config files in a single web app?
Is struts mvc framework?
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
Give an alternative way to protect jsp’s with not much features from direct access.
Describe the basic steps used to create a tiles application?
What is the purpose of plug-in tag in struct-config.xml?
Does struts include its own unit tests?