{{theTime}}

Search This Blog

Total Pageviews

J2EE Integration Patterns: Data Access Object

Problem: Encapsulate data access and manipulation in a separate layer
features;
Decouple persistence storage mechanism with rest of the application
Click here to see class & sequence diagrams

No comments:

Setup AWS Application Load Balancer Https

Setting up HTTPS for an AWS Application Load Balancer (ALB) involves configuring an HTTPS listener, deploying an SSL certificate, and defini...