Suppose an entity bean has a method, something like
public String getName();
The result should be internationalized, i.e. another string for french
and english. One solution would be to give "getName()" a parameter:
public String getName(Language lang);
I'd like to avoid this parameter on every method for every entity
bean. How do you handle this case?
Stefan
===========================================================================
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".