Friday, June 20, 2014

JDev/ADF sample - ADF BC Reserved Mode for DB Connection Critical Applications

  • ADF BC Reserved Mode for DB Connection Critical Applications. With this post I would like to explain how you can control ADF BC mode and switch from default managed to reserved mode and back. With default managed mode, there is no guarantee in ADF BC for DB connection to stay assigned for the user session. Why it is highly recommended to design your ADF application in such way to be compatible with default managed mode, there are exceptional scenarios when we want to guarantee DB connection to stay the same between requests. Reserved mode allows to guarantee DB connection and there is a way to switch between modes on runtime. You can read more in ADF developer guide - 40.4 Setting the Application Module Release Level at Runtime.
    Download - ReservedModeADFApp.zip

No comments: