This 6-week course covers integrating Spring and Hibernate for enterprise application development. The course objectives are to use Hibernate with Spring frameworks, work on distributed projects, and gain hands-on experience. The intended audience is developers interested in using Hibernate with Spring. Over the 6 weeks, students will learn about Spring and Hibernate fundamentals, configuration, object mapping, transactions, queries and caching. They will also design a web application using Hibernate and receive project guidance.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
24 views
Spring Hibernate WeekEnd
This 6-week course covers integrating Spring and Hibernate for enterprise application development. The course objectives are to use Hibernate with Spring frameworks, work on distributed projects, and gain hands-on experience. The intended audience is developers interested in using Hibernate with Spring. Over the 6 weeks, students will learn about Spring and Hibernate fundamentals, configuration, object mapping, transactions, queries and caching. They will also design a web application using Hibernate and receive project guidance.
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
Spring Hibernate (Weekend
Course 6 Weeks) Objectives:
To be able to work on any enterprise level project
To facilitate the development of distributed, web-enabled applications Configure Hibernate and integrate with Spring application To know the usage of hibernate in real time projects Know how and when to use Spring Framework To gain hands on experience
Intended Audience: This training is designed for developer interested in using Hibernate with Spring Prerequisites:
Basic understanding of JDBC
Knowledge on Servlet/JSP/Spring Core Basic knowledge on any application server(Tomcat) and Database
Outline: Week 1
Introduction to Spring Framework 3.X and usage
Role of Spring in Enterprise Applications Concept of IOC and DI Annotation-based dependency injection, Spring Container JDBC Driver and JDBC-based data access with Spring Spring JDBC (using spring JDBC Template mechanism) Need for Hibernate Hibernate and ORM (Object-Relation Mapping) POJOs (Plain Old Java Objects) and the Data Layer Hibernate Mapping Hibernate Over Entity Beans