What do you understand by JDBC connection pool? What are the
steps to create a connection pool in WebLogic?
Answer / sriram
Connection pooling being normally used in web-based and enterprise applications is usually handled by an application server. Any dynamic web page can be coded to open a connection and close it normally but behind the scenes when a new connection is requested, one is returned from the connection pool maintained by the application server. Similarly, when a connection is closed it is actually returned to the connection pool.
Is This Answer Correct ? | 1 Yes | 0 No |
Explain the tier architecture of a web logic server?
how to integrate the webservices and jsp
What causes java.io exceptions in the log file? : BEA Weblogic
What is meant by session replication?
What are the admin default ports?
What is cluster in weblogic?
Explain the functioning of Stub?
How do you do performance tuning of wls? What are various areas to do it
Which are the benefits of mdb (message driven beans) over standard jms consumers? : BEA Weblogic
What is the difference between development mode and production mode of weblogic server?
Why does jmssession.createtopic or jmssession.createqueue fail to create a destination in wls jms 6.1 (it worked in 5.1)? : BEA Weblogic
Do you know what is the meaning of classformaterrors used with the applet?