196 DCE Replacement Strategies
10.1 Scenario description
The scenario in this chapter demonstrates mixed Java and C replacement
strategies for an application that has direct dependencies on secure DCE RPC
services as well as the DCE login, authorization, and PAC services. The
motivation for using this migration scenario might be for an application with a
large amount of existing business logic written in C but with all future
development to be in Java. The chapter is organized as follows:
The first section discusses the initial application with its DCE dependencies
and how these dependencies are removed.
The example application with its DCE dependencies is explained in section
10.2, “DCE application” on page 203.
Section 10.3, “Replacement ...