Anamika Archive

How to configure maven in eclipse

In the last tutorial , we have learnt to install maven in our window system. In this tutorial we will learn how to configure our IDE for maven. In order to use maven with eclipse you must …

Saving Objects using Hibernate APIs

Introduction to Hibernate An ORM tool. Used in the data layer of application. Implement JPA. JPA (Java persistence api):- this is set of standards for and java persistence api. The problem with JDBC Mapping member …