Posts

Showing posts from September, 2025

Software Development Lifecycle with Oracle APEX

Image
The software development lifecycle (SDLC) with Oracle APEX can take many forms. This blog post will give you an overview of four common scenarios. If you are interested to learn the details, I recommend reading the following paper from the APEX team: https://apex.oracle.com/go/lifecycle-technical-paper Author Steve Muench, Version 3.2, June 2025 1. Single environment, single developer In a situation where a single developer works directly against the production environment, the lifecycle couldn’t be simpler. In this scenario, you typically would create a working copy of the app in APEX, make changes, test and merge changes automatically back into the main app. You should regularly backup your app and the database in case you need to restore. This lifecycle is best suited for citizen developers and IT developers creating small and simple non-critical apps used by a few users. 2. Multiple environments, single developer When you’re working alone on different environments like developm...