4
I’m migrating the notes EJB from my application to CDI and I have some doubts:
- What is the equivalent scope
@Stateless
of the EJB at the CDI? - The
@ResquestScoped
would act in an equivalent manner? - I did tests using
@Stateless
injecting with CDI using@Inject
, that is correct?
I am migrating a service class that only receives the requests from my managedBean and passes the information to the persistence class and does not need to keep its scope alive.
Excellent answer, I will wait one more day to see the next answers, but I already defer my thanks and if no one responds better the reward is yours. Thank you!
– ℛɑƒæĿᴿᴹᴿ