Exforsys

Online Training

java doubt

This is a discussion on java doubt within the Java Tutorials forums, part of the Articles and Tutorials category; Hi , i need the information about the Connectionpooling .how the connection pooling is implemented ? what is the advantage ?Can you ...


Go Back   Exforsys > Articles and Tutorials > Java Tutorials

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 06-30-2004, 05:42 PM
Junior Member
 
Join Date: May 2004
Posts: 8
dchowdary
java doubt

Hi ,
i need the information about the Connectionpooling .how the connection pooling is implemented ? what is the advantage ?Can you send me the interview questions in j2ee ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 06-30-2004, 06:18 PM
Senior Member
 
Join Date: Nov 2004
Posts: 132
Vasu
Re:java doubt

Chowdary,

You will get complete info for setting up datasource in the link given below:-

WSAD:-
If you are using Oracle:-
http://www.webagesolutions.com/knowl...askb/waskb001/

If you are using DB2:-
http://www-106.ibm.com/developerwork...yu/0303yu.html


Weblogic:-

If you are using Oracle:-
http://articles.findarticles.com/p/a...3/ai_112493626

If you are using MySQL:-
http://www.javacoding.net/articles/t...ql-bea-wl.html

You will get some basic concepts at :-
http://www.javaolympus.com/J2SE/Data...ionPooling.jsp
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-01-2004, 06:16 PM
Junior Member
 
Join Date: May 2004
Posts: 8
dchowdary
Re:java doubt

ThankQ vasu what about j2ee interview questions?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-04-2006, 11:39 AM
Junior Member
 
Join Date: Apr 2006
Posts: 1
parindia is on a distinguished road
Quote:
Originally Posted by dchowdary
Hi ,
i need the information about the Connectionpooling .how the connection pooling is implemented ? what is the advantage ?Can you send me the interview questions in j2ee ?

connection pooling is used to share our connection to database and other resources. if we not used connection pool when we connect to database that time one more users to need to share the same database so that time system will be hanged up or data crashes so we used connection pool. it is given connection tho r all want to access shsred resource more than 1 users after completing our process the connection will be kept store in pool sepetate area and when other users needed that time the connection pool given connection to that user. ( mit is mediator between user and database).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
comp.lang.java.gui FAQ Thomas Weidenfeller Tech FAQ 0 10-19-2005 01:39 AM
comp.lang.java.gui FAQ Thomas Weidenfeller Tech FAQ 0 09-19-2005 01:27 AM


All times are GMT -4. The time now is 12:39 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.