aspose file tools
The moose likes BEA/Weblogic and the fly likes new to EJB Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "new to EJB" Watch "new to EJB" New topic
Author

new to EJB

Vijay Kumar
Ranch Hand

Joined: Jul 24, 2003
Posts: 260
hi

I have weblogic 6.0
my jsp/servlet application is doing well.
I want to learn ejb
>> how to create it & devloying
>> how to create ejb-jar.xml,weblogic-ejb-jar
plz help me out with a simple examples...


thanks
Carol Enderlin
drifter
Ranch Hand

Joined: Oct 10, 2000
Posts: 1348
I wouldn't recommend learning on WLS 6.0, that's retired. 9.0 is already out in beta (looks like it requires XP sp2 and java 5), 8.1 is in common use.

Since you expressed interest in WLS, you could check out BEA Tutorial.

Google on EJB and tutorial returns lots of results.

e.g. Sun's J2EE tutorial

or good book = Mastering EJB.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: new to EJB
 
Similar Threads
BMP Deployment descriptors
Use Ant 1.6.5 to build jar for weblogic 8.1
ejb workshop How To question
EJB 1.1 Migration from WebLogic 5 to WebLogic 10
how to initialize the size of EJB objects? Help!