Learnings from Constellation Architecture
https://community.pega.com/blog/introduction-constellation-architecture
Introduction to Constellation architecture
Pega Constellation is a true center-out way of creating software
UI architecture
Constellation UI architecture shifts the way of how you deliver an experience to your users.
With the new client-side engine, orchestration of views is done in the browser itself.
the Infinity server no longer has to send big sets of data to the user's device – instead, it can limit the payload to small, data-driven packets.
Constellation metrics show as much as a 7x smaller network payload and 3x faster interactions
Required - well defined granular API (necessary to enable the frontend engine to communicate flawlessly with backend services)
Front end developers - extend by introducing custom components and own corporate design systems. Even enables web developers to just use the Pega API alone, and add any web-standard frontend (React, Angular, etc.)
web-standard frontend - HTML, CSS, and JavaScript are front-end (or client-side) languages, which means they are run by the browser to produce a website front-end
New UX and low-code authoring experience
- End-users receive consistent experience across different processes and applications
- Case Type design is focused on business logic
- The application are configured (not customized), allowing for upgrades, easier adoption of new features, and an as-a-service approach.
Constellation design system
True Center-out architecture
With Pega Constellation, a true Center-out approach is made possible - create business-specific user journeys (userstory) that can be expanded more quickly in the future
Post a Comment