17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
[FreeCoursesOnline.Me] [Packt] Hands-On RESTful Web Services With Java 11 [FCO]
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
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/
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
01.Introduction to REST/0101.The Course Overview.mp4
28.2 MB
01.Introduction to REST/0102.Concepts and Definitions.mp4
61.1 MB
01.Introduction to REST/0103.Backend versus Frontend.mp4
25.6 MB
01.Introduction to REST/0104.REST or Restful, or What Else.mp4
25.9 MB
01.Introduction to REST/0105.Real-Life Examples.mp4
29.1 MB
02.REST from Scratch/0201.Understanding Servlets.mp4
12.8 MB
02.REST from Scratch/0202.Basic Maven Setup.mp4
32.1 MB
02.REST from Scratch/0203.Our Very First Servlet.mp4
49.5 MB
02.REST from Scratch/0204.Exploring Verbs and Routes.mp4
35.3 MB
02.REST from Scratch/0205.Exploring Headers and Responses.mp4
38.3 MB
02.REST from Scratch/0206.Our First REST Route.mp4
56.6 MB
02.REST from Scratch/0207.REST Route Create.mp4
17.8 MB
02.REST from Scratch/0208.REST Route Show.mp4
21.4 MB
02.REST from Scratch/0209.REST Route Delete.mp4
11 MB
02.REST from Scratch/0210.REST Route Edit.mp4
34.3 MB
02.REST from Scratch/0211.Review.mp4
9.5 MB
03.A Bit of Structure/0301.The Router Concept.mp4
30.2 MB
03.A Bit of Structure/0302.Implementing the Simplest Router.mp4
36.8 MB
03.A Bit of Structure/0303.A Handy Router Route Definition – Part 1.mp4
39.8 MB
03.A Bit of Structure/0304.A Handy Router Route Definition – Part 2.mp4
27.1 MB
03.A Bit of Structure/0305.A Handy Router Route Handler.mp4
22.7 MB
03.A Bit of Structure/0306.The Actual Router.mp4
27.5 MB
03.A Bit of Structure/0307.More Routes!.mp4
32.4 MB
04.Basic Building Blocks – Part 1/0401.Authentication Basics.mp4
15.4 MB
04.Basic Building Blocks – Part 1/0402.Authentication Login Request versus Auth Token.mp4
11.2 MB
04.Basic Building Blocks – Part 1/0403.Authentication Providers.mp4
17 MB
04.Basic Building Blocks – Part 1/0404.Authentication Implementation Details.mp4
10.5 MB
04.Basic Building Blocks – Part 1/0405.Authentication via Filter.mp4
41.1 MB
04.Basic Building Blocks – Part 1/0406.Authentication via Router.mp4
15.2 MB
04.Basic Building Blocks – Part 1/0407.Database and Persistence.mp4
16.5 MB
04.Basic Building Blocks – Part 1/0408.Dalesbred Setup.mp4
31.1 MB
04.Basic Building Blocks – Part 1/0409.Persistent TODOs.mp4
35.8 MB
04.Basic Building Blocks – Part 1/0410.New TODOs Handler.mp4
21.1 MB
04.Basic Building Blocks – Part 1/0411.Better Token Authentication.mp4
38.1 MB
05.Basic Building Blocks – Part 2/0501.CORS Explained.mp4
30.2 MB
05.Basic Building Blocks – Part 2/0502.Enabling CORS.mp4
27.9 MB
05.Basic Building Blocks – Part 2/0503.Versioning.mp4
10.9 MB
05.Basic Building Blocks – Part 2/0504.Versioned TODOs.mp4
25.9 MB
05.Basic Building Blocks – Part 2/0505.Basic Documentation.mp4
11.8 MB
05.Basic Building Blocks – Part 2/0506.Documentation with Postman.mp4
26.6 MB
05.Basic Building Blocks – Part 2/0507.Recap.mp4
3 MB
06.Advanced Building Blocks – Part 1/0601.Scalability.mp4
17.1 MB
06.Advanced Building Blocks – Part 1/0602.Cache Implementation.mp4
36.3 MB
06.Advanced Building Blocks – Part 1/0603.Background Tasks.mp4
11.3 MB
06.Advanced Building Blocks – Part 1/0604.Background Task Implementation – Part 1.mp4
37 MB
06.Advanced Building Blocks – Part 1/0605.Background Tasks Implementation – Part 2.mp4
30.8 MB
06.Advanced Building Blocks – Part 1/0606.Background Tasks Implementation – Part 3.mp4
20.9 MB
07.Advanced Building Blocks – Part 2/0701.Advanced API Modeling.mp4
12.5 MB
07.Advanced Building Blocks – Part 2/0702.Nested Resources Implementation – Part 1.mp4
22 MB
07.Advanced Building Blocks – Part 2/0703.Nested Resources Implementation – Part 2.mp4
35.6 MB
07.Advanced Building Blocks – Part 2/0704.Nested Resources Implementation – Part 3.mp4
32.4 MB
07.Advanced Building Blocks – Part 2/0705.Nested Resources Implementation – Part 4.mp4
34.4 MB
07.Advanced Building Blocks – Part 2/0706.HATEOAS.mp4
14.1 MB
07.Advanced Building Blocks – Part 2/0707.HATEOAS Implementation – Part 1.mp4
23.3 MB
07.Advanced Building Blocks – Part 2/0708.HATEOAS Implementation – Part 2.mp4
33.8 MB
07.Advanced Building Blocks – Part 2/0709.Recap.mp4
1.7 MB
08.Testing/0801.Tests Why.mp4
17.8 MB
08.Testing/0802.Automated Tests.mp4
29.7 MB
08.Testing/0803.Unit Tests Code Review.mp4
30.4 MB
08.Testing/0804.API Tests Setup HSQLDB.mp4
59.5 MB
08.Testing/0805.API Tests Request Class.mp4
48.4 MB
08.Testing/0806.API Tests Response Class.mp4
40.2 MB
08.Testing/0807.API Tests Refactoring.mp4
54.2 MB
08.Testing/0808.API Tests TODOs.mp4
35.3 MB
08.Testing/0809.API Tests Tasks.mp4
46.1 MB
08.Testing/0810.API Tests Finishing Off.mp4
31.7 MB
08.Testing/0811.Integration Tests Tooling.mp4
26 MB
08.Testing/0812.Advanced Topics.mp4
12.9 MB
08.Testing/0813.Recap.mp4
4 MB
09.Final Thoughts/0901.Everything From Scratch!.mp4