| Author |
how to register resource-ref for all beans globally
|
Yan Zhou
Ranch Hand
Joined: Sep 02, 2003
Posts: 136
|
|
Hi, With EJBs, each bean has an entry for resource-ref, where we define data source. If all my beans use the same data source, is there a way I can define it in one place, rather than one for each bean? An issue related to this is, do I have to have EJBs to be able to look up data source? In other words, in my J2EE apps., how could a plain old java class look up data source defined in DD? Thanks. Yan
|
 |
 |
|
|
subject: how to register resource-ref for all beans globally
|
|
|