Skip to content

Commit

Permalink
update W1 Lab 6 add simplified class overviews
Browse files Browse the repository at this point in the history
for articles and web-api
  • Loading branch information
thomassuedbroecker committed Dec 5, 2019
1 parent 189ab0f commit c4a33b3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion workshop/06-java-development.md
Expand Up @@ -641,7 +641,19 @@ Now, we've finished the **Replace the Node.js Authors microservice with a simple
---
Resources:
# Java Microservices simplified class overviews
The following class diagrams are only a simplified overview of the classes inside the Microservices.
* Articles
![articles-classoverview](images/classoverview-articles.jpg)
* Web-API
![WebAPI-classoverview](images/classoverview-webapi.jpg)
# Additional Resources:
* ['Simplest possible Microservice in Java'](../authors-java-jee/README.md)
* ['How to deploy a container to the IBM Cloud Kubernetes Service](https://suedbroecker.net/2019/03/05/how-to-deploy-a-container-to-the-ibm-cloud-kubernetes-service/)
Binary file added workshop/images/classoverview-articles.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added workshop/images/classoverview-webapi.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c4a33b3

Please sign in to comment.