HOME > IT & Software > Java Web Services

Java Web Services

SynopsisJava Web Services, available at $124.99, has an average ratin...
Java Web Services  No.1

Java Web Services, available at $124.99, has an average rating of 4.52, with 355 lectures, 38 quizzes, based on 9439 reviews, and has 47771 subscribers.

You will learn about Understand why web services are so popular Understand the different types of WS Design Use Apache CXF the Popular WS Stack Implement Contract First and Code First Web Services Develop a Web Service Consumer Secure Web Services using the WS-Security Standard Implement SOAP Attachments Master the REST web service concepts and Implementation Create different types of REST Clients Secure Rest Services Handle Errors In REST Develop Asynchronous Web Services Jersey REST Quick Start Spring MVC REST Quick Start Learn all the important web services interview Questions and Answers All in short simple and easy steps Use REST Attachments This course is ideal for individuals who are Java Developers or JEE Developers or Students with Java background It is particularly useful for Java Developers or JEE Developers or Students with Java background.

Enroll now: Java Web Services

Summary

Title: Java Web Services

Price: $124.99

Average Rating: 4.52

Number of Lectures: 355

Number of Quizzes: 38

Number of Published Lectures: 336

Number of Published Quizzes: 38

Number of Curriculum Items: 399

Number of Published Curriculum Objects: 380

Original Price: $24.99

Quality Status: approved

Status: Live

