Being a .Net/MVC developer for the past 6 years, I have been spoiled with some of the out of the box features. I have used the .Net validation annotations along with jQuery validation on the client side. I have been spoiled by the mode validation annotations working for both client side and server side removing unnecessary redundancies.
I am now experimenting with Java and Play framework. I noticed that Play framework offers validation annotations as well but can only be verified on the server side. Is it possible to have a validation plugin (e.g. jQuery validation) to automatically take care of this validation by inheriting from the model annotations (similar to .Net)
Any advice or experience will be greatly appreciated