Thank you for your fast reply!

so if I choose to use the (verry cool) @EJB annotation, I have to make my Seam 
component also an ejb:

@Name("login")
  | @Stateless
  | public class LoginAction     imlements Login{
  | 
  | ...
  | 
  |     //@In(create = true)
  |     @EJB
  |     private UserDAO userDAO;
  | ...
  | }

I only saw the Caveatemtor example and thought it works as shown there. So I 
have to think about my architecture again - if I need an addidional Layer or if 
I want to make my DAOs depends on Seam.

Thank you guys!
Andreas

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928042


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to