Book Image

Java EE Development with NetBeans 7 [Video]

By : David Heffelfinger
Book Image

Java EE Development with NetBeans 7 [Video]

By: David Heffelfinger

Overview of this book

Unlock the full potential of Java EE Development with NetBeans 7 through our in-depth video course. Dive into essential topics like Code Completion and Generation, Code Navigation, Refactoring, and understanding NetBeans' Visual Cues. Learn to leverage the power of JSF for simplifying web application development and explore advanced concepts like JPA, Entity Relationships, and Session Beans. Understand the seamless integration of CDI and harness the efficiency of EJBs for scalable enterprise applications. With practical examples and hands-on exercises, grasp the intricacies of Java EE Development and accelerate your career in the world of software engineering.
Table of Contents (6 chapters)
Chapter 6
Session Beans
Content Locked
Section 2
Session Bean Transaction Management
EJBs in general, and Session Beans in particular, automate transaction management; however, transaction behavior can be configured via the @TransactionAttribute annotation. This video describes how transactions are handled via the @TransactionAttribute annotation - Use the @TransactionAttribute annotation to configure transaction behavior