Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.86 KB

specifications.md

File metadata and controls

30 lines (24 loc) · 1.86 KB

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.


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 ...


https://facebook.github.io/graphql/

Working Draft of the Specification for GraphQL created by Facebook.


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...