Give me some example for getting connection from connection
pooling in JBoss Server. Is Connection Pool default in
Server or we have to create it? Who can create Connection
Pool in a Team. How it will be accessed by the developer
code?
Answer Posted / ravi jian
In EJB3.0
we get Connection from server through
@Resource
Connection con;
Please check packages of both i m not sure right now abt
packages....
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
The new features of the JDBC 2.0 API, will be supported for JDBC-ODBC Bridge?
What is the reason why we need a jdbcrowset like the wrapper around resultset?
What are the steps required to execute a query in jdbc?
What class.forname does, while loading the drivers?
Describe how the jdbc application works.
What is db client?
What is CLOB and BLOB datatypes in JDBC?
Is jpa faster than jdbc?
What is JDBC Connection isolation levels?
How many types of jdbc drivers are there?
What is an escape syntax?
Why should we close database connections in java?
What port does jdbc use?
What happens if connection is not closed in jdbc?
What is jdbc type?