Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I currently have a Library System UML and my question is: How do I implement a Proxy AND Adapter Pattern together? My goal is to

I currently have a Library System UML and my question is: How do I implement a Proxy AND Adapter Pattern together?

My goal is to create a service between the UI and the services and create another model layer for the public. The service is supposed to take the model coming in and translate it to the model the inner service needs.

Here is my starting idea (My UML is bigger but I left out the unnecessary info):

image text in transcribed

- I have the RealSubject which inherits from the TitleRecord Class --> which will retrieve the Title from the Repository class (which is a Singleton Class)).

How do I add the Adapter Pattern to my Proxy? An adapter pattern should convert an interface into one the client can use so if I were to implement the adapter, would the TitleRecord be the ConcreteAdapter and the Proxy be the Adaptee? I understand the Proxy aspect more, it is the Adapter Pattern that I am having trouble with implementing. I have been stuck on this for quite some time, help is much appreciated thank you!!

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

What is (are) the purpose(s) of maintaining a valid vendor file?

Answered: 1 week ago