JBoss EJB3

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
 
 
第1行: 第1行:
 
Enterprise Java Beans (EJB) 3.0 is a deep overhaul and simplification of the EJB specification. EJB 3.0's goals are to simplify development, facilitate test driven development, and focus more on writing plain old java objects (POJOs) rather than on complex EJB APIs. EJB 3.0 has fully embraced Java Annotations introduced in JDK 5.0 and also simplifies the API for CMP entity beans by using Hibernate as the EJB 3.0 Java Persistence engine.
 
Enterprise Java Beans (EJB) 3.0 is a deep overhaul and simplification of the EJB specification. EJB 3.0's goals are to simplify development, facilitate test driven development, and focus more on writing plain old java objects (POJOs) rather than on complex EJB APIs. EJB 3.0 has fully embraced Java Annotations introduced in JDK 5.0 and also simplifies the API for CMP entity beans by using Hibernate as the EJB 3.0 Java Persistence engine.
 +
 +
==新闻==
 +
<rss>http://planet.jboss.org/xml/carlo?type=atom|short|date|max=10</rss>
  
 
==Key Features==
 
==Key Features==
第18行: 第21行:
 
*http://docs.jboss.org/ejb3
 
*http://docs.jboss.org/ejb3
 
*http://trailblazer.demo.jboss.com/EJB3Trail/
 
*http://trailblazer.demo.jboss.com/EJB3Trail/
 +
 +
{{comment}}
 +
 +
[[Category:JBoss]]

2010年10月30日 (六) 09:44的最后版本

Enterprise Java Beans (EJB) 3.0 is a deep overhaul and simplification of the EJB specification. EJB 3.0's goals are to simplify development, facilitate test driven development, and focus more on writing plain old java objects (POJOs) rather than on complex EJB APIs. EJB 3.0 has fully embraced Java Annotations introduced in JDK 5.0 and also simplifies the API for CMP entity beans by using Hibernate as the EJB 3.0 Java Persistence engine.

[编辑] 新闻

自http://planet.jboss.org/xml/carlo?type=atom加载RSS失败或RSS源被墙

[编辑] Key Features

  • Simplified EJB API
  • Java Annotations
  • Dependency Injection

By introducing the @Inject, @EJB, and @Resource annotations, these dependencies are now injected transparently by the container into your simple Java Beans.

  • Optional Callbacks

By using such callback annotations as @PostConstruct, @PreDestroy, @PrePersist, or @PostPersist, developers can map any Java Bean or callback class method to be a callback that receives event notifications.

  • Entity Manager API

Both JBoss Application Server and Hibernate support this new API.

  • Simplified Persistence and Improved Queries
  • Usable outside of the container!

[编辑] Link3

Comment-32x32.png

<discussion>characters_max=300</discussion>

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