bea 10
- Java EE 5
- EJB 3
- Java Persistence API (JPA)
- Streaming Api for Xml (StAX)
- Integration of Tuxedo,Aqualogic,Spring
- Write EJB's as POJO's
- Annotations for JNDI lookup, defining remote interfaces, security, persistence..
- In EJB 3 Deployment descriptors are optional.
- Only needs tospecify for entries that override the defaults.
- BEA worked with Spring to get a special version of Spring called Pitchfork
- BEA Kodo seamlessly integrates with JPA and Java Data Objects (JDO)
- @Id (Primary Key), @OneToMany annotation, @JoinTable
- Java EE 5 introduces a new processing API, JAX-WS.
- Representation State Transfer (REST)
- Java Server Faces (JSF), Expression Language (EL)
- JSF is part of Java EE
- Version 10 supports SNMP 3
Comments