September 2011
Intermediate to advanced
468 pages
15h 37m
English
We are going to implement this entirely with Oracle database as the backend, of course running with the Oracle JVM. That means we have to deal with one important security aspect. To talk to Oracle database at all, we need to connect with a user and password. We will spend significant time addressing that issue.
In a nutshell, here is how we will do Application Authorization, which we will also refer to as Application Verification:
appver.Read now
Unlock full access