JSF2.0 State_Saving_Method client issues
问题 Im using Mojarra 2.1.3, Netbeans 7.0.1, primefaces 3.2. I am currently in a quandary whether to use STATE_SAVING_METHOD client or server. Currently Im setting the saving method to client. And this involves me doing adjustment to seriazibility of many objects. And putting transient keyword on the stateless facade session beans. @ManagedBean @ViewScoped public class SaProductController implements Serializable { @EJB transient SaProductFacade saProductFacade; @EJB transient SaKeywordFacade