RSS Feed for This PostCurrent Article

Java Web Beans

A Web Bean is an application class that contains business logic. A Web Bean may be called directly from Java code, or it may be invoked via Unified EL. A Web Bean may access transactional resources. Dependencies between Web Beans are managed automatically by the Web Bean manager. Most Web Beans are stateful and contextual. The lifecycle of a Web Bean is always managed by the Web Bean manager.

Some good readings for Web Bean

  1. Introduction to Web Beans by Gavin King
  2. Web Beans Sneak Peek


Trackback URL


RSS Feed for This Post1 Comment(s)

  1. Krishna | Feb 10, 2009 | Reply

    Good post

Sorry, comments for this entry are closed at this time.