Modern applications are hard to get right. The tools, constraints, and possibilities are changing too fast. Oracle’s framework for application development simplifies the architectural decision-making so you can build and run apps that are highly available, resilient, fully secure, and compliant by using a set of design principles and technology recommendations.
Learn more about modern app development by exploring the reference application Universal Health Organization (UHO), available on GitHub. This application adheres to the principals and patterns of the Modern App Development Framework. In particular, it implements elements of the Web or Mobile, Messaging, and Event-driven architecture patterns. Check out the reference application to learn more about the modern app development principles and patterns.
Common requirements that apply to any modern application.
Align security policies with industry best practices and enforce them across the layers of the app stack. Ensure the confidentiality and integrity of data. Use privilege management to identify and manage who can perform certain tasks. Make it easy to detect and diagnose security events.
Make apps available 24/7/365 with no downtime, planned or otherwise.
Scale gracefully from tens to thousands to millions of users and handle increasing volumes of data—without needing to redesign the app in the future.
Provide the lowest latency and highest throughput required for the best possible user experience.
Rely on modern automation tools and methods for build and deployment processes. Avoid bottlenecks caused by the need for manual tasks.
Record performance metrics and monitor system performance for any degradation. Enable teams to automatically generate alarms when these measurements are outside expected boundaries.
When problems happen, ensure that apps recover gracefully, quickly restore lost functionality, prevent data loss, and don’t negatively impact user experience.
Run at the lowest possible total cost, balancing all the other requirements.
Ensure that application architecture adheres to open standards—which eases migration from on-premises to cloud, or across vendors.