https://github.com/afarber/jetty-questions
Small projects for asking at Stackoverflow and jetty-users
https://github.com/afarber/jetty-questions
java jetty stackoverflow
Last synced: 7 months ago
JSON representation
Small projects for asking at Stackoverflow and jetty-users
- Host: GitHub
- URL: https://github.com/afarber/jetty-questions
- Owner: afarber
- Created: 2016-05-25T07:15:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T07:20:27.000Z (8 months ago)
- Last Synced: 2024-10-21T10:24:29.799Z (8 months ago)
- Topics: java, jetty, stackoverflow
- Language: JavaScript
- Homepage: https://jetty.org
- Size: 44 MB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](https://github.com/afarber/jetty-questions/tree/master/FcmAppContext):

[FcmNotRegistered](https://github.com/afarber/jetty-questions/tree/master/FcmNotRegistered):

[Echo](https://github.com/afarber/jetty-questions/tree/master/Echo) based on [Jetty WebSocket Client API example](https://www.eclipse.org/jetty/documentation/current/jetty-websocket-client-api.html):

[JettyMavenHelloWorld](https://github.com/afarber/jetty-questions/tree/master/JettyMavenHelloWorld):

[JettyMavenHelloWarApp](https://github.com/afarber/jetty-questions/tree/master/JettyMavenHelloWarApp):

(Does not use Jetty yet)
[TlsPskClient](https://github.com/afarber/jetty-questions/tree/master/TlsPskClient) based on [Java Bouncy Castle TLS PSK example by Tiebing](http://tiebing.blogspot.de/2013/09/java-bouncy-castle-tls-psk-example.html):
(Does not use Jetty yet)
[TlsPskClient2](https://github.com/afarber/jetty-questions/tree/master/TlsPskClient2) based on [a Bouncy Castle testcase](https://github.com/bcgit/bc-java/tree/master/core/src/test/java/org/bouncycastle/crypto/tls/test)
(Does not use Jetty yet)
[TlsPskServer](https://github.com/afarber/jetty-questions/tree/master/TlsPskServer) based on [a Bouncy Castle testcase](https://github.com/bcgit/bc-java/tree/master/core/src/test/java/org/bouncycastle/crypto/tls/test)(Does not use Jetty yet)
[TlsPskServer2](https://github.com/afarber/jetty-questions/tree/master/TlsPskServer2) based on [a Bouncy Castle testcase](https://github.com/bcgit/bc-java/tree/master/core/src/test/java/org/bouncycastle/crypto/tls/test)
[Videochat](https://github.com/afarber/jetty-questions/tree/master/Videochat) based on [WebRTC Cookbook](https://www.packtpub.com/product/webrtc-cookbook/9781783284450):

[WebsocketHandler](https://github.com/afarber/jetty-questions/tree/master/WebsocketHandler) based on [jetty-project/embedded-websocket-echo-examples](https://github.com/jetty-project/embedded-websocket-echo-examples) by Joakim Erdfelt and includes [Linux config files](https://github.com/afarber/jetty-questions/tree/master/WebsocketHandler/linux) for systemd service and port forwarding 80 -> 8080:

[WebsocketServlet](https://github.com/afarber/jetty-questions/tree/master/WebsocketServlet):

[WebSocketWarApp](https://github.com/afarber/jetty-questions/tree/master/WebSocketWarApp):

[WssEmbedded](https://github.com/afarber/jetty-questions/tree/master/WssEmbedded) listens on ws://127.0.0.1:8080 and wss://127.0.0.1:8443:

[jakartaee-hello-world](https://github.com/afarber/jetty-questions/tree/master/jakartaee-hello-world) add a [Jakarta EE10](https://start.jakarta.ee) project:

[jetty-mac-opcode-7](https://github.com/afarber/jetty-questions/tree/master/jetty-mac-opcode-7) demonstrates the "Unknown opcode: 7" problem on macOS with Jetty 100:


[My Jetty-related questions at StackOverflow](http://stackoverflow.com/search?q=user:165071+[jetty])