Hi, I have some questions about how to classify state fields of stateful session bean, please clear it for me or recommend some articles for me, thank in dvance. how many type of state fields are in stateful session bean? what need to be serialized when passivating ?
Kinda lost with your question(s), BUT - If you want to know about different states of the stateful session bean lifecycle, then "Mastering EJB" by Ed Roman is your best resource.
what are non-transient and non-serializable fields?
A transient instance variable in SFSB can be declared as follows:
In this case the state of wouldn't be wirtten to disk if the SFSB is poing to be passivated. Only serializable variables can be passivated (written to disk). All basic Java types (int, short, boolean) and all custom classes that implement the marker interface
java.io.Serializable
are serializable. Thomas
Arch enemy? I mean, I don't like you, but I don't think you qualify as "arch enemy". Here, try this tiny ad:
Gift giving made easy with the permaculture playing cards