Networking
A book on EJB
There is a free e-book available: Mastering EJB 3.0 The following chapters are covered by lectures in the course:
The book doe not cover EJB Design patterns, which can be found in another book (old but in good part still valid).
- Quick review of basic network concepts (Oracle Tutorial)
- Dealing with URLs in Java (Oracle Tutorial)
- Dealing with sockets in Java (Oracle Tutorial)
A book on EJB
There is a free e-book available: Mastering EJB 3.0 The following chapters are covered by lectures in the course:
- Overview
- Pre-EJB 3.0: the world that was
- The new EJB
- Introduction to session beans
- NO (Writing Session Bean Web Services)
- Java Persintence with Entities
- NO (Introduction to message driven beans)
- Adding functionality to your beans
- Advanced Perisistence Concepts
- Transactions
- Security - not yet covered, maybe later if some time will be left
- NO (EJB Timers)
- EJB Best practices (partly covered)
The book doe not cover EJB Design patterns, which can be found in another book (old but in good part still valid).