This document discusses a resource-oriented framework that uses dependency injection (DI), aspect-oriented programming (AOP), and representational state transfer (REST) principles. It introduces the authors and their backgrounds. It then explains that the framework called BEAR.Sunday offers three object frameworks: 1) a DI framework that uses annotations for dependency injection, 2) an AOP framework that allows separating cross-cutting concerns using aspects, and 3) a hypermedia framework that treats objects as resources and allows them to have RESTful web service capabilities through URIs, links, and representations.