You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SignedRequestMap provides an interface to different forms of the Map to handle casting craziness between different environments. (eg Websockets and JAX-RS).
However the client still needs to somehow know what to choose requiring assumed experience with the craziness. This should be improved to use some kind of creational pattern (factory perhaps) so the client just gets the right kind of Map and doesn't need to even know that there is craziness.
Also this moves all the specific knowledge code into the signed library, and future changes would probably not have changes also in clients, and be localised to the library and thus transparent to clients.
The text was updated successfully, but these errors were encountered:
SignedRequestMap
provides an interface to different forms of the Map to handle casting craziness between different environments. (eg Websockets and JAX-RS).However the client still needs to somehow know what to choose requiring assumed experience with the craziness. This should be improved to use some kind of creational pattern (factory perhaps) so the client just gets the right kind of Map and doesn't need to even know that there is craziness.
Also this moves all the specific knowledge code into the signed library, and future changes would probably not have changes also in clients, and be localised to the library and thus transparent to clients.
The text was updated successfully, but these errors were encountered: