Programação Baseada em Componentes
Aula 01
- Introdução ao Java Persistence API (JPA)
- Entity
- EntityManager
Aula 02
- Estratégia de SEQUENCE para gerar ID
- Chave composta
- Relacionamento entre entidades (@OneToOne, @OneToMany, @ManyToOne e @ManyToMany)
- CascadeType
- FetchType
Aula 03
- Consultas personalizadas com JPQL
- Passagem de parâmetros
Aula 04
- Java Naming and Directory Interface (JNDI)
- Remote Method Invocation (RMI)
- Introdução ao Enterprise Java Beans 3.0 (EJB)
- Stateless Session Beans
Aula 05
- Statefull Session Bean
- ServiceLocator
- @EJB
Aula 06
- Introdução a Web Service REST com JAX-RS
Aula 07
- CRUD com Web Service REST
Aula 08
- Introdução a Web Service SOAP com JAX-WS