Since I'm new to
ejb, I could use all the hints I can get. I'm busy reading ejb design patters as a start, but I can still use all the hints you can give me. Might be usefull for everyone to share his experience (good or bad)
I'll try to give it a start:
So
you should:
- Put session or message beans as entry point of entity beans
but you probably shouldn't:
-Call statefull session beans from stateless session beans (no point at all to that since you lose the state anyway)