欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
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
- JSR 220: Enterprise JavaBeans 3.0
- http://labs.jboss.com/portal/jbossejb3/
- http://docs.jboss.org/ejb3
- http://trailblazer.demo.jboss.com/EJB3Trail/
<discussion>characters_max=300</discussion>