Paseto Library for Java

A library for creating and parsing Paseto in Java. Contribute to paseto-toolkit/jpaseto development by creating an account on GitHub. Read more

Similar

Java Web Frameworks Index by RebelLabs

We've gathered the data at the following services: StackOverflow, LinkedIn, Github, and Google search, and unified it through a simple, but effective ranking formula. We rank: Spring, JSF, Dropwizard, Play framework, JHipster, Grails, GWT, Vaadin and more... (more…)

Read more »

Java Magic. Part 4: Sun.misc.Unsafe

Java is a safe programming language and prevents programmer from doing a lot of stupid mistakes, most of which based on memory management. But, there is a way to do such mistakes intentionally, using Unsafe class.

Read more »