For which is a backing file often used?
Reveal answer
Fill a bubble to check yourself
For which is a backing file often used?
perform authentication
back-up a portal context
load resources into the JNDI
initialize a database connection
Backing files in portal frameworks serve as initialization and lifecycle management resources. They are commonly used to perform authentication checks when a portlet is accessed, as well as to handle context initialization and cleanup. The other options describe different mechanisms: backing up portal contexts uses different utilities, JNDI resource loading occurs through configuration, and database connections use connection pools or datasources.