0
votes
1answer
6 views
How to use the Facade.Instance method without object construction?
I only recently completed a unit on software patterns and am now attempting to comprehend the PureMVC framework. One thing has got my stumped however, something which is simple to the gurus here.
I'm …
0
votes
0answers
6 views
Providing a unified interface to heterogenous implementations
I am considering the implementation of a caching subsystem that acts as a facade for heterogenous cache implementations.
The immediately obvious disadvantage with this approach is that you lose …
1
vote
1answer
23 views
How to subscribe to an event inside a facade class
I have two projects 1: windows forms project and 2: a business logic project that recursively walks the file system looking for specific files.
I want the windows project to subscribe to an event …
1
vote
3answers
79 views
Monitoring and logging strategy for a “facade webservice”?
I'm working on a "facade webservice" and I need to rethink part of it.
The context - my webservice (let's call it "FacadeWebservice") is an internal webservice developed to hide other webservices …
1
vote
1answer
84 views
Should I use a façade over 3rd party assemblies?
We are compiling a list of common functions and methods into a utilities assembly. Part of this utilities assembly is to provide a façade over the Enterprise Library Logging Block. The utility …
2
votes
3answers
200 views
How to hide __methods__ in python?
Hi, I just wondered, how to hide special
__.*__
methods in python*? Especially I am using an interactive python interpreter with tab-completion, and I would like to display only the methods my …
1
vote
5answers
1k views
What are the advantages and disadvantages of the Session Façade Core J2EE Pattern?
What are the advantages and disadvantages of the Session Façade Core J2EE Pattern?
What are the assumptions behind it?
Are these assumptions valid in a particular environment?
