This page describes the two main parts of this course. The whole course should bring the student to an effective level in OO conception and Java programming, enough to be autonomous in a professional environment
The course is divided is organized in several lectures, they are presented below with an incremental difficulty
A complete tutorial from UML conception to Java execution
OO Concepts, UML, Java Core, Eclipse, Math
A complete tutorial from Concrete case to feature realization
File
, String
, Date
, FileWriter
, enum
A complete tutorial from Concrete case to feature realization
File
, String
, FileReader
, FileWriter
, DAO
A tutorial to discover the JDBC standard, and to apply the DAO pattern once more
Database
, JDBC
, Derby
, DAO
A tutorial to show the required steps to integrate Junit and Eclipse
JUnit
, Eclipse
, TDD
A tutorial to show the required steps to expose web services with Spring Boot and manipulate data through JPA
DI
, Spring
, Spring Boot
, JPA
, Hibernate
A tutorial to show how to expose web services and access them with Angular
Angular
, Spring
, Spring REST
, JPA