javaee-spec
javaee-spec copied to clipboard
Java EE Platform Specification
JPA persistence.xml should integrate with @DataSourceDefinition and web.xml data-source definition
Datasources defined via @DataSourceDefinition allow @Resource injection of DataSource objects into application code. However, these data-sources are not integrated with the persistence.xml JPA configuration file. And attempted use of the...
The JAVAEE 8 Platform Specification Table EE.5-1 lists the following: JSF managed classesb Standard b.See the JSF specification section “JSF Managed Classes and Java EE Annotations” for a list of...
unsigned integer (ulong,uint,ushort,ubyte)
Although CORBA support in EJB was important once, CORBA usage has dropped precipitously in the past years in favor of REST and SOAP. Current CORBA use is so small that...
About "JEE" link 404
Chapters EE.2.7.4 and EE.6.2.3.6 of the Java EE 8 spec deal with the declaration of RMI-IIOP as proposed optional. When reading this section and the corresponding parts of the EJB...
From the beginning, a goal of Java EE has been to provide reliable and predictable behavior for applications. Applications express their **requirements** on aspects of the operational environment using deployment...
@Startup is currently allowed only on EJB and should be allowed on any Java EE component.
Currently, various specs define ways to convert objects from one to another (string, streams, etc). This should be consolidated to avoid duplication, e.g. if I want to convert for both...
Currently, if you look across the various specs, there's lots of ways to get object references. As far as I've seen, JAX-RS does it the best (definition wise) by specifying...