September 2011
Intermediate to advanced
468 pages
15h 37m
English
All our code for accomplishing Oracle database and Java security will reside in a single Java class (there are some small exceptions; we will have some separate Java classes for testing our processes). As we walk through the remaining chapters of this book, we are going to develop security code in phases, adding layers and concepts as we progress. Our single Java class will grow over time.
Our class will be called OracleJavaSecure, and we will define it in a package called orajavsec. Because we do not have a single version of this file, we are going to have multiple directories (one per chapter) where different versions of this Java code reside. This will make compiling and running a bit more difficult, ...
Read now
Unlock full access