Blog Detail
Eyal Lupu Java Blog
http://www.jroller.com/eyallupu/
The blog focuses on advanced Java/JEE development and applications architecture.
Recent Posts
Spring 3.0 - Slides from a Seminar I Presented
Hi all, About two weeks ago I gave a 3 hours overview seminar about Spring 3.0 new features. For those of you who are interested you can find the slides here....
More New Features of Spring 3.0
In this short post I want to follow up my previous post I about Spring Expression Language (SpEL) support. I want to mention the Elvis and safe navigation SpEL operators and a short paragraph about the new support for default values by PropertyPlaceh...
Spring 3.0 - Expression Language Support
One of the new features in Spring 3.0 is the Spring Expression Language (Spring EL or SpEL). While evaluation Spring 3.0 I was also checking out the SpEL capabilities, in this blog entry I'll try to cover some of the more interesting, and less obviou...
Content Negotiation using Spring MVC's ContentNegotiatingViewResolver
Hi all, One of the new features in Spring 3.0 is REST support, REST clients can use the restTemplate class and servers have support as part of the MVC framework. One of the new interesting features is content negotiation using the a new view resolv...
JSR 303 Beans Validation - Using Groups (HOWTO)
Hi all, The next version of Hibernate Validator (currently 4.0.0 Alpha3) will be the Bean Validation (JSR-303) RI (Hibernate Validator 4.0.0-A3 actually implements the CR1 of the specification), as usually with specifications that interest me I read...
Java/JNDI: How to Convert Active Directory ObjectSID into String Format
Hi all, Usually I write about the JEE environment but this time something which is purely JSE and not just JSE but Microsoft Active Directory as well... The subject is Active Directory ObjectSID - or to be more specific: how to translate the byte ar...

