Packt | Hands-On RESTful Web Services with Java 11 [FCO]

seeders: 9
leechers: 1
Added 6 years ago by SunRiseZone in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

Packt | Hands-On RESTful Web Services with Java 11 [FCO] (Size: 2.1 GB)
  0101.The Course Overview.mp4 28.2 MB
  0102.Concepts and Definitions.mp4 61.1 MB
  0103.Backend versus Frontend.mp4 25.6 MB
  0104.REST or Restful, or What Else.mp4 25.9 MB
  0105.Real-Life Examples.mp4 29.1 MB
  0201.Understanding Servlets.mp4 12.8 MB
  0202.Basic Maven Setup.mp4 32.1 MB
  0203.Our Very First Servlet.mp4 49.5 MB
  0204.Exploring Verbs and Routes.mp4 35.3 MB
  0205.Exploring Headers and Responses.mp4 38.3 MB
  0206.Our First REST Route.mp4 56.6 MB
  0207.REST Route Create.mp4 17.8 MB
  0208.REST Route Show.mp4 21.4 MB
  0209.REST Route Delete.mp4 11 MB
  0210.REST Route Edit.mp4 34.3 MB
  0211.Review.mp4 9.5 MB
  0301.The Router Concept.mp4 30.2 MB
  0302.Implementing the Simplest Router.mp4 36.8 MB
  0303.A Handy Router Route Definition – Part 1.mp4 39.8 MB
  0304.A Handy Router Route Definition – Part 2.mp4 27.1 MB
  0305.A Handy Router Route Handler.mp4 22.7 MB
  0306.The Actual Router.mp4 27.5 MB
  0307.More Routes!.mp4 32.4 MB
  0401.Authentication Basics.mp4 15.4 MB
  0402.Authentication Login Request versus Auth Token.mp4 11.2 MB
  0403.Authentication Providers.mp4 17 MB
  0404.Authentication Implementation Details.mp4 10.5 MB
  0405.Authentication via Filter.mp4 41.1 MB
  0406.Authentication via Router.mp4 15.2 MB
  0407.Database and Persistence.mp4 16.5 MB
  0408.Dalesbred Setup.mp4 31.1 MB
  0409.Persistent TODOs.mp4 35.8 MB
  0410.New TODOs Handler.mp4 21.1 MB
  0411.Better Token Authentication.mp4 38.1 MB
  0501.CORS Explained.mp4 30.2 MB
  0502.Enabling CORS.mp4 27.9 MB
  0503.Versioning.mp4 10.9 MB
  0504.Versioned TODOs.mp4 25.9 MB
  0505.Basic Documentation.mp4 11.8 MB
  0506.Documentation with Postman.mp4 26.6 MB
  0507.Recap.mp4 3 MB
  0601.Scalability.mp4 17.1 MB
  0602.Cache Implementation.mp4 36.3 MB
  0603.Background Tasks.mp4 11.3 MB
  0604.Background Task Implementation – Part 1.mp4 37 MB
  0605.Background Tasks Implementation – Part 2.mp4 30.8 MB
  0606.Background Tasks Implementation – Part 3.mp4 20.9 MB
  0701.Advanced API Modeling.mp4 12.5 MB
  0702.Nested Resources Implementation – Part 1.mp4 22 MB
  0703.Nested Resources Implementation – Part 2.mp4 35.6 MB
  0704.Nested Resources Implementation – Part 3.mp4 32.4 MB
  0705.Nested Resources Implementation – Part 4.mp4 34.4 MB
  0706.HATEOAS.mp4 14.1 MB
  0707.HATEOAS Implementation – Part 1.mp4 23.3 MB
  0708.HATEOAS Implementation – Part 2.mp4 33.8 MB
  0709.Recap.mp4 1.7 MB
  0801.Tests Why.mp4 17.8 MB
  0802.Automated Tests.mp4 29.7 MB
  0803.Unit Tests Code Review.mp4 30.4 MB
  0804.API Tests Setup HSQLDB.mp4 59.5 MB
  0805.API Tests Request Class.mp4 48.4 MB
  0806.API Tests Response Class.mp4 40.2 MB
  0807.API Tests Refactoring.mp4 54.2 MB
  0808.API Tests TODOs.mp4 35.3 MB
  0809.API Tests Tasks.mp4 46.1 MB
  0810.API Tests Finishing Off.mp4 31.7 MB
  0811.Integration Tests Tooling.mp4 26 MB
  0812.Advanced Topics.mp4 12.9 MB
  0813.Recap.mp4 4 MB
  0901.Everything From Scratch!.mp4 12.7 MB
  0902.Some JAX-RS Implementations.mp4 13.4 MB
  0903.Spring.mp4 50.7 MB
  0904.Spark Java.mp4 40 MB
  0905.Yawp!.mp4 27.2 MB
  0906.Different Environments, Different Variables.mp4 16 MB
  0907.Deployment.mp4 42.5 MB
  0908.Afterword.mp4 18.5 MB
  Discuss.FTUForum.com.html 31.9 KB
  FTUForum.com.html 100.4 KB
  FreeCoursesOnline.Me.html 108.3 KB
  How you can help Team-FTU.txt 204.8 B
  Torrent Downloaded From GloDls.to.txt 102.4 B
  exercise_files.zip 67.6 KB
  ▲ 83 total files

