Bookmarks tagged [specifications]
https://jcp.org/en/jsr/detail?id=346
Contexts and Dependency Injection for Java EE (CDI) 1.0 was introduced as part of the Java EE 6 platform, and has quickly become one of the most important and popular components of the platform.
- tags: java-ee, cdi, specifications
https://standards.mousepawmedia.com/csi.html
The CSI (Commenting Showing Intent) Commenting Standards refers to a style of code commenting which allows for the complete rewriting of a program in any language, given only the comments. It is also ...
- tags: comments, specifications
https://facebook.github.io/graphql/
Working Draft of the Specification for GraphQL created by Facebook.
- tags: graphql, specification, specifications
https://tools.ietf.org/html/rfc7519
Abstract
JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is used as the payl...
- tags: jwt, rfc, specifications