Tag: annotations
Hibernate Annotations Introduction
Gun short point :- Annotations are replacement for XML Let us see few points regarding annotations in hibernate Annotations are introduced in java along with JDK 1.5, annotations are used to provide META data to the classes, variables, methods…
Jars Required For Hibernate Annotations
For working with annotations in hibernate, ensure our java version must be 1.5 or higher and we must use hibernate version 3.3 or higher, and in fact no need to use all the jar files to work with these…
Spring MVC Annotation (JSR-303) Validation Tutorial
Spring MVC providing 3 types of validations hope you remember 🙂 if not have a look into the previous article. Annotation validation is one of them, let us see how to achieve annotation (JSR-303) validations in Spring MVC 3….
RESTful Web Services (JAX-RS) Annotations
This tutorial explains important annotations of JAX-RS for creating RESTful web services, friends i am giving these annotations just for your understanding purpose. you better know about these annotations before we go forward with the remaining RESTful web services…