I have a session
bean which is acessed by several applications and I do not want to expose all
the beans methods to all applications. In some cases the Remote Interfaces
will extend some others. IMHO there is no problem in doing so, simply creating a
separate different set of <session></session> tags for each and
using a diferent remote in the <remote> tag would do the
trick.
Any reasons not to
do so ??
sven