>
> Since static methods are not allowed in EJB. How would you recommend I
> implement the "getPossibleRelationships()" method as shown below:

Static methods *are* allowed. Mutating static methods are discouraged, since
they will not affect all bean instances (only those loaded by a single
classloader on a single VM). Read-only static methods (and variables) pose
no problem.

- Avi
--
s/\be(\w+)/e-\1/g;

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to