[jboss-user] [EJB 3.0] - Re: Can a EJB3 stateless bean extend another stateless bean?
waynebaylor
do-not-reply at jboss.com
Fri Jun 29 09:49:55 EDT 2007
i think inheritance will work for both session beans and interfaces. as far as i know, you just have to make sure to annotate the sub-interface with @Remote/@Local even if the super-interface has it. ditto with the session beans, except using @Stateless/@Stateful.
you should put together a quick test though to make sure it will suit your needs.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059188#4059188
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059188
More information about the jboss-user
mailing list