Can someone explain the various ejbCreate() methods signatures
Just tell me whether the following are correct
Session Beans
-------------
Stateless Beans:
Return type must be void and t...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20075068.html
Zones:
Java,
EJBDate Answered: 02/14/2001 Grade: B Views: 0
Hi,I am new to Weblogi 8.1 Server.
I have created the stateless session bean ConverterBean that converts a dollar value to yen and dollar to euro. and has also built it and generated the corr. ja...
http://www.experts-exchange.com/Software/Server_Software/Application_Servers/Java/BEA_WebL...
When create () is invoked in homeinterface,
ejbCreate () in session bean is used to instantiate the session bean object and EJBObject stub is returned.
Does ejbCreate() in entity beans do the ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_22104308.html
Zones:
Java,
EJBDate Answered: 01/19/2007 Grade: A Views: 53
What is the diffrence between ejbCreate() and ejbPostCreate() in EntityBean?
My doubt is, if we are doing ejbCreate() then that means we are inserting new set of data in DB. Then where does questi...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21073797.html
Zones:
Java,
EJBDate Answered: 07/30/2004 Grade: B Views: 0