EastBeans的主要目的是減輕Enterprise Java Beans的開發. 它使用一些新的架構設計如bytecode injection(利用 ASM OW2工具), loC, POJO並可以被植入OSGi的包裹或其他框架(Spring, Eclipse plugins,等等).
它瞄準提供EJB3容器定義於Java Platform Enterprise Edition (Java EE)第五版. 這表示Session beans (有狀態或無狀態), Message Driven Beans (MDB)可以在EasyBeans上使用. 新的使用EJB 3.0的持久層現在稱為Java Persistence API (JPA). 這取代EJB2.x中所利用的CMP (Container Manged Persistence)模型. 預設持久層提供者用於EasyBeans中的有Hibernate Entity Manager, Apache OpenJPA, TopLink Essentials 或 EclipseLink但其他JPA提供者也有被測試如 Datanucleus.
適用平台: Linux, Windows, Mac OS X; 原始碼授權類型: LGPL
資料來源: https://www.easybeans.net/xwiki/bin/view/Main/WebHome