These are fundamentals for any professional Java developer to understand, even the old concepts, these can become handy in legacy projects! These concepts will come to you eventually regardless which Java framework you will decide to work with.
All course material from Java Web Development Under The Hood by Matt Greencroft from legendary Virtual Pair Programmers.
Contains my own notes to better learning experience with some course content.
If the content sparked 🔥 your interest, please consider buying the course and start learning 📖
This repository is made with Eclipse, therefore it will include configuration files which are related to this IDE this approach will be favored for now. ⚙️
Insert certificate here when completed
Note: The material provided in this repository is only for helping those who may get stuck at any point of time in the course. It is very advised that no one should just copy the solutions(violation of Honor Code) presented here.
- Section 1: Module 1 - Module 1 ✔️
- Section 2 - Introduction
- Section 3 - Servlets
- Section 4 -
- Section 5 -
- Section 6 -
- Section 7 -
- Section 8 -
- Section 9 -
- Section 10 -
- Section 11 -
- Section 12 -
- Section 13 -
- Section 14 -
- Section 15 -
- Section 16 -
- Section 17 -
- Section 18 -
- Section 19 -
- Section 20 -
- Section 21 -
All course material from SOAP Web Services by Java Brains with little bit of mixing new stuff, since this is old tutorial and many relevant technologies were deprecated or disappeared at time when i proceeded thought this. Comment section rocks! Contains my additional notes and some extra videos to make it more content rich experience. We be using JAX-WS standard and Java for this.
If the content sparked 🔥 your interest, please consider starting the course and start learning 📖.
This repository is made with Eclipse, therefore it will include configuration files which are related to this IDE this approach will be favored for now. ⚙️
Note: The material provided in this repository is only for helping those who may get stuck at any point of time in the course. It is very advised that no one should just copy the solutions(violation of Honor Code) presented here.
- 01 - SOAP Web Services - Introduction To Web Services ✔️
- 02 - SOAP Web Services - Web Service Jargon ✔️
- 03 - SOAP Web Services - Writing a Web service Client: Stub generation ✔️
- 04 - SOAP Web Services - Writing a Web service Client: Calling the Service ✔️
- 05 - SOAP Web Services - Setting up Java EE 7 SDK ✔️
- 06 - SOAP Web Services - Writing a Web Service: Eclipse setup ✔️
- 07 - SOAP Web Services - Writing a Web Service: Code and Deploy ✔️
- 08 - SOAP Web Services - Adding Input Arguments ✔️
- 09 - SOAP Web Services - Service First and Contract First Web Services ✔️
- 10 - SOAP Web Services - Understanding the WSDL ✔️
- 11 - SOAP Web Services - Customizing the WSDL ✔️
- 12 - SOAP Web Services - Schema Types and Binding Styles ✔️
- 13 - SOAP Web Services - Service Interface and Custom Types ✔️
- 14 - SOAP Web Services - Using JAXB Annotations Part 1 ✔️
- 15 - SOAP Web Services - Using JAXB Annotations Part 2 ✔️
- 16 - SOAP Web Services - Handling Faults ✔️
- 17 - SOAP Web Services - Using SoapUI ✔️
- 18 - SOAP Web Services - Using Web Service Explorer ✔️
- 19 - SOAP Web Services - Using Endpoint ✔️
- 20 - SOAP Web Services - wsimport Revisited ✔️
- SOAP with Spring
This repository is trying to be one place quest for understanding REST API Design/Development. Contains my own notes with some course material. This course servers as start, but later might add even more resources.
Learn the REST API Concepts, Design best practices, Security practices, Swagger 2.0/OAI, Hands-on API Management by Rajeev Sakhuja.
Official answers
If the content sparked 🔥 your interest, please consider buying the course and start learning 📖
Note: The material provided in this repository is only for helping those who may get stuck at any point of time in the course. It is very advised that no one should just copy the solutions(violation of Honor Code) presented here.
- Section 01 - Setting the stage ✔️
- Section 02 - Evolution of RESTful services. ✔️
- Section 03 - REST API Architectural Constraints. ✔️
- Section 04 - Designing REST API ✔️
- Section 05 - REST API Error Handling Patterns ✔️
- Section 06 - REST API Handling Change - Versioning Patterns ✔️
- Section 07 - REST API Cache Control Patterns ✔️
- Section 08 - REST API Response Data Handling Patterns ✔️
- Section 09 - REST API Security
- Section 10 - REST API Specifications using Swagger 2.0 / OAI ✔️
- Section 11 - API Management ✔️
- Section 12 - Goodbye & All the Best ✔️
- Profile API - LinkedIn.
- SpotifyAPI.
- Crash Course on API design.
- Write some mockup Swagger API documentation.
- Read thought RFC2616 - Hypertext Transfer Protocol -- HTTP/1.1.
- Read thought RFC7617 - Basic Auth.
- Read thought RFC7519 - JSON Web Token (JWT).
- Read thought RFC6749 - OAuth 2.0 (OAuth2).
- Do JWT also in Spring.
- Do RPC call with GWT.
- Do some partial response test with GraphQL.