This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Seam 1.1 and Springnorman.richards Dec 8, 2006 11:13 AM (in response to papick)I believe the hibernate example app and new jpa example app both demonstrate seam without embedded ejb3. 
- 
        2. Re: Seam 1.1 and Springgavin.king Dec 11, 2006 12:44 AM (in response to papick)Right. And you *can* use the existing backend. You need: 
 Needed: A JSF VariableResolver so that spring (or whatever) components can be injected into seam components.
 Recommended: A spring factory of whatever to let you inject a Seam-managed persistence context (Hibernate session or EntityManager) into your existing DAOs.
 I guess this is a frequent enough request that we should build a package with this stuff in it.
 
     
    