Please enable JavaScript.
Coggle requires JavaScript to display documents.
Java Topic in EPAM Program, Java, Microservices, Messaging, I would remove…
-
Java
-
-
-
Web Development Core
-
-
-
Exception and Error Handling in web-applications (web.xml error pages, try-catch in servlets)
-
-
-
-
-
-
-
Web-services
Architectural style REST, REST API
-
-
-
-
-
-
-
Working in IDEs
Introduction to IDE concepts (Editor, Compiler, Debugger, Build tools)
-
-
-
-
-
-
-
-
-
Logging
-
Logging Frameworks in Java (java.util.logging, SLF4J, Logback, Log4j / Log4j2)
-
-
-
-
-
-
-
-
-
-
-
Microservices
-
Data Management
Business Transactions, SAGA pattern
-
-
-
-
-
-
-
-
-
I would remove Spring REST project. It exists, for documenting REST services, and less used. Students may think about "Spring REST" it is about writing REST services with Spring MVC.
Messaging - I would remove it from the microservices topic. I think messaging is a topics on its own, which includes messaging patterns, messaging protocols, and massage brokers.
Not easy to define its category: communication in distributed systems, or system integration.
API versioning, API Documentation, can we move them to REST services?