Archives by Tag 'framework'

Bean Validation – Emmanuel Bernard on JSR 303

By rnaufal - Last updated: Sunday, March 22, 2009

JavaLobby released an interesting interview with Emmanuel Bernard, the spec lead of of JSR-303: Bean Validation..
One of the important goals of the Bean Validation spec is, as Emmanuel Bernard says, is
to provide a default runtime engine that is used to validate the constraints around the domain model, in Java.
The development team decided to [...]

Google Guice, dependence Inversion in the Java way

By rnaufal - Last updated: Sunday, June 3, 2007

Check out this great video about the new Java based inversion control framework from Google. The guys Kevin Bourillion and Bob Lee explains the concept behind dependency inversion principle (dip) and the core features inside Google Guice, called ‘juice’. The framework embraces and uses annotations instead of string identifiers (heavily used in Spring) to inject [...]