On Sep 12, 2007, at 11:37 PM, David Blevins wrote:
This pattern is completely configurable, but I'm thinking we should
change the default to use the annotation names (@RemoteHome,
@Remote, @LocalHome, @Local):
INFO - Jndi(name=SuperbadBeanRemoteHome) // for MyHome
INFO - Jndi(name=SuperbadBeanLocalHome) // for MyLocalHome
INFO - Jndi(name=SuperbadBeanLocal) // for SomeLocalInterface and
AnotherLocalInterface
INFO - Jndi(name=SuperbadBeanRemote) // for SomeRemoteInterface
and AnotherRemoteInterface
I like this. It is short like the previous defaults, but much more
understandable with the EJB 3.0 specification. I really like how it
follows the annotation names.
-dain