首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
EJB 3 In Action
zjujunge
创建于2022-11-09
订阅专栏
EJB 3 In Action Study notes
暂无订阅
共13篇文章
创建于2022-11-09
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
JPA With Hibernate - Mapping strategies
Ref Java Persistence with Spring Data and Hibernate java-persistence-with-hibernate-second-edition M
JPA With Hibernate - Transactional data processing
Ref Java Persistence with Spring Data and Hibernate java-persistence-with-hibernate-second-edition M
EJB 3 In Action - Deployment descriptor reference
ejb-jar.xml ejb-jar.xml is the optional deployment descriptor that’s packaged in an EJB module. ejb-
EJB 3 In Action - Putting EJB into action - Testing and EJB
Introducing testing Unit testing Integration testing Functional testing Unit Testing No connections
EJB 3 In Action - Overview Notes
Ref EJB 3 In Action Overview Presentation-layer JSP: JavaServer Pages JSF: JavaServer Faces Struts J
EJB 3 In Action - Woking with EJB components - MDB - Notes
Messaging concepts Message-oriented middleware Messaging models Point-to-Point There may be multiple
EJB 3 In Action - Woking with EJB components - EJB runtime, DI, AOP - Notes
EJB Context The javax.ejb.EJBContext interface is your backstage entrance into the mystic world of t
EJB 3 In Action - Using EJB with JPA and CDI - JPA entities
The Java Persistence API (JPA) is the Java standard to create, retrieve, update, and delete (CRUD) d
EJB 3 In Action - Using EJB with JPA and CDI - CDI
Introducing CDI CDI was originally developed via the Java Community Process (JCP) as JSR-299. Origi-
EJB 3 In Action - Woking with EJB components - Session Beans - Notes
ActionBazzar Application EJB 3 Base solution Building business logic with EJB 3 Using stateless sess
EJB 3 In Action - Using EJB with JPA and CDI - Managing entities
Introducing EntityManager It manages the lifecycle of entities. EntityManager interface In a sense,
EJB 3 In Action - Putting EJB into action - Packaging EJB 3 applications
Packaging your applications Modules supported by an EE server Description Descriptor Contents EJB Ja
EJB 3 In Action - Using EJB with JPA and CDI - JPQL
Java Persistence Query Language (JPQL), the criteria API, and native SQL. Introducing JPQL JPQL is a