Skip to content

Opening book details…

Can I read EJB3 Stateful Session Bean Tutorial on EtoBox?

EJB3 Stateful Session Bean Tutorial by Matthias Tiedemann is a document available to read on EtoBox.

What is EJB3 Stateful Session Bean Tutorial about?

This document provides instructions for creating a stateful session bean in Eclipse. It explains: 1) The key difference between stateful and stateless session beans is that stateful beans maintain state across requests while stateless beans do not. 2) It demonstrates creating a simple EJB project with a stateful session bean that counts the number of times a link is clicked by a user. 3) The bean implementation class is annotated as @Stateful and the count is incremented and retrieved via methods to ma

Author
Matthias Tiedemann
Language
EN