Description


By : Luan Nico
Released : Saturday, March 30, 2019 [New Release!]
Torrent Contains : 83 Files, 10 Folders
Course Source : https://www.packtpub.com/web-development/hands-restful-web-services-java-11-video

This course will help you create a RESTful web service right from scratch

Video Details

ISBN 9781789956153
Course Length 9 hour 35 minutes

Table of Contents

• INTRODUCTION TO REST
• REST FROM SCRATCH
• A BIT OF STRUCTURE
• BASIC BUILDING BLOCKS – PART 1
• BASIC BUILDING BLOCKS – PART 2
• ADVANCED BUILDING BLOCKS – PART 1
• ADVANCED BUILDING BLOCKS – PART 2
• TESTING
• FINAL THOUGHTS

Video Description

RESTful Web Services is a stateless client-server architecture where web services are resources and can be identified by their URIs. Implementing RESTful Web Services with Java helps to simplify the development and deployment of web services. This course will show you how to implement a REST Web Service (API) in Java from scratch (using servlets), covering the basic concepts. This will be later followed by improvements in security, authentication, authorization, scalability, performance, API modeling, CORS, versioning, and documentation. Finally, you will find out what libraries are available to help you implement an API with ease, how to integrate with different layers and kinds of dependencies, how to integrate with other APIs, and where and how to deploy your application. By the end of this course, you will be able to efficiently create reliable and powerful Java RESTful Web Services and get a clear understanding of the process by implementing it your web apps.

The code is uploaded here on GitHub: https://github.com/PacktPublishing/Hands-On-RESTful-Web-Services-with-Java-11

Style and Approach

This hands-on course supplies all the information you'll need about REST APIs, from basic to fully-featured implementations. Throughout the course, several examples will be shown, built, and developed, covering all required topics and concepts. Get your hands on this course to learn everything you need to know to start taking advantage of REST APIs straightaway.

What You Will Learn

• Consume and integrate with REST APIs via real-world examples
• Build your REST API from scratch using Java and Servlets
• Common principles and useful considerations for most APIs, like security, authentication, performance, and more
• Use the available libraries for implementations in your projects
• Deploy your application to the web, taking full advantage of the benefits provided by REST

Authors

Luan Nico

Luan Nico is a Software Developer who has used a plethora of languages, platforms, and frameworks throughout his life and thinks you should never stop learning new things. He particularly likes Java and thinks REST and other well-designed APIs should be more available to help Society as a whole build better and more integrated software. He loves Open Source and not only tries to help the community whenever possible but also is very grateful for what he has gotten from it.
You can connect with the author on GitHub - https://github.com/luanpotterhttps://www.linkedin.com/in/luan-nico-5baa3627/

For More Udemy Free Courses >>> https://ftuforum.com/
For more Lynda and other Courses >>> https://www.freecoursesonline.me/
Our Forum for discussion >>> https://discuss.ftuforum.com/




Related Torrents

torrent name size uploader age seed leech
7
0
2
1
1