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 Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Personal Transformation Meditation Life Purpose Coaching Emotional Intelligence
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 Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Data Cleaning
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

This course includes:

  • 2.5 hours on-demand video
  • 20 articles
  • 2 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
Development Web Development Spring Framework

Oracle Cloud Services and Spring Batch:2 Course Bundle

Two great courses for Java and Web developers.
Rating: 3.7 out of 53.7 (19 ratings)
126 students
Created by Black Hills
Last updated 1/2020
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • By the end of this course, you will know everything you're required to create applications and run them in Oracle Application Container Cloud Service.
  • You will know how to configure a Spring Batch job.
  • You will understand how to implement a Spring Batch job.
  • You will know how to implement the reading, processing, and writing of data for a batch job.
  • You will learn how to implement unit tests that cover the various aspects of the job including the reading, processing, and writing of the data.

Course content

10 sections • 55 lectures • 3h 10m total length

  • Introduction
    00:55
  • What Is the Cloud?
    02:29
  • Introduction to the Oracle Application Container Cloud Service
    01:01
  • Introduction to the Oracle Developer Cloud Service
    01:31
  • Cloud Service Integration
    00:53
  • Preview03:29
  • Suggested Application Scenarios
    01:02
  • Application Requirements
    00:44

  • Application Packaging
    00:48
  • Overview of the Manifest File for Cloud Deployment
    02:19
  • Preview12:10
  • Preview09:55

  • Configuring Applications
    03:04
  • Java Example: Configuring the Application
    05:53
  • NodeJS Example: Configuring the Application
    03:11
  • Running the HTML5 Client
    04:47

  • Application Deployment
    02:32
  • Java Example: Manual Deployment in Oracle Cloud
    03:23
  • Node Example: Manual Deployment in Oracle Cloud
    03:17
  • Setting Additional Environment Variables
    01:42
  • Java Example: Deploy Applications Using Developer Cloud Service
    07:07
  • Node Example: Deploy Applications Using Developer Cloud Service
    06:40

  • Understanding the Database Cloud Service
    02:35
  • Setting up Oracle Database Cloud Service
    08:17
  • Java Example: Connecting Application to Oracle Database Cloud
    06:45
  • Node Example Connecting Application to Oracle Database Cloud
    05:51

  • Batch Processing
    05:44
  • Spring Batch for Your Batch Processing Requirements
    02:36
  • What You Will Learn
    01:17
  • Overview of the Demonstration Project
    02:54

  • Adding the Spring Batch Dependency
    03:37
  • Configuring the Spring Batch Application
    08:14
  • Adding the Spring Batch Database Objects
    06:41
  • Creating a New Job Configuration
    07:13
  • Creating a New Step Configuration
    04:17
  • Unit Testing the Job Configuration
    02:04
  • Launching a Job
    04:05
  • Summary
    01:05

  • Defining the Input File
    04:36
  • Updating the Step for Chunking
    01:48
  • Implementing a Flat File Item Reader
    04:11
  • Stubbing out the Item Processor and Item Writer
    01:45
  • Testing the Item Reader Step
    03:04
  • Executing the Job
    01:08
  • Summary
    00:50

  • Defining the Domain Entity Type for Processing
    03:37
  • Implementing an Item Processor
    02:40
  • Testing the Item Processor Step
    02:33
  • Executing the Job
    01:08
  • Summary
    00:36

  • Defining the Database Schema for the New Domain Type
    02:12
  • Implementing a JPA Item Writer
    02:39
  • Testing the Item Writer Step
    03:22
  • Verifying Execution of the Job
    01:40
  • Summary
    00:39

Requirements

  • Before beginning this course you should be familiar with programming in Java or NodeJS. Knowing how to build web applications in any language is recommended, and Git version control and database knowledge is advised.
  • Before you enroll this course, you must have the knowledge of the Java programming language and basic knowledge of Spring framework.

Description

This is a package of two independent courses:


- Oracle Cloud Services with Java and Node.js

Do you want to develop or migrate your existing web applications to run in the cloud? Perhaps you have an environment with multiple languages and runtimes at the same time? In this course, you'll learn how to create Java SE and Node.js applications and run them in Oracle Application Container Cloud Service and take advantage of the power of the cloud. You'll learn all about integration with other Oracle Cloud Services such as Database. You'll also learn to deploy, monitor, and scale your applications instantly from the Web UI. By the end of this course, you'll know everything you'll required to create applications and run them in Oracle Application Container Cloud Service.


- Spring Batch Framework for beginners

At the core of batch processing is an understanding of the basic concepts and patterns common to most batch products. In this course, you will learn these concepts and patterns in the context of one of the oldest and most mature open source batch frameworks available. First, you will learn about why you may need batch processing, including its benefits and drawbacks. Next, you will explore the foundation of Spring Batch terminology and offerings. Finally, you will follow along in a demonstration of building a full, production-ready Spring Batch job that reads input from a file, processes, and then outputs the information to a database. When you are finished with the course, you should have the basic knowledge needed to start building your own batch jobs using the Spring Batch framework.

Who this course is for:

  • This course is for all developers who want to run their applications in the cloud.
  • First, Spring course is mainly geared at developers looking to leverage the Spring Batch framework. Again, you'll need to have working knowledge of the Java language and working knowledge of the Spring Framework to get the most out of this course.
  • Second, Spring course can be used by architects who are investigating how to prototype Spring Batch for an implementation or who are just looking to learn more about the framework.

Instructor

Black Hills
Hot and popular topics on one place.
Black Hills
  • 3.7 Instructor Rating
  • 150 Reviews
  • 3,292 Students
  • 5 Courses

Black Hills are a new project. We are actually team of experts. Our members are engineers and professors. Here you can always expect fresh and popular topics. All our courses are mainly about technology. We have a rich experience with students, now we want to share our knowledge with you. We guarantee that you will always be satisfied with our courses. Happy learning!

  • 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.