It would be great if someone can help me understand, what's the advantage of ViewScoped bean when we have SessionBean injected into it.
Can we still save on session memory usage?
If we use only SessionScoped bean or ViewScoped bean with injected SessionBean, I believe there is no difference in session memory footprint.
Why do we go through so much hassles of using View and Session scoped beans when everything is achieved so smoothly with SessionScoped beans.
Thanks, Sundeep