zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
[Tutorialsplanet.NET] Udemy - Java Web Services
magnet:?xt=urn:btih:1a2749b90649e7a76f1f5b5c732aa59e399dc1a5&dn=[Tutorialsplanet.NET] Udemy - Java Web Services
磁力链接详情
Hash值:
1a2749b90649e7a76f1f5b5c732aa59e399dc1a5
点击数:
142
文件大小:
3.78 GB
文件数量:
275
创建日期:
2020-8-11 17:06
最后访问:
2024-11-8 04:25
访问标签:
Tutorialsplanet
NET
Udemy
-
Java
Web
Services
文件列表详情
1. Software Setup , Troubleshooting and Notes/1. Install Java.mp4 5.46 MB
1. Software Setup , Troubleshooting and Notes/2. Spring Tool Suite Installation.mp4 5.03 MB
1. Software Setup , Troubleshooting and Notes/3. Configure JDK in Spring Tool Suite.mp4 3.16 MB
1. Software Setup , Troubleshooting and Notes/4. Install Postman.mp4 4.09 MB
1. Software Setup , Troubleshooting and Notes/5. Download the completed projects.mp4 2.18 MB
1. Software Setup , Troubleshooting and Notes/6. Install SoapUI.mp4 3.79 MB
1. Software Setup , Troubleshooting and Notes/7. Troubleshooting.mp4 25.26 MB
1. Software Setup , Troubleshooting and Notes/8. Lecture Notes for download.mp4 13.92 MB
1. Software Setup , Troubleshooting and Notes/9. If you want to Skip to REST Web Services.mp4 25.55 MB
10. Developing Bottom Up Web Services/1. Payment Gateway Legacy Application Use Case.mp4 7.93 MB
10. Developing Bottom Up Web Services/10. Section Summary.mp4 5.79 MB
10. Developing Bottom Up Web Services/2. Import the legacy project.mp4 6.69 MB
10. Developing Bottom Up Web Services/3. Mark the beans with JAXB Annotations.mp4 9.82 MB
10. Developing Bottom Up Web Services/4. Mark the Endpoint with JAX-WS annotations.mp4 3.95 MB
10. Developing Bottom Up Web Services/5. Publish the endpoint.mp4 3.64 MB
10. Developing Bottom Up Web Services/6. Run the application.mp4 7.58 MB
10. Developing Bottom Up Web Services/7. Test Using SoapUI.mp4 11.75 MB
10. Developing Bottom Up Web Services/9. SOAPUI Assignment.mp4 3.97 MB
11. WS Standards/1. Introduction.mp4 16.68 MB
11. WS Standards/10. Run the application.mp4 4.56 MB
11. WS Standards/11. Test.mp4 5.14 MB
11. WS Standards/14. Section Summary.mp4 9.22 MB
11. WS Standards/2. WS Standards Overview.mp4 32.06 MB
11. WS Standards/4. Username Token Authentication Steps.mp4 2.38 MB
11. WS Standards/5. Add maven dependency.mp4 3.1 MB
11. WS Standards/6. Configure the Interceptors.mp4 5.44 MB
11. WS Standards/7. Provide the Interceptor Properties.mp4 8.29 MB
11. WS Standards/8. Setup a in memory database.mp4 2.91 MB
11. WS Standards/9. Implement the handle method.mp4 5.04 MB
12. User Name Token Profile Client/1. Create the project.mp4 5.64 MB
12. User Name Token Profile Client/2. Generate the Stubs.mp4 29.49 MB
12. User Name Token Profile Client/3. Code the client.mp4 7.69 MB
12. User Name Token Profile Client/4. CXF Low Level Client API.mp4 12.07 MB
12. User Name Token Profile Client/5. Configure Properties.mp4 6.55 MB
12. User Name Token Profile Client/6. Create a Callback Handler.mp4 8.85 MB
12. User Name Token Profile Client/7. UT in Action.mp4 3.2 MB
13. MTOM/1. Introduction.mp4 2.71 MB
13. MTOM/2. Create the MTOM Project.mp4 3.64 MB
13. MTOM/3. Create the FileWs Interface.mp4 3.45 MB
13. MTOM/4. Create the FileWsImpl.mp4 7.16 MB
13. MTOM/5. Implement the download method.mp4 2.14 MB
13. MTOM/6. Publish the endpoint.mp4 4.4 MB
13. MTOM/7. Test using SoapUI.mp4 11.59 MB
14. JAX-WS Handlers/1. Introduction.mp4 25.85 MB
14. JAX-WS Handlers/10. SoapUI Test.mp4 31.67 MB
14. JAX-WS Handlers/11. The Handler Flow.mp4 20.68 MB
14. JAX-WS Handlers/12. getHeaders Explained.mp4 16.33 MB
14. JAX-WS Handlers/2. Two types of JAX-WS handlers.mp4 13.2 MB
14. JAX-WS Handlers/4. Usecase.mp4 2.05 MB
14. JAX-WS Handlers/5. Steps.mp4 2.02 MB
14. JAX-WS Handlers/6. Create the Handler Class.mp4 13.95 MB
14. JAX-WS Handlers/7. Implement the handleMessage method.mp4 19.12 MB
14. JAX-WS Handlers/8. Extract the Header.mp4 31.4 MB
14. JAX-WS Handlers/9. Configure the handler.mp4 3.68 MB
15. SOAP Faults/1. Introduction.mp4 8.59 MB
15. SOAP Faults/2. Usecase and Project.mp4 1.87 MB
15. SOAP Faults/3. Creating a SOAP Fault.mp4 11.47 MB
15. SOAP Faults/4. Create and throw a custom exception.mp4 9.5 MB
16. REST Web Services Concepts/1. Introduction.mp4 5.61 MB
16. REST Web Services Concepts/2. REST Overview.mp4 16.95 MB
16. REST Web Services Concepts/4. WHY RESTFul - The Advantages.mp4 22.16 MB
16. REST Web Services Concepts/6. When to use RESTFul Web Services .mp4 12.16 MB
16. REST Web Services Concepts/8. Section Summary.mp4 12.05 MB
17. RESTFul Design and Implementation/1. Introduction.mp4 10.41 MB
17. RESTFul Design and Implementation/10. Publish the endpoint.mp4 4.12 MB
17. RESTFul Design and Implementation/11. Test GET All.mp4 7.75 MB
17. RESTFul Design and Implementation/12. GET single patient.mp4 6.77 MB
17. RESTFul Design and Implementation/13. Create a Patient.mp4 7.01 MB
17. RESTFul Design and Implementation/14. Test Create.mp4 6.57 MB
17. RESTFul Design and Implementation/15. Update Patient.mp4 7.82 MB
17. RESTFul Design and Implementation/16. Test Update.mp4 5.21 MB
17. RESTFul Design and Implementation/17. Delete a Patient.mp4 8.87 MB
17. RESTFul Design and Implementation/2. REST Design.mp4 27.11 MB
17. RESTFul Design and Implementation/4. JAX-RS.mp4 16.81 MB
17. RESTFul Design and Implementation/6. Create the project.mp4 7.99 MB
17. RESTFul Design and Implementation/7. Create the classes and annotate them.mp4 11.01 MB
17. RESTFul Design and Implementation/8. Implement the init method.mp4 6.47 MB
17. RESTFul Design and Implementation/9. Implement the GET all patients method.mp4 7.74 MB
18. Configuring JSON Support/1. 2 - Steps to configure JSON Support.mp4 3.86 MB
18. Configuring JSON Support/2. Add Jackson dependencies.mp4 5.35 MB
18. Configuring JSON Support/3. Configure the jackson classes.mp4 6.69 MB
18. Configuring JSON Support/4. Use @Consumes and @Produces.mp4 4.43 MB
18. Configuring JSON Support/5. Test JSON Support.mp4 9.32 MB
18. Configuring JSON Support/6. REST Design and Implementation Summary.mp4 16 MB
19. REST Error Handling/1. Introduction.mp4 7.51 MB
19. REST Error Handling/2. Using JAXRS Exceptions.mp4 13.01 MB
19. REST Error Handling/3. Throw custom exception.mp4 9.93 MB
19. REST Error Handling/4. Create the ExceptionMapper.mp4 9.27 MB
19. REST Error Handling/5. Using a custom error message.mp4 11.36 MB
19. REST Error Handling/8. Section Summary.mp4 9.43 MB
2. Web Services - The Big Picture/1. Course Introduction.mp4 5.63 MB
2. Web Services - The Big Picture/2. Web Services Introduction.mp4 5.39 MB
2. Web Services - The Big Picture/4. SOA and Web Services.mp4 11.56 MB
2. Web Services - The Big Picture/6. Section Summary.mp4 13.17 MB
20. JAX-RS Cient API - Creating Java REST Clients/1. Introduction.mp4 28.29 MB
20. JAX-RS Cient API - Creating Java REST Clients/10. Section Summary.mp4 5.89 MB
20. JAX-RS Cient API - Creating Java REST Clients/2. JAX RS CLIENT API.mp4 2.99 MB
20. JAX-RS Cient API - Creating Java REST Clients/3. Create the project.mp4 12.95 MB
20. JAX-RS Cient API - Creating Java REST Clients/4. Retrieve the Patient by ID.mp4 15.93 MB
20. JAX-RS Cient API - Creating Java REST Clients/5. Pass parameters dynamiclly.mp4 7.69 MB
20. JAX-RS Cient API - Creating Java REST Clients/6. Update the Patient.mp4 10.48 MB
20. JAX-RS Cient API - Creating Java REST Clients/7. Create Patient.mp4 10.84 MB
20. JAX-RS Cient API - Creating Java REST Clients/8. Clean Up Resources.mp4 3.5 MB
20. JAX-RS Cient API - Creating Java REST Clients/9. Delete Assignment.mp4 2.12 MB
21. JAX-RS Injection/1. Introduction.mp4 4.67 MB
21. JAX-RS Injection/10. Read Cookies.mp4 6.06 MB
21. JAX-RS Injection/11. Section Summary.mp4 6.1 MB
21. JAX-RS Injection/2. REST Injection UseCase and Project Creation.mp4 2.3 MB
21. JAX-RS Injection/3. Create the Passenger Model and Service Classes.mp4 7.13 MB
21. JAX-RS Injection/4. Implement the REST layer.mp4 9.64 MB
21. JAX-RS Injection/5. Test the Passenger Service.mp4 5.87 MB
21. JAX-RS Injection/6. Use @QueryParam.mp4 8.56 MB
21. JAX-RS Injection/7. Use @FormParam.mp4 9.16 MB
21. JAX-RS Injection/8. Use @HeaderParam.mp4 4.47 MB
21. JAX-RS Injection/9. Use @Context.mp4 8.97 MB
22. Asynchronous REST/1. Introduction.mp4 14.71 MB
22. Asynchronous REST/10. Throwing Exceptions.mp4 3.83 MB
22. Asynchronous REST/11. Handling exceptions in the client.mp4 6.41 MB
22. Asynchronous REST/12. Section Summary.mp4 8.62 MB
22. Asynchronous REST/3. Create the Async REST project.mp4 3.26 MB
22. Asynchronous REST/4. Create the Java Classes.mp4 11.58 MB
22. Asynchronous REST/5. Implement the Async method.mp4 6.7 MB
22. Asynchronous REST/6. Use Threads.mp4 1.88 MB
22. Asynchronous REST/7. Create the client project.mp4 4.76 MB
22. Asynchronous REST/8. Create the client class.mp4 13.61 MB
22. Asynchronous REST/9. Run and Test.mp4 5.53 MB
23. REST and Spring Security/1. Introduction.mp4 13.05 MB
23. REST and Spring Security/2. Create the Spring Boot Project.mp4 15.94 MB
23. REST and Spring Security/3. Create the model class and services.mp4 28.05 MB
23. REST and Spring Security/4. Implement the endpoint methods.mp4 37.05 MB
23. REST and Spring Security/5. Publish the endpoint.mp4 20.93 MB
23. REST and Spring Security/6. Use the JAXB and JAX-RS annotations.mp4 16.98 MB
23. REST and Spring Security/7. Run the appllication.mp4 25.38 MB
23. REST and Spring Security/8. Configure Spring Security.mp4 34.3 MB
23. REST and Spring Security/9. Add support for post method.mp4 43.47 MB
24. OAuth Concepts/1. What is OAuth.mp4 19.87 MB
24. OAuth Concepts/3. Why , When and When Not to Use OAuth.mp4 13.78 MB
24. OAuth Concepts/5. OAuth Workflow - How.mp4 29.11 MB
24. OAuth Concepts/7. OAuth Google Play Ground.mp4 25.45 MB
24. OAuth Concepts/8. Section Summary.mp4 11.38 MB
25. REST Attachments/1. Introduction.mp4 22.75 MB
25. REST Attachments/10. Test the download.mp4 4.32 MB
25. REST Attachments/2. Method and URI Design.mp4 4.94 MB
25. REST Attachments/3. Create the Project.mp4 7.3 MB
25. REST Attachments/4. Code the Upload endpoint.mp4 9.47 MB
25. REST Attachments/5. Test upload using HTML.mp4 9.2 MB
25. REST Attachments/6. Create the Client Project.mp4 3.69 MB
25. REST Attachments/7. Code the java client.mp4 14.4 MB
25. REST Attachments/8. Test upload using java client.mp4 7.12 MB
25. REST Attachments/9. Code the Download REST endpoint.mp4 8.63 MB
26. Jersey Quick Start/1. Introduction.mp4 6.08 MB
26. Jersey Quick Start/2. Project Configuration.mp4 18.35 MB
26. Jersey Quick Start/3. Creating a REST Resource.mp4 20.24 MB
26. Jersey Quick Start/4. Creating a REST Client.mp4 18.19 MB
27. REST Using Spring MVC Quick Start/1. Introduction.mp4 4.79 MB
27. REST Using Spring MVC Quick Start/2. Spring MVC Flow.mp4 4.94 MB
27. REST Using Spring MVC Quick Start/3. Project Configuration.mp4 17.7 MB
27. REST Using Spring MVC Quick Start/4. Hello Spring REST.mp4 48.26 MB
27. REST Using Spring MVC Quick Start/5. Returning JSON Response.mp4 34.42 MB
28. REST and Database CRUD Operations/1. Usecase and Steps.mp4 51.24 MB
28. REST and Database CRUD Operations/10. Implement the ProductServiceImpl methods.mp4 26.8 MB
28. REST and Database CRUD Operations/11. Configure Spring Boot Properties.mp4 31.51 MB
28. REST and Database CRUD Operations/12. Add Jackson Dependency.mp4 13.7 MB
28. REST and Database CRUD Operations/13. Test CRUD.mp4 52.07 MB
28. REST and Database CRUD Operations/2. Install MySql and MySql workbench.mp4 41.48 MB
28. REST and Database CRUD Operations/3. Launch MySql workbench and create a database.mp4 12.73 MB
28. REST and Database CRUD Operations/4. Create DB Table.mp4 11 MB
28. REST and Database CRUD Operations/5. Create the Spring Boot Project.mp4 44.57 MB
28. REST and Database CRUD Operations/6. Create the Model Class.mp4 48.38 MB
28. REST and Database CRUD Operations/7. Create the Repository.mp4 20.16 MB
28. REST and Database CRUD Operations/8. Create the REST Web Services layer.mp4 34.21 MB
28. REST and Database CRUD Operations/9. Use JAX-RS annotations.mp4 40.05 MB
29. Interview Help and Wrap Up/1. SOAP VS REST.mp4 24.78 MB
29. Interview Help and Wrap Up/4. Slides used in the course.mp4 1.45 MB
29. Interview Help and Wrap Up/5. Please leave a rating.mp4 934.57 KB
3. XML and XML Schema Definition Crash Course/1. Introduction.mp4 20.85 MB
3. XML and XML Schema Definition Crash Course/10. XML Schema Hands On Usecase.mp4 4.09 MB
3. XML and XML Schema Definition Crash Course/11. XML Schema Hands On.mp4 48.21 MB
3. XML and XML Schema Definition Crash Course/12. Creating Simple Types.mp4 30.73 MB
3. XML and XML Schema Definition Crash Course/14. Controlling the Order Of Elements.mp4 30.82 MB
3. XML and XML Schema Definition Crash Course/15. Controlling the number of Elements.mp4 15.06 MB
3. XML and XML Schema Definition Crash Course/17. Meaning of the elementFormDefault attribute.mp4 10.34 MB
3. XML and XML Schema Definition Crash Course/18. Defining Attributes.mp4 8.5 MB
3. XML and XML Schema Definition Crash Course/19. Section Summary.mp4 12.43 MB
3. XML and XML Schema Definition Crash Course/2. What is XML.mp4 12.69 MB
3. XML and XML Schema Definition Crash Course/3. Why XML.mp4 13.81 MB
3. XML and XML Schema Definition Crash Course/4. When to use XML.mp4 11.3 MB
3. XML and XML Schema Definition Crash Course/5. What is XSD.mp4 11.15 MB
3. XML and XML Schema Definition Crash Course/6. When to use XSD.mp4 4.54 MB
3. XML and XML Schema Definition Crash Course/8. Namespaces.mp4 24.37 MB
30. Extras/1. JSON Introduction.mp4 19.91 MB
30. Extras/2. JSON Hands On.mp4 9.59 MB
30. Extras/3. JSON Parsing.mp4 13.81 MB
31. WSDL Creation/1. Usecase.mp4 4.7 MB
31. WSDL Creation/10. Define Service.mp4 4.03 MB
31. WSDL Creation/11. Resolve Errors.mp4 2.97 MB
31. WSDL Creation/2. Create the WSDL.mp4 4.97 MB
31. WSDL Creation/3. Define Schema Types.mp4 13.5 MB
31. WSDL Creation/4. Get Orders Request and Response.mp4 7.25 MB
31. WSDL Creation/5. Create Order Request and Response.mp4 4.85 MB
31. WSDL Creation/6. The Four Elements.mp4 6.38 MB
31. WSDL Creation/7. Define Messages.mp4 4.06 MB
31. WSDL Creation/8. Define Operations.mp4 3.49 MB
31. WSDL Creation/9. Define Binding.mp4 6.02 MB
32. CRUD Operations Using SOAP/1. Usecase.mp4 18.57 MB
32. CRUD Operations Using SOAP/10. Publish the endpoint.mp4 27.04 MB
32. CRUD Operations Using SOAP/11. Configure the properties.mp4 27.17 MB
32. CRUD Operations Using SOAP/12. Run and access the wsdl.mp4 17.9 MB
32. CRUD Operations Using SOAP/13. Test using SoapUI.mp4 32.81 MB
32. CRUD Operations Using SOAP/2. Install MySql and MySql workbench.mp4 41.29 MB
32. CRUD Operations Using SOAP/3. Launch MySql workbench and create a database.mp4 12.86 MB
32. CRUD Operations Using SOAP/4. Create DB Table.mp4 11.44 MB
32. CRUD Operations Using SOAP/5. Create the project.mp4 25.31 MB
32. CRUD Operations Using SOAP/6. Create the Data Access Layer.mp4 58.72 MB
32. CRUD Operations Using SOAP/7. Create the web services layer.mp4 22.37 MB
32. CRUD Operations Using SOAP/8. Implement the endpoint methods.mp4 26.95 MB
32. CRUD Operations Using SOAP/9. Mark the Endpoint with JAX-WS annotations.mp4 10.07 MB
4. SOAP Web Services Concepts/1. Introduction.mp4 6.73 MB
4. SOAP Web Services Concepts/10. WSDL File Explained.mp4 29.09 MB
4. SOAP Web Services Concepts/11. WSDL Binding Styles.mp4 113.97 MB
4. SOAP Web Services Concepts/13. Section Summary.mp4 19.92 MB
4. SOAP Web Services Concepts/2. SOAP Web Services Overview.mp4 6.82 MB
4. SOAP Web Services Concepts/4. SOAP Web Services Advantages and Disadvantages.mp4 5.96 MB
4. SOAP Web Services Concepts/6. When to use SOAP Web Services .mp4 3.06 MB
4. SOAP Web Services Concepts/8. SOAP.mp4 9.6 MB
5. SOAP Web Services Design and Implementation/1. Introduction.mp4 9.47 MB
5. SOAP Web Services Design and Implementation/2. SOAP Web Services Design Approaches.mp4 33.34 MB
5. SOAP Web Services Design and Implementation/4. Section Summary.mp4 9.62 MB
6. JAX-WS AND JAXB/1. JAX-WS.mp4 27.71 MB
6. JAX-WS AND JAXB/11. Marshalling and Unmarshalling.mp4 50.93 MB
6. JAX-WS AND JAXB/13. JAXWS Summary.mp4 5.95 MB
6. JAX-WS AND JAXB/14. JAXB Summary.mp4 8.04 MB
6. JAX-WS AND JAXB/3. JAXB Introduction.mp4 21.29 MB
6. JAX-WS AND JAXB/5. JAXB tools and plugins.mp4 29.88 MB
6. JAX-WS AND JAXB/6. Steps to generate stubs from XML Schema.mp4 26.71 MB
6. JAX-WS AND JAXB/7. Generate the Stubs.mp4 54.46 MB
6. JAX-WS AND JAXB/8. Customize Generated Code Using Binding File.mp4 40.58 MB
6. JAX-WS AND JAXB/9. Stubs Walk Through.mp4 53.08 MB
7. Apache CXF/1. Introduction.mp4 22.6 MB
7. Apache CXF/10. Change the web application context.mp4 6.21 MB
7. Apache CXF/11. Test using SoapUI.mp4 6.18 MB
7. Apache CXF/12. Enable Logging Feature.mp4 5.16 MB
7. Apache CXF/13. Using Spring Boot 2.X.mp4 44.73 MB
7. Apache CXF/14. Change the Context Property.mp4 7.08 MB
7. Apache CXF/15. Section Summary.mp4 6.27 MB
7. Apache CXF/2. Apache CXF Overview.mp4 20.87 MB
7. Apache CXF/4. CXF and Spring Boot.mp4 5.85 MB
7. Apache CXF/5. Spring Boot.mp4 3.28 MB
7. Apache CXF/6. Create the SOAP project.mp4 13.2 MB
7. Apache CXF/7. Create the endpoint.mp4 5.93 MB
7. Apache CXF/8. Create the configuration class.mp4 8.67 MB
7. Apache CXF/9. Run the application.mp4 7.06 MB
8. Developing Top Down Web Services/1. Usecase.mp4 5.01 MB
8. Developing Top Down Web Services/10. Implement the createOrders method.mp4 5.57 MB
8. Developing Top Down Web Services/11. Publish the endpoint.mp4 3.09 MB
8. Developing Top Down Web Services/12. Enable Logging Feature.mp4 2.62 MB
8. Developing Top Down Web Services/13. Run the application.mp4 3.06 MB
8. Developing Top Down Web Services/14. Test using SoapUI.mp4 8.95 MB
8. Developing Top Down Web Services/15. WSDL First Web Service Assignment.mp4 16.49 MB
8. Developing Top Down Web Services/16. Section Summary.mp4 4.32 MB
8. Developing Top Down Web Services/2. Steps to create WSDL First Web Service.mp4 1.01 MB
8. Developing Top Down Web Services/3. Create the WSDL First project.mp4 5.81 MB
8. Developing Top Down Web Services/4. WSDL Creation.mp4 61.7 MB
8. Developing Top Down Web Services/5. Generate the Stubs.mp4 11.96 MB
8. Developing Top Down Web Services/7. Create the CustomerOrders Service.mp4 10.42 MB
8. Developing Top Down Web Services/8. Implement the init method.mp4 12.95 MB
8. Developing Top Down Web Services/9. Implement the getOrders method.mp4 5.2 MB
9. Java SOAP Client/1. Introduction.mp4 1.77 MB
9. Java SOAP Client/2. Create the Java Client Project.mp4 5.32 MB
9. Java SOAP Client/3. Retrieve the WSDL.mp4 3.92 MB
9. Java SOAP Client/4. Generate the Stubs.mp4 5.45 MB
9. Java SOAP Client/5. Implement the client.mp4 14.72 MB
9. Java SOAP Client/6. Assignment.mp4 1.02 MB
9. Java SOAP Client/7. Flow and the Service Provider Mechanism.mp4 26.47 MB
9. Java SOAP Client/9. Section Summary.mp4 5.31 MB
其他位置