Handling Java 8 Objects and MongoDB ObjectId in Jersey RESTful

This is basically how MongoDB ensures uniqueness of entity ids across multiple machines and also within local machine processes. Here is a very nice explanation if you’re interested: http:… Read more

Similar

New JEP Would Simplify Java Type Variance

A new JEP Candidate proposes to facilitate the handling of type variance in Java. The new proposal, potentially targeting Java 10, would add a means for specifying the default variance in the definition of generic types, different to the current style of ...

Read more »