Enterprise Java
-
On domain-driven design, anemic domain models, code generation, dependency injection and more…
Eric Evans has formulated what domain-driven design (DDD) is. Martin Fowler is a great supporter and advocate of DDD. These…
Read More » -
The evolution of Spring dependency injection techniques
Looking back at the history of Spring framework you will find out that the number of ways you can implement…
Read More » -
Problems with ORMs
Object Relational Mapping tools like Hibernate have helped developers make huge productivity gains in dealing with relational databases in the…
Read More » -
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 »