Task: Secure a Service Using Java Dynamic Proxy

1. Task In this task, we 'll explore the Java dynamic proxy mechanism. In essence, we'll secure an application service using the JDK dynamic proxie...

Continue Reading

Securing a Service using Proxy Pattern

1. Overview In this article, we'll secure an existing service using the proxy pattern. We'll perform the authorization checks according to the curr...

Continue Reading

Caching a Service using Proxy Pattern

1. Overview In this tutorial, we'll introduce caching to an existing service using the proxy pattern. So the service calls will return the cached r...

Continue Reading