top of page
Blurry Gradient

Frameworks

 

Hibernate:

​

1.Introduction to JAVA EE:Understand ORM and basics of Hibernate
2. Understand and implement life cycle of HibernatePersistence and Session Factory
3. Implement Hibernate Mappings, Inheritance and Types
4. Understand Hibernate Criteria and Query Language
5. Exploring Hibernate Transactions, Filter and Performance
6. Implement Hibernate Search and Validations
7. Hibernate with NoSQL and Spring


This course is a foundation for any Java Programmer, Java Developer, Java Architect or any professional associated with Java who wants to explore and master the Java Persistence with Hibernate. requisites pre-requisites for learning hate is the basic Mledge of RDBMS, SOL, a and JDBC. Project Work Towards the end of the course, we will focus on designing an Inventory System that provides a very effective way of monitoring the inventories.We will see how to monitor the quantity, location and status of the inventory as well as the related shipping details. Inventory System should be implemented as an interactive program that:

 

1.Enables admin user to enter the data regarding the inventories and order details of the complete inventory system
2. Render orders
3. Tracks the order items and its corresponding supplier details
4. Provides a complete invoice format for the orders

 

 Why learn Persistence with Hibernate?
As data usage is increasing day by day in all domain applications, the usage and complexity of Database increases exponentially.
It is important to have a framework which handles all the life cycle, connections, sessions and transactions of database, henceforth leaving only the business logic for the developers to work with. This is where Hibernate comes in and helps the professionals to concentrate only on business logic instead of database environments. There is a huge demand for Hibernate professionals and this course acts as a foundation, also provides lots of opportunities in the Java Persistence World.
• Hibernate
• Hibernate Overview
• Hibernate-ORM
• Hibernate Architecture
• Hibernate Environment Setup
• Hibernate Configuration
• Hibernate Session
• Hibernate Mapping Files
• Hibernate Mapping Types
• Hibernate Annotation
• Hibernate Query Language

 

Springs:
1.Introduction
1.1 why spring
1.2 Spring modulus
1.3 Spring application
1.4 Spring in eclipse

​

2 Spring IOC

2.1 IOC container
2.2 dependency injection
2.3 constructor injection
2.4 constructor injection dependent object
2.5 constructor injection with collection
2.6 constructor injection with collection 2
2.7 constructor injection with map
2.8 constructor injection in inheritance been
2.9 setter injection
2.10 setter injection dependent object
2.11 setter injection with collection
2.12 setter injection with collection 2
2.13 setter injection with map
2.14 injection with map 2
2.15 constructor injection versus setter injection
2.16 auto wiring
2.17 factory method


3.Spring MVC


31 MVC introduction
3.2 multiple view pages
3.3 multiple controllers
3.4 model interface
3.5 request Param annotation
3.6 form tag library

3.7 form text field
3.8 form radio field
3.9 form checkbox
3.10 form drop-down list
3.11 JDBC Template Example
3.14 PreparedStatement
3.15 ResultSetExtractor
3.16 MVC CRUD Example
3.17 SPEL Examples
3.18 variable in SPEL
3.19 spring MVC Validation

​

bottom of page