Bootstrap OJSAdmin

We need a way to get the security administration interface, OJSAdmin started. We will be able to get all future applications started by using OJSAdmin, but for OJSAdmin itself, we are going to take a couple steps to bootstrap the application. Did you realize we have been bootstrapping our applications this whole time, from Chapter 7 through Chapter 11? That's right, when we ran each application with a couple calls to putAppConnString() and another call to putConnections(), we were priming the pump and getting the application engine started with those password strings. The call to putConnections() entered a record in the appsec.v_app_conn_registry table that we could use from then on.

After our discussion of the register new ...

Get Expert Oracle and Java Security: Programming Secure Oracle Database Applications with Java now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.