Skip to content

Latest commit

 

History

History
101 lines (45 loc) · 5.01 KB

README.md

File metadata and controls

101 lines (45 loc) · 5.01 KB

jetty-questions

Small projects created on my way to Jetty nirvana

The files are public domain - unless there is a different note (by their respective authors) on the top of some files.

Screenshots

FcmAppContext:

screenshot

FcmNotRegistered:

screenshot

Echo based on Jetty WebSocket Client API example:

screenshot

JacksonParsingDemo a Java console app to try the Jackson ObjectMapper

screenshot

JettyMavenHelloWorld:

screenshot

JettyMavenHelloWarApp:

screenshot

(Does not use Jetty yet) TlsPskClient based on Java Bouncy Castle TLS PSK example by Tiebing:

screenshot

(Does not use Jetty yet) TlsPskClient2 based on a Bouncy Castle testcase

screenshot

(Does not use Jetty yet) TlsPskServer based on a Bouncy Castle testcase

(Does not use Jetty yet) TlsPskServer2 based on a Bouncy Castle testcase

screenshot

Videochat based on WebRTC Cookbook:

screenshot

WebsocketHandler based on jetty-project/embedded-websocket-echo-examples by Joakim Erdfelt and includes Linux config files for systemd service and port forwarding 80 -> 8080:

screenshot

WebsocketServlet:

screenshot

WebSocketWarApp:

screenshot

WssEmbedded listens on ws://127.0.0.1:8080 and wss://127.0.0.1:8443:

screenshot

jakartaee-hello-world add a Jakarta EE10 project:

screenshot

jetty-mac-opcode-7 demonstrates the "Unknown opcode: 7" problem on macOS with Jetty 100:

screenshot

StackOverflow

My Jetty-related questions at StackOverflow