enterprise_java_beans thread: Which is the best for doing Store Procedures with EJB
This is a multi-part message in MIME format.
------=_NextPart_000_0000_01C20710.03EE8670
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
RE: [enterprise_java_beans] Which is the best for doing Store Procedures
with EJBI supose that if i use EJB all the power of the store procedure must
be out, if i want portability.
CMP EJB is the best to work with RDBM - but without his power at all.
What about JDO ????
thanks to Amit and Mamata for his answers
Julio Oliveira
Hi Julio
If you want to use Ejb for ur system then you would have to retrieve and
save all your data through Enterprise Java Beans.
If you dont want to use Enterprise java beans then ur code can call stored
procs directly( without needing EJBs) using JDBC
Thanks and Regards,
Amit
[Julio]
Since stored procedures encapsulate business logic to be performed for a
context, its better to implement them through session beans. However, if the
procedure is to be executed under the context of one client then use a
stateful session bean otherwise go for a stateless session bean.
Mamata.
-----Original Message-----
From: Julio [SMTP:jOliveiraAr@y...]
Sent: Tuesday, May 28, 2002 7:28 PM
To: Enterprise Java Beans
Subject: [enterprise_java_beans] Which is the best for doing
Store Procedures with EJB
Hi
How do you think is the best for doing store procedures with EJB.
--- Change your mail options at http://p2p.wrox.com/manager.asp or to
unsubscribe send a blank email to