摘要: 第四天Stateful Session Beans
disucsses how to build and use EJB 3.0 stateful session beans, which have field variables tied to a specific client session (e.g., an HTTP session). Those beans are very useful in session-based web applications (e.g., a shopping cart).
第五天Session Bean Life Cycle
discusses how the EJB 3.0 container creates, activates, destroyes session bean instances. We will cover callback methods you can use to automate the bean behavior in its life cycle.
阅读全文