I might take another stab at implementing an #ActivityPub server in #Java. I got too bogged down by trying to create a fancy AP reference counting system in SQL, and trying to create concrete Java objects for every AP object type.
If I use JsonNode
instead while building it out and use a simpler storage solution, I might actually be able to get somewhere.