BAEL-3091: The Prototype Pattern in Java (changed code based on valid comments from a reader)

This commit is contained in:
Vivek Balasubramaniam
2019-10-29 22:27:15 +05:30
parent db85c8f275
commit d3d5b060e7
20517 changed files with 1642290 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
## Server
This module contains articles about server libraries.
### Relevant Articles:
- [Embedded Jetty Server in Java](https://www.baeldung.com/jetty-embedded)
- [Introduction to Netty](https://www.baeldung.com/netty)
- [Exceptions in Netty](https://www.baeldung.com/netty-exception-handling)
- [Programmatically Create, Configure and Run a Tomcat Server](https://www.baeldung.com/tomcat-programmatic-setup)
- [Creating and Configuring Jetty 9 Server in Java](https://www.baeldung.com/jetty-java-programmatic)
- [Testing Netty with EmbeddedChannel](https://www.baeldung.com/testing-netty-embedded-channel)
- [MQTT Client in Java](https://www.baeldung.com/java-mqtt-client)
- [Guide to XMPP Smack Client](https://www.baeldung.com/xmpp-smack-chat-client)
- [A Guide to NanoHTTPD](https://www.baeldung.com/nanohttpd)