REST

Representational State Transfer (REST), a term coined by Roy Fielding in his Ph.D. dissertation, is characterized by a network of web pages (a virtual state-machine), where the user progresses through an application by selecting links (state transitions), resulting in the next page (representing the next state of the application) being transferred to the user and rendered for their use.
Maturity Estimate: 
Unspecified