Correct Usage of Stateful Session Bean in EJB
问题 I am trying to construct a test website that display various information about a student with JSF 2.0, EJB 3.1 and JPA 2.0. After a student login, the student can browse different pages for displaying different kind of information, which is what a usual registration management system does. Say displaying a timetable according to enrollment information in one page, and display the assignments in another page. Information that will be displayed include attributes of the student, mapped entities