aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes Stored Procedure + EJB Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Stored Procedure + EJB" Watch "Stored Procedure + EJB" New topic
Author

Stored Procedure + EJB

Isaias C. Barroso
Ranch Hand

Joined: Jan 22, 2002
Posts: 165
Hi all,
How to execute and get the result of a Stored Procedure utilizing EJB? Session Beans or Entity Beans + BMP?
Thanks


Isaias
Chris Mathews
Ranch Hand

Joined: Jul 18, 2001
Posts: 2712
If you are going to use Stored Procedures than I suggest you go with Session Beans. In this case Entity Beans will not offer any benefits.
Isaias C. Barroso
Ranch Hand

Joined: Jan 22, 2002
Posts: 165
Thanks a lot.
Best Regards.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Stored Procedure + EJB
 
Similar Threads
EJB or Stored Procedure
persistence in Entity Bean?
How to call database stored procedures using EJB ??
Transaction Isolation
stored Procedure inside EJB?