What You Will Learn

  • Understand why web services are so popular
  • Understand the different types of WS Design
  • Use Apache CXF the Popular WS Stack
  • Implement Contract First and Code First Web Services
  • Develop a Web Service Consumer
  • Secure Web Services using the WS-Security Standard
  • Implement SOAP Attachments
  • Master the REST web service concepts and Implementation
  • Create different types of REST Clients
  • Secure Rest Services
  • Handle Errors In REST
  • Develop Asynchronous Web Services
  • Jersey REST Quick Start
  • Spring MVC REST Quick Start
  • Learn all the important web services interview Questions and Answers
  • All in short simple and easy steps
  • Use REST Attachments
  • Who Should Attend

  • Java Developers
  • JEE Developers
  • Students with Java background
  • Target Audiences

  • Java Developers
  • JEE Developers
  • Students with Java background
  • Course Updated – I have upgraded the course to use Java Based configuration and use Spring Boot support in CXF.Enjoy!!

    The ONLY course that covers the SOAP and REST web services Comprehensively!

    Join 40,000+ students that are already enrolled!

    Over 3000+ FIVE STAR Reviews! #toprated

    Sample of the reviews:

    The pacing of this course is excellent. The lectures are not too long, yet each video has a succinct lesson. Additionally, the instructor is very thorough in going through all aspects of web services. – Niaz Khan

    Very nice and helpfull documentation notes that helps to concentrate in subjects. also very clear explanation from scratch. I am very happy with this course. Nice hands on exercises, very understandable from scratch. – Ricardo Flores

    Taking this course gives me a deeper understanding on how web services work.. – Melvin Maling

    All source code is available for download

    Responsive Instructor – All questions answered within 24 hours

    Professional video and audio recordings (check the free previews)

    -

              Are you interested in realizing the power of Web Services to bring applications running on various platforms and languages together ,but find the topic a little cryptic. 

              Do you want to build loosely coupled applications which are scalable and reusable but could not find a simple and easy to learn guide? 

              This course will simplify things with concepts and step by step implementations . By the end of it you will: 

              1. Understand the advantages of Web Services and their building blocks 

              2. Demystify the complex topics like WSDL and Web Services Design 

              3. Implement Top Down and Bottom Up Web Services 

              4. Learn about the various web service standards 

            5. Learn writing web services consumers and also a quick intro to test your web services using SoapUI 

            6. Use the WS-Security standard to secure your services 

            7. Master the REST web services concepts and design 

            8. Implement and test Secured REST Web Services 

    Course Curriculum

    Chapter 1: Software Setup and Notes

    Lecture 1: Install Java

    Lecture 2: Spring Tool Suite Installation

    Lecture 3: Configure JDK in Spring Tool Suite

    Lecture 4: Install Postman

    Lecture 5: Install SoapUI

    Lecture 6: Lecture Notes for download

    Lecture 7: If you want to Skip to REST Web Services

    Chapter 2: Completed Projects and Troubleshooting

    Lecture 1: Download the completed projects

    Lecture 2: GITHub URL

    Lecture 3: Troubleshooting

    Lecture 4: Java 10 and Higher

    Lecture 5: Using Latest Versions

    Chapter 3: Web Services – The Big Picture

    Lecture 1: Course Introduction

    Lecture 2: Web Services Introduction

    Lecture 3: SOA and Web Services

    Lecture 4: Section Summary

    Chapter 4: XML and XML Schema Definition and JSON

    Lecture 1: Introduction

    Lecture 2: What is XML?

    Lecture 3: Why XML?

    Lecture 4: When to use XML?

    Lecture 5: What is XSD?

    Lecture 6: When to use XSD?

    Lecture 7: Namespaces

    Lecture 8: XML Schema Hands On Usecase

    Lecture 9: XML Schema Hands On

    Lecture 10: Creating Simple Types

    Lecture 11: Controlling the Order Of Elements

    Lecture 12: Controlling the number of Elements

    Lecture 13: Meaning of the elementFormDefault attribute

    Lecture 14: Defining Attributes

    Lecture 15: Section Summary

    Lecture 16: JSON Introduction

    Lecture 17: JSON Hands On

    Lecture 18: JSON Parsing

    Chapter 5: SOAP Web Services Concepts

    Lecture 1: Introduction

    Lecture 2: SOAP Web Services Overview

    Lecture 3: SOAP Web Services Advantages and Disadvantages

    Lecture 4: When to use SOAP Web Services ?

    Lecture 5: SOAP

    Lecture 6: WSDL File Explained

    Lecture 7: WSDL Binding Styles

    Lecture 8: Section Summary

    Chapter 6: SOAP Web Services Design and Implementation

    Lecture 1: Introduction

    Lecture 2: SOAP Web Services Design Approaches

    Lecture 3: Section Summary

    Chapter 7: JAX-WS AND JAXB

    Lecture 1: JAX-WS

    Lecture 2: JAXB Introduction

    Lecture 3: JAXB tools and plugins

    Lecture 4: Steps to generate stubs from XML Schema

    Lecture 5: Generate the Stubs

    Lecture 6: Customize Generated Code Using Binding File

    Lecture 7: Stubs Walk Through

    Lecture 8: Marshalling and Unmarshalling

    Lecture 9: JAXWS Summary

    Lecture 10: JAXB Summary

    Chapter 8: Apache CXF

    Lecture 1: Introduction

    Lecture 2: Apache CXF Overview

    Lecture 3: CXF and Spring Boot

    Lecture 4: Spring Boot

    Lecture 5: Using Spring Boot 2.X

    Lecture 6: Create the SOAP project

    Lecture 7: Upgrade

    Lecture 8: Create the endpoint

    Lecture 9: Create the configuration class

    Lecture 10: Run the application

    Lecture 11: Change the web application context

    Lecture 12: Test using SoapUI

    Lecture 13: Enable Logging Feature

    Lecture 14: Change the Context Property

    Chapter 9: Developing Top Down Web Services

    Lecture 1: Usecase

    Lecture 2: Steps to create WSDL First Web Service

    Lecture 3: Create the WSDL First project

    Lecture 4: Download Skeleton WSDL

    Lecture 5: Define Schema Types

    Instructors

  • Java Web Services  No.2
    Bharath Thippireddy
    IT Architect and Best Selling Instructor- 700000+ students
  • Rating Distribution

  • 1 stars: 130 votes
  • 2 stars: 176 votes
  • 3 stars: 913 votes
  • 4 stars: 3486 votes
  • 5 stars: 4734 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!