Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA CompTIA Security+ Amazon AWS AWS Certified Developer - Associate
Photoshop Graphic Design Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Personal Transformation Life Purpose Meditation Emotional Intelligence Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Google Analytics
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Data Science
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Development Web Development Microservices

The Complete Microservices With Java

Build java microservice from scratch using dropwizard framework, and deploy your microservice to different environments.
Rating: 2.8 out of 52.8 (70 ratings)
1,355 students
Created by Mo omar
Last updated 4/2018
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • Familiarize yourself with the microservices architecture and its benefits
  • Use dropwizard to develop microservices
  • Create a database backed RESTlike API using Dropwizard
  • Learn how to use database migrations with dropwizard application
  • Learn how to create gradle tasks to automate out developing process
  • Learn docker, docker-compose.
  • Deploy our microservice to docker environment.
  • Learn kubernetes
  • Deploy our microservice to kubernetes locally.
  • Create and configure google kubernetes engine clusters
  • Create cloudSql instance, credentials and link them with out microservice
  • Deploy microservice to google kubernetes engine
  • Create docker images and push them to google container registry

Course content

8 sections • 55 lectures • 7h 7m total length

  • Preview05:19

  • Preview06:57
  • Preview08:48
  • Microservices design principles
    13:56

  • Install Java 8
    03:21
  • Install Intellij Idea 2017
    04:39
  • Install Xampp
    04:17
  • Install Gradle build tool
    02:24

  • Creating the application by intellij Idea
    11:31
  • Preview06:04
  • Implement the basic model and static data
    10:56
  • Creating Rest locations resource
    11:11
  • Create Database schema
    06:36
  • Connecting the DB with our application
    15:21
  • Data Access Layer with Mapper
    13:04
  • Creating the locations service and implement the business logic
    11:09
  • Preview05:26
  • Implement inserting new locations
    11:30
  • Implement editing locations
    08:16
  • Implement delete locations
    06:09

  • Life before docker?!
    08:44
  • What is docker?
    05:47
  • Install Docker and Docker-Compose
    05:10
  • Creating Dockerfile
    10:51
  • Prepare files for docker environment
    10:55
  • Some refactoring before creating the docker image
    11:25
  • Create docker image
    08:27
  • Create and run docker container
    20:58
  • Docker compose create mysql descriptor
    11:30
  • Docker compose phpmyadmin
    04:53
  • Docker compose locations
    05:47
  • Preview05:30

  • Install kubernetes (k8s) components locally (VBox, kubectl, Minikube)
    10:26
  • What is kubernetes?
    07:42
  • Mysql deployment descriptor
    14:17
  • Mysql service descriptor
    02:09
  • Local volume descriptor
    02:17
  • Phpmyadmin deployment descriptor
    05:53
  • Phpmyadmin service descriptor
    03:15
  • Locations-service deployment descriptor
    05:37
  • Locations-service service descriptor
    03:09
  • Deploy to kubernetes locally 1
    09:48
  • Deploy to kubernetes locally 2
    03:23
  • Deploy to kubernetes locally 3
    03:45

  • Overview and signup!
    04:31
  • Install gcloud SDK
    07:45
  • Point kubectl to cloud cluster
    05:28
  • Preview11:59
  • Preview03:30
  • Create gradle tasks to deploy against GKE
    08:09
  • Create cloud sql instance and configure the credentials
    09:50
  • Create descriptors for production environment 1
    07:11
  • Create descriptors for production environment 2
    07:02
  • Deploy to production!
    07:40

  • Introduction
    05:29

Requirements

  • A PC or MAC
  • Basic knowledge in java and mysql
  • Ability to install java, gradle, IDE, docker, kubernetes
  • Basic knowledge in docker and kubernetes is helpful, but not required.
  • Basic knowledge in gradle build tool is helpful, but not required.

Description

In this course you'll learn how to create a simple microservice using Java programming language and Dropwizard.

Dropwizard is a popular framework to build RESTful APIs and microservices. The course begins with a brief introduction to microservices VS monolith architectural styles and microservices design principles.

In this course, you will build a locations microservice which will host a predefined list of locations like Amazon FBA locations, this will be done by creating a REST API's for CRUD operations (create, read, update, delete), and you will learn how to connect our microservice with mysql database locally, and also how to configure phpmyadmin in order to interact with locations database.

(FULL REPOSITORY CODE EXIST THROUGH SECTIONS!)

After that you will learn how to decorize you microservice with docker and create a docker image of locations microservices, and you will learn how deploy the microservice to docker environment and how to create applications containers and connect them with each other.

Also, you will learn about kubernetes (k8s), and how to configure k8s on your local machine, and create deployment descriptors (YAML) files, in order to deploy the microservice to local k8s cluster.

And finally, you'll learn how to create a google cloud account and configure google kubernete engine, google cloud sql, cloud sql credentials, push docker images to google container registry, Then deploy your microservice there.

In this course we will depend on gradle build tool, in order to automate our development process and save our time!

The goal of this course is to serve as a practical guide through the dropwizard framework, so you can see how it's used to implement microservice based architecture.

By the time you finish this course, you will have gained the ability to articulate what the Microservices architectural style is all about, including its advantages and disadvantages, docker and kubernetes.

You will gain familiarity with dropwizard, and you'll see how to use it to build microservices, REST API's.

Is This For You?

  • Do you want to build useful microservices?
  • Are you afraid of not being able to create good microservices?
  • Do you think you will feel proud creating the microservices that will be used every day and help others to work more effectively?

Then this course will definitely help you.

The course currently consists of 54 lectures and 7 hours of video. After taking this course you'll be able to start developing microservices. So let's get started!

Who this course is for:

  • Intended for Java software developers
  • Software Developers
  • Web Developers
  • Programmers
  • NOT intended for beginners. However, depending on your technical experience in other technologies, and your learning style, you may find this course a fascinating deep-dive into Microservices, dropwizard, docker, kubernetes applications.

Instructor

Mo omar
Full Stack + DevOps software Engineer
Mo omar
  • 2.8 Instructor Rating
  • 98 Reviews
  • 1,455 Students
  • 2 Courses

Over 5 years of experience developing software for a variety of business purposes. Expertise in Java, Javascript, and related open source technologies, database and web development, cloud, microservices, and big data. Experience as a software developer, scrum master.

Here's my promise.

Practical knowledge and expertise at your fingertips. Plus, all of my courses are risk free.

My Mission: Guiding individuals to success through the application of modern technology.

Enroll today!


  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.