This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Does JBoss have the similar datasource package lik com.ibm.db.beans? Especially DBSelect, DBSelectMetaData, DBConnectionSpec, etc.
Or other open source beans? I need to replace IBM db beans when migrate from Web Sphere to JBoss?
In IBM db beans,
DBSelect - is being used to execute the SQL string.
DBConnectionSpec - is being used to set and get Data Source name, URL, username, password, and so on.
DBSelectMetaData - is being used to store ResultSet and set the lables for columns.
You said JBoss doesn't have the similar package. Is there any open source DB bean package we can replace the IBM db beans?
Or we have to implement a homemade uitilities?
This all sounds like stuff you can do with JDBC. So why would you even use the DB Beans? Other than to make your code dependent on WebSphere so that you are stuck with that as an app server (which is great for IBM, but not for you).
San-Yih Pan
Greenhorn
Joined: Nov 04, 2004
Posts: 19
posted
0
Mr. Johnson,
Thank you for your help.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Any alternative solution for IBM db beans?