In this tutorial, we’ll see the difference between JAX-RS and Spring MVC for REST API development.
Also find me here:
Baeldung Author
Simone Cusimano
Tech Lead and Master Degree in Computer Science. Passionate about Software Architecture, Distributed Systems, Clean Code and Agile Practices. A firm believer that high ethical standards and team synergy among coworkers lead to optimal performance.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring (1)
- REST (1)
- Jakarta EE (1)
- Gradle (1)
Dependency Management in Gradle
Filed under Gradle
Learn to manage dependencies in Gradle.
Baeldung on Computer Science
- All
- Software Architecture (2)
- Programming (1)
- Networking (1)
- Core Concepts (1)
Service Discovery in Microservices
Filed under Software Architecture
An introduction to Service Discovery in the context of microservices.
API Gateway vs. Reverse Proxy
Filed under Networking
Learn about the API Gateway and the Reverse Proxy.
Microservices and Cross-Cutting Concerns
Filed under Programming, Software Architecture
Learn about common cross-cutting concerns in a microservices architecture.
Difference Between Layers and Tiers
Filed under Core Concepts
Software can be thought of as having both layers and tiers. These concepts are often mixed up. We explore how the layers represent the logical architecture while the tiers represent the deployment architecture.