Kumar Amit wrote:Thaks Ranga.
Any suggestion on stereotype for Stateless Session Beans (implementation) class? Mark cade has used "@stateless" in his book. Also what should be the stereotype for the business interface of the SLSB?
Thanks
Amit
If we start showing remote/local interfaces, home interfaces and then implementation classes, I am wondering how would the class diagram look like
As other members have suggested, I am showing only implementation
ejb class with public methods (no private method). I think, that's enough.