Hi everybody, I'm new in EJB tehnologie and I'm trying to find a good EJB example to run. I'm using Fort4Java as IDE and Orion server. Please tell me where I can find a step by step example so I can run an EJB small application. Best to you. ionut
Paul Medford
Ranch Hand
Joined: Aug 28, 2001
Posts: 33
posted
0
The PetStore is excellent. But for very simple bean/client examples I'd suggest that you get Enterprise JavaBean (3rd edition, O'Reilly). You can build simple bean to understand how they work. I find that coding EJBs is not complicated. But because deployment is vendor specific I think that deploying an EJBs can be a real brainer.