miércoles, 26 de enero de 2011

viernes, 7 de enero de 2011

EJB 3.1 Global JNDI Access

Namespaces and Scopes
The EJB v. 3.1 Specification defines three distinct namespaces with its own scopes:

* Global.
* Application.
* Module.

Leer articulo completo aqui

Reference EJB3 Beans from EJB2 Beans

It is possible to reference an EJB3 bean from an EJB2 bean just like an EJB2 bean would reference any other EJB2 bean as long as the EJB3 bean is deployed with an EJB 2 client adaptor. Please note that EJB2 and EJB3 beans cannot reside on the same jar file and hence, the EJB2 beans must reside in a different jar to the EJB3 beans.
Leer articulo completo aqui

domingo, 2 de enero de 2011

Publicar WebService en Java sin Servidor Web

A partir del Java 6 es muy sencillo crear webservices utilizando anotaciones, a diferencia de las versiones anteriores donde era necesario utilizar librerias de terceros, servidores web, gran cantidad de codigo y archivos de configuracion.
leer articulo completo clic aqui