Skip to Content
0
Former Member
Jun 16, 2009 at 04:31 AM

dependency injection across enterprise applications is possible?

39 Views

Hi All ,

I am working on EJB3.0. I want to know if we can use dependency injection across application?

I have

1. jpadc having all JPA classes and 1 jpaAppl enterprise application having only jpadc

2. session1dc and session1Appl enterprise application for session1dc

3. session2dc and session2Appl enterprise application for session2dc

I want to use jpa classes and sesisonbean classes from jpadc and session2dc respectively

inside session2dc. is it possible? i tried but i am not able to d odependency injection

Please let me know if this is possible?

Thnx in advance

Regards

Kavita