resourceorientierte
Resource-Oriented is a design philosophy and architectural approach used in the development of web services and APIs. It is based on the idea that the key abstraction of information in the system is a resource, which is any information that can be named. This approach is often used in the context of Representational State Transfer (REST), a popular architectural style for designing networked applications.
In a resource-oriented system, each resource is identified by a unique Uniform Resource Identifier (URI). Resources
One of the key principles of resource-oriented design is the use of hypermedia controls, which are links
Resource-oriented design is often contrasted with other architectural styles, such as Remote Procedure Call (RPC) or