Sei sulla pagina 1di 1

Spring Boot Restful

1. Create spring boot hello world project template


2. Import spring boot project to eclipse
3. Spring boot auto configuration
4. Spring boot annotations
5. How to verify auto-configured beans by spring boot
6. Spring boot REST API example
7. Demo

What is MVC Framework?


Dispatcher Servlet (Spring Controller)
Spring MVC Hello World Example
Runtime Dependencies
Configuration Files web.xml and spring-servlet.xml
Request Handler EmployeeController.java
View Model EmployeeVO.java
Dao Classes
Service layer Classes
View employeesListDisplay.jsp

Java 8 JDBC
1. Lambda Expression 1) Load the driver
2. Functional Interface 2) Open database connection
3. Default Methods 3) Close database connection
4. Streams
5. Date/Time API Changes

hibernate.cfg.xml -This configuration file will be used to store database connection information and schema level
settings.
EmployeeEntity.java – This class will refer Java POJOs having hibernate annotations.
HibernateUtil.java – This class will have utility methods which will be used for creating session factory and
session objects.
TestHibernate.java – This class will be used to test our configuration settings and Emplyee entity annotations.

JPA
1) Application Overview
2) Spring's application context configuration
3) DAO classes
4) Maven dependencies
5) Other application files

Potrebbero piacerti anche