enterprise_java_beans thread: Four operations in EJB
It depends whether you're using BMP or CMP. With BMP then the code will look very much like any JDBC data code. With CMP unless you're doing something clever there will be next to no code apart from the ejbCreate method that will just call the bean setter methods.
|





