I have data of user in my session in javax.faces.bean.SessionScoped
in my BB but I want store this data in EJB that I could get data in any EJB. Any idea??
Asked
Active
Viewed 240 times
0

Mathew Rock
- 989
- 2
- 14
- 32
1 Answers
0
Basically Stateful EJB is a solution.
More detailed example for your case is here Using a Stateful Session Bean to track an user's session.
I'd suggest improving your "googling" skills :)