Robuta

https://www.oracle.com/java/technologies/javaee/api-design-implementation.html
The JDC is pleased to present two chapters from Inside Java 2 Platform Security, 2/e: Architecture, API Design and Implementation by Li Gong, Gary Ellison and...
inside javaplatform securitysecond editionapi designarchitecture
https://github.com/apache/dubbo/
The java implementation of Apache Dubbo. An RPC and microservice framework. - apache/dubbo
java implementationgithubapachedubbo
https://github.com/gazman-sdk/quadratic-sieve-Java
An efficient implementation of Quadratic Sieve in Java - gazman-sdk/quadratic-sieve-Java
quadratic sievegithubgazmansdkjava
https://github.com/nomemory/neat-chess
Java UCI Protocol implementation (Universal Chess Engine) - nomemory/neat-chess
uci protocolgithubneatchessjava
https://github.com/TooTallNate/Java-WebSocket
A barebones WebSocket client and server implementation written in 100% Java. - TooTallNate/Java-WebSocket
githubjavawebsocketbarebonesclient
https://github.com/alinush/catena-java
Our Java implementation of Catena, a Bitcoin-based consensus log (also known as a witnessing scheme, or non-equivocation scheme, or "micro-blockchain") -...
githubcatenajavaimplementation
https://github.com/GETobjects/GETobjects
A Java WebObjects API implementation spiced up w/ Zope concepts - GETobjects/GETobjects
githubjavawebobjectsapiimplementation
https://github.com/grpc/grpc-java
The Java gRPC implementation. HTTP/2 based RPC. Contribute to grpc/grpc-java development by creating an account on GitHub.
githubgrpcjavaimplementationhttp
https://www.eclipse.org/lists/asciidoc-wg/msg00096.html
asciidocwgimplementationjavajvm
https://www.programiz.com/dsa/stack
A stack is a useful data structure in programming. It is just like a pile of plates kept on top of each other. In this tutorial, you will understand the...
stack data structureimplementationpythonjava
https://teamtreehouse.com/community/java-data-structures-compareto-implementation-challenge-task-2-of-3
Matthew Germeyer is having issues with: My code compiles but I'm getting error message "Bummer: The compareTo method should always return 1". The directions...
data structuresjavaimplementationchallengetask
https://github.com/planetlabs/staccato
Java implementation of the STAC spec. Contribute to planetlabs/staccato development by creating an account on GitHub.
java implementationstac specgithubstaccato
https://opensource.com/article/22/3/simplify-java-persistence-implementation-kotlin-quarkus
This article demonstrates how Quarkus enables developers to simplify JPA implementation using Kotlin programming APIs for reactive Java applications.
simplifyjavapersistenceimplementationkotlin
https://github.com/cronn/ssh-proxy
Pure Java implementation for SSH port tunneling that understands ProxyJump and ProxyCommand - cronn/ssh-proxy
java implementationgithubcronnsshproxy
https://www.educative.io/courses/data-structures-with-generic-types-in-java/arrayqueue-an-array-based-queue
Learn how to implement an efficient FIFO queue using a circular array in Java, optimizing add and remove operations.
efficientarraybasedqueueimplementation