A Day in the Life : Workday Architecture
Workday Architecture Workday architecture majorly works based on the four core services which include, OMS, User Interface, Integration, and Persistence. Today’s Workday architecture may be a bit complex to understand, but the following image gives you a clear glance of Workday Architecture. Let’s have a brief overview of each Workday architecture component: Object Management Services (OMS) Object Management Service is a cluster of services that serves as an in-memory database. It also facilitates hosting for business logic for all Workday applications. OSM also provides a runtime environment for XpressO which is an application programming language helpful for implementing Workday business logic. The OSM cluster is implemented in Java and runs within Apache Tomcat. OMS works closely with the Analytics service. Persistence Services Persistence Services offers a NoSQL database for documents and a SQL database for business objects. The OSM loads all business objects into the SQL database ...