ejbCreate

Hello Java Gurus,What is the difference between ejbCreate() found in the Bean class & the create() method found in the Home object. (Is there a difference in functionality ? ) Thanks in advance :)
[221 byte] By [basharfa] at [2007-11-26 16:39:28]
# 1

Hi,

I figured, you are using application server 8, you may be better off with application server 9. But anyway, ejbcreate() is when you want to implement the create() from the home interface, within the implementation bean class.

So you state and implement the ejbcreate() in the bean bean class. And you state the create method in the home interface.

Refer to this:

http://java.sun.com/j2ee/1.4/docs/tutorial/doc/

Thanks

evepokuaa at 2007-7-8 23:06:20 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...