Local EJBs and Spring Framework’s @EJB annotation
Lately I have been working with Glassfish v2 and local EJB3. Everything worked perfectly until I have decided to leverage the Spring Framework for my... more »
0 commentsSave Tags: how-to, java
Subversion 1.5.0 Released!
"Subversion 1.5 is the most significant release in the last four years. New features like merge tracking, interactive conflict resolution, and... more »
0 commentsSave Tags: tools
Next response to "Where did all the PHP programmers go?"
Yesterday I have read a very interesting article touching the subject of hiring PHP programmers with a conclusion that most of the people complain... more »
2 commentsSave Tags: php
Spring Security 2.0.0 Released
After almost two years of development, Spring Security 2.0.0 is now available for download. It offers OpenID, NTLM, JSR 250 annotations, AspectJ... more »
1 commentsSave Tags: java
Spring Security 2.0.0 RC1 Released
Over 65 issues have been addressed, including OpenID integration, a new "protect-pointcut" for AspectJ expressions, dynamic retrieval of method... more »
0 commentsSave Tags: java
Don't rape the fluent interfaces
Fluent interfaces. Sigh. They help sometimes, they really do. In fact I don't have anything against the idea, it's the actual use that makes me... more »
0 commentsSave Tags: opinion, php, standards
Spring's PropertyPlaceholderConfigurer and PropertiesFactoryBean work together
Getting Spring's PropertyPlaceholderConfigurer to work with a PropertiesFactoryBean. If you have been struggling to mix the two here is a solution for... more »
0 commentsSave Tags: frameworks, how-to, java