I have ejb session class testImpl
and its interface testLocal
. I am using testLocal
in my managedBean
but Now I need to to use testLocal
in my simple java class like pojo
.
I went following question :
and so on. But could not get my requirement.
My question is:
- Can I access (use) ejb session classes in my simple java class which is in web-module or not ? and
- If yes, then what is the procedure ?
Note: I am using EE5