Let me give you a brief background on the task I'm trying to accomplish before 
my questions.  I'm trying to set up a hierarchical user structure.  This is the 
structure top down: Belo Admin, Regional Admin, DMA Manager, and DMA user.  
Each user needs to inherit the functions of the users below it. 
 
Question 1:  Can a session bean extend another session bean?
 
Question 2:  Can a remote interface extend another remote interface?
 
My thought was that, if possible, I could for instance create my base DmaUser 
Remote interface and implement it in the DmaUserBean.  Then I would have the 
DmaManager Remote interface extend DmaUser Remote interface and DmaManagerBean 
extend the DmaUserBean.  Then work my way up the chain until the Belo Admin 
inherits all the properties of the user's below it.  I've checked several 
different resources and perused the web looking for an answer without much luck.
 
The only other possibility that I found was the @EJB injection, but I'm not 
sure that would give me the results I'm looking for.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059174#4059174

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059174
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to