|
HomePage | Contact Us | Contribute | Forums | Blog | |||
|
Websphere Interview & Certification Questions and Answers | |||
Are there any differences between Weblogic and Websphere? Webpshere tends to focus more on integration, connectivity and web services. it has rich implementation of J2EE, better performance, more extensive integration and transaction management. In terms of trnsaction weblogic is having default transaction attribute as ’supports’, but websphere does not have any default transaction attribute. Websphere is from IBM and Weblogic is from BEA. How to implement JDBC-ODBC bridge driver (Type 1) in Websphere? If you use JDBC type (I) driver you dont need to
add any driver in websphere. you simply created DSN and use it locally,
same we use java class, if you use Type(2) and Type(4) so first go to
admin console then go to connection, then add driver there fill other info
like conn. size, uname pass, max conn. and connect it to you
applications.
|