MENUREADME | Examples
Attention: Each example has its own README with more details.
-
Ports and Adapters - Implements the Ports and Adapters pattern. It uses
Solid::Adapters::Interfaceto provide an interface from the application's core to other layers. -
Anti-Corruption Layer - Implements the Anti-Corruption Layer pattern. It uses the
Solid::Adapters::Proxyto define an interface for a set of adapters, which will translate an external interface (vendors) to the application's core interface. -
Solid::Rails::App - A Rails application (Web and REST API) made with
solid-adapters+solid-processthat uses the Ports and Adapters (Hexagonal) architectural pattern to decouple the application's core from the framework.