Enterprise Java
-
Integrating Jersey with Spring
Spring provides a lot of benefits and promotes best practices with its dependency injection mechanism, application lifecycle management and Hibernate…
Read More » -
Heroku runs Java
If you are a Java fan boy, like me, then you have a good news to cheer about. Heroku runs…
Read More » -
Web Services in Ruby, Python and Java
Today I’ve had to prepare some examples to show that web services are interoperable. So I’ve created a simple web…
Read More » -
Java Persistence API: a quick intro…
Hello Readers! After numerous requests from some of my friends I’ve decided to write a short article about the Java…
Read More » -
EJB 3.1 Global JNDI Access
As outlined in the previous parts of this series, the major drawback of the EJB v. 3.0 Specification was the…
Read More » -
References to EJBs Outside Your Application With Oracle WebLogic
In the previous posts we made an overview of the EJB v. 3.0 and of the portable mechanisms it provides…
Read More » -
EJB Programmatic Lookup
In our previous post we learnt about EJB references and EJB injection. Even though EJB injection is a powerful container…
Read More » -
Basic EJB References, Injection and Lookup
In the first part of this series we’ve introduced the mechanisms provided by the Enterprise JavaBeans v. 3.0 Specification to…
Read More » -
An Introduction to EJB 3.0 Injection and Lookup
Introduction The Enterprise JavaBeans Specification v. 3.0 introduces a simplified, annotation based API for EJB injection and lookup. EJB 3.0…
Read More »