Skip to content

Instantly share code, notes, and snippets.

@theotherian
theotherian / SQL for iPhone messages
Last active August 29, 2015 14:08
SQL for iPhone messages
SQL for iPhone messages
@theotherian
theotherian / Spring STOMP chat
Last active December 30, 2023 04:15
Spring STOMP chat
Spring STOMP chat
@theotherian
theotherian / Jackson Mixins and Modules
Last active August 29, 2015 13:56
Using Jackson Mixins and Modules to fix serialization problems
Using Jackson Mixins and Modules to fix serialization problems
@theotherian
theotherian / Jersey Client 1.x Example
Last active September 3, 2022 06:08
Setting up a Jersey 1.x client
Setting up a Jersey 1.x client
@theotherian
theotherian / Strong Soft Weak and Phantom References
Last active January 1, 2016 22:19
Different reference types in Java can be confusing
What does it mean?
@theotherian
theotherian / Binary Serialization Shootout Part 1
Last active January 1, 2016 04:29
A serialization shootout
JSON vs Smile vs Kryo
Guava is just better with JMX
@theotherian
theotherian / Non-Blocking Guava Cache
Last active September 7, 2018 19:46
Blocking on cache reads beyond the first is just plain rude in my opinion, so refresh in the background.
Blocking on cache reads beyond the first is just plain rude in my opinion...
@theotherian
theotherian / Handlebars Helper Functions with Jersey
Last active December 24, 2015 04:58
A way to map Handlebars helper functions on the server side within a Jersey resource
A way to map Handlebars helper functions on the server side within a Jersey resource
@theotherian
theotherian / Jersey ServerSide connector
Last active February 15, 2017 13:05
In memory request handling on the server side with Jersey
It's possible to handle requests in memory with Jersey client