Posted on January 18th, 2012 by Shekhar Gulati
I use Spring Roo to create sample applications for me. Spring Roo uses JSR 303 (Bean Validation) to validate the entities for invalid values. Today I created a very simple application — a simple PasteBin clone where you can anonymously create post or share text snippets. I wanted to validate that field post should not [...]
Filed under: Cloud, openshift | No Comments »
Posted on January 10th, 2011 by Vaibhav Sehgal
Have you ever wondered whether placing Hibernate annotations over both the fields and getters(properties) in an entity class would land you in trouble. Well as Rajdeep and I discovered, if you haven’t tried it out, it will.
Filed under: Hibernate, Java, JPA | 2 Comments »
Posted on August 27th, 2010 by Rocky Jaiswal
I have been working on Grails recently and am amazed with the productivity gains it gives. Grails is great for giving you a kick-start, it uses convention over configuration and gives you things such as ORM, transaction management, dependency injection among others, without you writing a single line of configuration. I decided to mimic the [...]
Filed under: Hibernate, JPA, Spring | 8 Comments »