-
Enterprise Java
Spring MVC Form Validation (With Annotations)
This post provides a simple example of a HTML form validation. It is based on the Spring MVC With Annotations example. The…
Read More » -
Enterprise Java
Lets Crunch big data
As developers our focus is on simpler, effective solutions and thus one of the most valued principle is “Keep it…
Read More » -
Software Development
A Framework for Enterprise Software
For decades, the companies in this industry have produced sophisticated and complex products. They are difficult to assemble, require the…
Read More » -
Core Java
Is there a better approach to Marker?
Since the launch of Java 1.5 there has been a wide range of discussion and debate on whether to use…
Read More » -
Core Java
Java features applicability
Java language and standard library is powerful, but with great power comes great responsibility. After seeing a lot of user code…
Read More » -
Core Java
Java Coding Conventions considered harmful
There is an official Code Conventions for the Java Programming Language guide published on Oracle site. You would expect this…
Read More » -
Software Development
Open Source Legal Blues: Do You Comply?
Understanding and Reducing Open Source License Risks In today’s business climate, using Open Source Software (OSS) components as part of…
Read More » -
Enterprise Java
Spring Constructor Injection and Argument names
At runtime, java classes do not retain the name of the constructor or method parameters, unless classes are compiled with…
Read More » -
Groovy
Grails: Autodiscovery of JPA-annotated domain classes
There are some issues to be fixed with the support for adding JPA annotations (for example @Entity) to Groovy classes…
Read More »