Hi I am new to EJB , I have install WebLogic8.1 SP3 on Linux8.0 please tell me about some good tutorial and sample code for EJB/WebLogic8.1
Thanks
Valentin Tanase
Ranch Hand
Joined: Feb 17, 2005
Posts: 704
posted
0
Hi Vikas,
WebLogic ships with a full set of samples and example applications. If you installed the samples, then most of the ejb20 samples are located to $BEA_HOME/weblogic81/samples/server/examples/src/examples/ejb20. You can compile the source code and play with the samples provided. You can also run some sample domains that have some tutorials. You can find them here: $BEA_HOME/weblogic81/samples/domains. You might try running the examples domain first. Regards.