Skip to content

Commit

Permalink
Update rest-concepts.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jlouvel authored Nov 13, 2024
1 parent 1e18ac1 commit 6d4f6c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/tutorials/2.5/rest-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nav_order: 4
Let's step back a little and consider typical web architectures from a
REST point of view. In the diagram below, ports represent the connector
that enables the communication between components which are represented
by the larger boxes. The links represents the particular protocol (HTTP,
by the larger boxes. The links represent the particular protocol (HTTP,
SMTP, etc.) used for the actual communication.

![](images/tutorial04.png)
Expand All @@ -22,7 +22,7 @@ client connectors to send requests to Web Server A and the Mail Server.
# Components, virtual hosts and applications

In addition to supporting the standard REST software architecture
elements as presented before, the Restlet framework also provides a set
elements as presented before, Restlet Framework also provides a set
of classes that greatly simplify the hosting of multiple applications
within a single JVM. The goal is to provide a RESTful, portable and more
flexible alternative to the existing Servlet API. In the diagram below,
Expand Down

0 comments on commit 6d4f6c0

Please sign in to comment.