Raju Cherukuri

Greenhorn
+ Follow
since May 20, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Raju Cherukuri

Hello Everybody,

I have two concerns to put forward.

1) We are working on a project in which we need to use Entity beans (CMP). There is no problem with sending & getting data.

But we have a stored procedure to be called in the mean while in the business logic of the CMP:

For achieving this do we need to acquire a new database connection other than which the existing entity is using?

Is this a good practice to do this way?

Also writing a BMP here increases the code complexity & makes our application tightly coupled with the database. Which we don�t want.

2) Can we achieve the same functionality of BMP with a CMP?

I invite any suggestions or advices, as I�m new to enterprise Java. Please give a response as soon as possible because we are on the nick of the moment to deliver a solution.

Any help in this regard would be greatly appreciated.



regards,

Raju Cherukuri.