Skip to content

Commit

Permalink
Update listen-web-browser.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jlouvel authored Nov 13, 2024
1 parent 6d1ad76 commit 1e18ac1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions documentation/tutorials/2.5/listen-web-browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ section: tutorials
version: '2.5'
nav_order: 3
---
Now, we want to see how the Restlet framework can listen to client
Now, we want to see how the Restlet Framework can listen to client
requests and reply to them. We will use the internal Restlet HTTP server
connector (even though it is possible to switch to others such as the
one based on Mortbay's Jetty) and return a simple string representation
"hello, world" as plain text. Note that the Part03 class extends the
base ServerResource class provided by Restlet:
one based on Eclipse Jetty for production workloads) and return a simple
string representation "hello, world" as plain text. Note that the Part03
class extends the base ServerResource class provided by Restlet:

<pre class="language-java"><code class="language-java">public class Part03 extends ServerResource {

Expand Down

0 comments on commit 1e18ac1

Please sign in to comment.