• Post category:StudyBullet-9
  • Reading time:5 mins read


You will learn to apply Java programming to develop real world projects with layered architecture and best practices

What you will learn

You will learn to install JDK and Local development environment

You will learn about Class diagrams, Sequence diagrams and Activity diagram

You will learn to Apply Java Concepts to Develop a Real world Project

You will learn the best practices of Java Project Development

You will learn about Layered Architecture and How to use it to develop Java Projects

You will learn to debug and troubleshoot using Eclipse tool

Description

If you are someone who is curious to know how to apply Java Programming to develop Real World Projects then this is the course for you, where you will learn to apply each and every java concepts to build any application of your own requirements.

In this course we will learn to develop an Ecommerce Application just by using Core Java and its concepts.

We will learn about the following:

You will learn to install JDK and Local development environment

You will learn about Class diagrams, Sequence diagrams and Activity diagram

You will learn to Apply Java Concepts to Develop a Real world Project

You will learn the best practices of Java Project Development

You will learn about Layered Architecture and How to use it to develop Java Projects

Create Java Project for Bookstore App

Sequence Diagram Explanation

Class Diagram Explanation

Creating all the required packages


Get Instant Notification of New Courses on our Telegram channel.


Creating the Book DTO and Entity classes

Creating Repository Interface and Implementation layer for Book

Creating Service layer Interface and Implementation layer for Book

Creating Controller layer and Test Client class for Book

Integrate Book Client with Controller and Service layer

Learn to Debug the code by navigating through what we have build so far

Integrate Repository and Converter layer for Book by using Adapter Design pattern

Save the Book Entity in a list inside Repository

Serialize and save Book Entity in file

Write Deserialization logic to get the Book Entity object from the saved file

Get Book Detail and Deserialize Object and Debugging

English
language

Content

Introduction & Setup

Installing Java
Installing Maven
Installing STS Tool
Git_Github_STS_Integration

Project Functional Design and Architecture

Project Functional Overview
Create Java Project for Bookstore App
Sequence Diagram Explanation
Class Diagram Explanation

Packages, DTO and Entity classes

Creating all the required packages
Creating the Book DTO and Entity classes

Working on Controller, Service & Repository Layer

Creating Repository Interface and Implementation layer for Book
Creating Service layer Interface and Implementation layer for Book
Creating Controller layer and Test Client class for Book

Debugging & Integration

Integrate Book Client with Controller and Service layer
Learn to Debug the code by navigating through what we have build so far
Integrate Repository and Converter layer for Book by using Adapter Design pat

Saving Data & Fetching Data

Save the Book Entity in a list inside Repository
Serialize and save Book Entity in file
Write Deserialization logic to get the Book Entity object from the saved file
Get Book Detail and Deserialize Object and Debugging