zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
[FreeTutorials.Us] Udemy - spring-web-services-tutorial
magnet:?xt=urn:btih:28f3c9603a6ab97d2285545d2250ce9e37913a46&dn=[FreeTutorials.Us] Udemy - spring-web-services-tutorial
磁力链接详情
Hash值:
28f3c9603a6ab97d2285545d2250ce9e37913a46
点击数:
175
文件大小:
1.12 GB
文件数量:
103
创建日期:
2018-1-5 15:17
最后访问:
2024-11-8 06:53
访问标签:
FreeTutorials
Us
Udemy
-
spring-web-services-tutorial
文件列表详情
01 Getting Started/001 Introduction.mp4 3.85 MB
01 Getting Started/003 One Thing You Should Do.mp4 4.31 MB
01 Getting Started/004 Course Overview.mp4 3.02 MB
01 Getting Started/005 Introduction To Github Repository.mp4 8.25 MB
01 Getting Started/006 Installing Basic Tools.mp4 2.18 MB
02 Introduction To Web Services/007 Introduction To Web Services - An Overview.mp4 615.5 KB
02 Introduction To Web Services/008 What is a Web Service_.mp4 5.43 MB
02 Introduction To Web Services/009 Important How Questions related to Web Services.mp4 5.33 MB
02 Introduction To Web Services/010 Web Services - Key Terminology.mp4 3.55 MB
02 Introduction To Web Services/011 Introduction to SOAP Web Services.mp4 3.86 MB
02 Introduction To Web Services/012 Introduction to RESTful Web Services.mp4 7.13 MB
02 Introduction To Web Services/013 SOAP vs RESTful Web Services.mp4 2.01 MB
03 Introduction to Spring Framework in 10 Steps/014 First 10 Steps in Spring - An Overview.mp4 2.44 MB
03 Introduction to Spring Framework in 10 Steps/015 Step 1 _ Setting up a Spring Project using htttp___start_spring_io.mp4 9.09 MB
03 Introduction to Spring Framework in 10 Steps/016 Step 2 _ Understanding Tight Coupling using the Binary Search Algorithm Example.mp4 16.73 MB
03 Introduction to Spring Framework in 10 Steps/017 Step 3 _ Making the Binary Search Algorithm Example Loosely Coupled.mp4 11.98 MB
03 Introduction to Spring Framework in 10 Steps/018 Step 4 _ Using Spring to Manage Dependencies - @Component_ @Autowired.mp4 26.82 MB
03 Introduction to Spring Framework in 10 Steps/019 Step 5 _ What is happening in the background_.mp4 17.55 MB
03 Introduction to Spring Framework in 10 Steps/020 Step 6 _ Dynamic auto wiring and Troubleshooting - @Primary.mp4 13.64 MB
03 Introduction to Spring Framework in 10 Steps/021 Step 7 _ Constructor and Setter Injection.mp4 12.42 MB
03 Introduction to Spring Framework in 10 Steps/022 Step 8 _ Spring Modules.mp4 7.91 MB
03 Introduction to Spring Framework in 10 Steps/023 Step 9 _ Spring Projects.mp4 6.42 MB
03 Introduction to Spring Framework in 10 Steps/024 Step 10 _ Why is Spring Popular_.mp4 6.32 MB
04 Introduction to Spring Boot in 10 Steps/025 First 10 Steps in Spring Boot - An Overview.mp4 2.93 MB
04 Introduction to Spring Boot in 10 Steps/026 Step 1 _ Introduction to Spring Boot - Goals and Important Features.mp4 9.82 MB
04 Introduction to Spring Boot in 10 Steps/027 Step 2 _ Developing Spring Applications before Spring Boot.mp4 6.64 MB
04 Introduction to Spring Boot in 10 Steps/028 Step 3 _ Using Spring Initializr to create.mp4 11.05 MB
04 Introduction to Spring Boot in 10 Steps/029 Step 4 _ Creating a Simple REST Controller.mp4 13.02 MB
04 Introduction to Spring Boot in 10 Steps/030 Step 5 _ What is Spring Boot Auto Configuration_.mp4 27.77 MB
04 Introduction to Spring Boot in 10 Steps/031 Step 6 _ Spring Boot vs Spring vs Spring MVC.mp4 11.1 MB
04 Introduction to Spring Boot in 10 Steps/032 Step 7 _ Spring Boot Starter Projects - Starter Web and Starter JPA.mp4 21.57 MB
04 Introduction to Spring Boot in 10 Steps/033 Step 8 _ Overview of different Spring Boot Starter Projects.mp4 7.8 MB
04 Introduction to Spring Boot in 10 Steps/034 Step 9 _ Spring Boot Actuator.mp4 35.05 MB
04 Introduction to Spring Boot in 10 Steps/035 Step 10 _ Spring Boot Developer Tools.mp4 14.02 MB
05 SOAP Web Services with Spring and Spring Boot/036 SOAP Web Services - An Overview.mp4 4.58 MB
05 SOAP Web Services with Spring and Spring Boot/037 Step 01 - Initialize a Spring Web Services application with Spring Boot.mp4 6.15 MB
05 SOAP Web Services with Spring and Spring Boot/038 Step 02 - Overview of creating SOAP Web Service using Contract First Approach.mp4 6.21 MB
05 SOAP Web Services with Spring and Spring Boot/039 Step 03 - Define Request and Response XML Structure.mp4 6.28 MB
05 SOAP Web Services with Spring and Spring Boot/040 Step 04 - Define XML Schema Definition (XSD) for Request - GetCourseDetailsReque.mp4 12 MB
05 SOAP Web Services with Spring and Spring Boot/041 Step 05 - Define XML Schema Definition (XSD) for Response - GetCourseDetailsResp.mp4 7.74 MB
05 SOAP Web Services with Spring and Spring Boot/042 Step 06 - More about XML Schema Definition and Implementing XSD Best Practices.mp4 8.15 MB
05 SOAP Web Services with Spring and Spring Boot/043 Step 07 - Introduction to Java API for XML Binding (JAXB) and Configuring JAXB 2.mp4 16.32 MB
05 SOAP Web Services with Spring and Spring Boot/044 Step 08 - Configuring an Endpoint for GetCourseDetailsRequest.mp4 12.74 MB
05 SOAP Web Services with Spring and Spring Boot/045 Step 09 - Spring Web Services Configuration - Message Dispatcher Servlet.mp4 10.41 MB
05 SOAP Web Services with Spring and Spring Boot/046 Step 10 - Spring Web Services Configuration - Generating WSDL.mp4 19.29 MB
05 SOAP Web Services with Spring and Spring Boot/047 Step 11 - Using Wizdler to execute SOAP Requests.mp4 9.62 MB
05 SOAP Web Services with Spring and Spring Boot/048 Step 12 - Implementing a service - Course Details Service - backend with in memo.mp4 18.92 MB
05 SOAP Web Services with Spring and Spring Boot/049 Step 13 - Implementing SOAP Web Service for GetAllCourseDetailsRequest.mp4 20.59 MB
05 SOAP Web Services with Spring and Spring Boot/050 Step 14 - Quick introduction to different parts of a WSDL.mp4 14.03 MB
05 SOAP Web Services with Spring and Spring Boot/051 Step 15 - Implementing SOAP Web Service for DeleteCourseDetailsRequest.mp4 8.56 MB
05 SOAP Web Services with Spring and Spring Boot/052 Step 16 - Improving the DeleteCourseDetailsRequest - Using an Enum for Status.mp4 15.18 MB
05 SOAP Web Services with Spring and Spring Boot/053 Step 17 - Exception Handling and SOAP Fault Responses.mp4 17.31 MB
05 SOAP Web Services with Spring and Spring Boot/054 Step 18 - Implementing Security for SOAP Web Services with WS Security.mp4 28.56 MB
06 RESTful Web Services with Spring and Spring Boot/055 RESTful Web Services - An Overview.mp4 5.86 MB
06 RESTful Web Services with Spring and Spring Boot/056 Step 01 - Initializing a RESTful Services Project with Spring Boot.mp4 11.29 MB
06 RESTful Web Services with Spring and Spring Boot/057 Step 02 - Understanding the RESTful Services we would create in this course.mp4 9.53 MB
06 RESTful Web Services with Spring and Spring Boot/058 Step 03 - Creating a Hello World Service.mp4 8.28 MB
06 RESTful Web Services with Spring and Spring Boot/059 Step 04 - Enhancing the Hello World Service to return a Bean.mp4 10.3 MB
06 RESTful Web Services with Spring and Spring Boot/060 Step 05 - Quick Review of Spring Boot Auto Configuration and Dispatcher Servlet.mp4 20.78 MB
06 RESTful Web Services with Spring and Spring Boot/061 Step 06 - Enhancing the Hello World Service with a Path Variable.mp4 6.2 MB
06 RESTful Web Services with Spring and Spring Boot/062 Step 07 - Creating User Bean and User Service.mp4 14.74 MB
06 RESTful Web Services with Spring and Spring Boot/063 Step 08 - Implementing GET Methods for User Resource.mp4 11.26 MB
06 RESTful Web Services with Spring and Spring Boot/064 Step 09 - Implementing POST Method to create User Resource.mp4 19.92 MB
06 RESTful Web Services with Spring and Spring Boot/065 Step 10 - Enhancing POST Method to return correct HTTP Status Code and Location.mp4 12.56 MB
06 RESTful Web Services with Spring and Spring Boot/066 Step 11 - Implementing Exception Handling - 404 Resource Not Found.mp4 11.84 MB
06 RESTful Web Services with Spring and Spring Boot/067 Step 12 - Implementing Generic Exception Handling for all Resources.mp4 29.09 MB
06 RESTful Web Services with Spring and Spring Boot/068 Step 13 - Exercise _ User Post Resource and Exception Handling.mp4 2.42 MB
06 RESTful Web Services with Spring and Spring Boot/069 Step 14 - Implementing DELETE Method to delete a User Resource.mp4 8.52 MB
06 RESTful Web Services with Spring and Spring Boot/070 Step 15 - Implementing Validations for RESTful Services.mp4 24.33 MB
06 RESTful Web Services with Spring and Spring Boot/071 Step 16 - Implementing HATEOAS for RESTful Services.mp4 18.55 MB
06 RESTful Web Services with Spring and Spring Boot/072 Step 17 - Overview of Advanced RESTful Service Features.mp4 1.34 MB
06 RESTful Web Services with Spring and Spring Boot/073 Step 18 - Internationalization for RESTful Services.mp4 19.8 MB
06 RESTful Web Services with Spring and Spring Boot/074 Step 19 - Content Negotiation - Implementing Support for XML.mp4 11.27 MB
06 RESTful Web Services with Spring and Spring Boot/075 Step 20 - Configuring Auto Generation of Swagger Documentation.mp4 9.73 MB
06 RESTful Web Services with Spring and Spring Boot/076 Step 21 - Introduction to Swagger Documentation Format.mp4 12.4 MB
06 RESTful Web Services with Spring and Spring Boot/077 Step 22 - Enhancing Swagger Documentation with Custom Annotations.mp4 18.65 MB
06 RESTful Web Services with Spring and Spring Boot/078 Step 23 - Monitoring APIs with Spring Boot Actuator.mp4 17.65 MB
06 RESTful Web Services with Spring and Spring Boot/079 Step 24 - Implementing Static Filtering for RESTful Service.mp4 11.77 MB
06 RESTful Web Services with Spring and Spring Boot/080 Step 25 - Implementing Dynamic Filtering for RESTful Service.mp4 15.74 MB
06 RESTful Web Services with Spring and Spring Boot/081 Step 26 - Versioning RESTful Services - Basic Approach with URIs.mp4 10.2 MB
06 RESTful Web Services with Spring and Spring Boot/082 Step 27 - Versioning RESTful Services - Header and Content Negotiation Approach.mp4 15.17 MB
06 RESTful Web Services with Spring and Spring Boot/083 Step 28 - Implementing Basic Authentication with Spring Security.mp4 11.82 MB
07 Introduction to JPA in 10 Steps/084 Introduction to JPA - An Overview.mp4 2.29 MB
07 Introduction to JPA in 10 Steps/085 Step 1 _ Object Relational Impedence Mismatch.mp4 7.62 MB
07 Introduction to JPA in 10 Steps/086 Step 2 _ World before JPA - JDBC_ Spring JDBC and myBatis.mp4 13.34 MB
07 Introduction to JPA in 10 Steps/087 Step 3 _ Introduction to JPA.mp4 7.95 MB
07 Introduction to JPA in 10 Steps/088 Step 4 _ Creating a JPA Project using Spring Initializr.mp4 12.6 MB
07 Introduction to JPA in 10 Steps/089 Step 5 _ Defining a JPA Entity - User.mp4 8.66 MB
07 Introduction to JPA in 10 Steps/090 Step 6 _ Defining a Service to manage the Entity - UserService and EntityManager.mp4 10.18 MB
07 Introduction to JPA in 10 Steps/091 Step 7 _ Using a Command Line Runner to save the User to database_.mp4 11.24 MB
07 Introduction to JPA in 10 Steps/092 Step 8 _ Magic of Spring Boot and In Memory Database H2.mp4 19.43 MB
07 Introduction to JPA in 10 Steps/093 Step 9 _ Introduction to Spring Data JPA.mp4 11.4 MB
07 Introduction to JPA in 10 Steps/094 Step 10 _ More JPA Repository _ findById and findAll.mp4 7.66 MB
08 Connecting RESTful Web Service to JPA/095 Step 29 - Overview of Connecting RESTful Service to JPA.mp4 3.16 MB
08 Connecting RESTful Web Service to JPA/096 Step 30 - Creating User Entity and some test data.mp4 11.48 MB
08 Connecting RESTful Web Service to JPA/097 Step 31 - Updating GET methods on User Resource to use JPA.mp4 12.18 MB
08 Connecting RESTful Web Service to JPA/098 Step 32 - Updating POST and DELETE methods on User Resource to use JPA.mp4 7.9 MB
08 Connecting RESTful Web Service to JPA/099 Step 33 - Creating Post Entity and Many to One Relationship with User Entity.mp4 11.4 MB
08 Connecting RESTful Web Service to JPA/100 Step 34 - Implementing a GET service to retrieve all Posts of a User.mp4 6.85 MB
08 Connecting RESTful Web Service to JPA/101 Step 35 - Implementing a POST service to create a Post for a User.mp4 10.9 MB
09 RESTful Web Services - Best Practices/102 Step 36 - Richardson Maturity Model.mp4 3.13 MB
09 RESTful Web Services - Best Practices/103 Step 37 - RESTful Web Services - Best Practices.mp4 2.93 MB
10 Congratulations/105 Congratulations.mp4 659.8 KB
其他位置