Re: Off loading the providers



I am thinking that it would have been better for the architecture of
the provider pattern to be implemented with interfaces instead of
abstract classes in order to have better capability for location
transparency. Maybe I am missing something about the remoting mechanism
or maybe that is where the problem is and perhaps WCF solves this, but
for now I am disappointed since I think this would have been easy to
off load with COM, where an interface is an interface is an interface
wherever the 80X86 bits may lie. Kind of a drag that I have to be
someone's descendent to be able to telecommute as opposed to having
to work in person.
Is probably a better topic for the remoting group now.

.



Relevant Pages

  • Re: [PHP] What is the practical use of "abstract" and "interface"?
    ... If your code doesn't have an API and clear separation of parts, then neither abstract classes nor interfaces are useful to you. ... If you're not writing OOP code, then neither is of any use to you as both are OOP concepts. ... All component A needs to know about component B is that it implements interface Foo, meaning that you know, absolutely, that you can call $b->fooand get back a string and $b->barand get back a database connection, because the interface says so. ...
    (php.general)
  • Re: PHP5 Bug?? extended abstract type enforcement
    ... >> Abstract classes can never be instantiated, only implementations can. ... >> wrong interface, ... from which lists are derived. ...
    (comp.lang.php)
  • Re: Adding member property to abstract class
    ... I just had the wrong syntax when I added the field (I must have been ... error, and because I'm new to abstract classes, I /assumed/ that they ... >> actually implementing the method in the interface. ... its methods act as defaults that handle the requirements of the ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Ensuring a method exists
    ... Pascal Costanza ha escrito: ... When different classes offer similar functionality and you want ... Interface types are more flexible than class types because the former ... which is an especification of abstract classes in C++. ...
    (comp.lang.lisp)
  • Re: Ensuring a method exists
    ... Pascal Costanza ha escrito: ... When different classes offer similar functionality and you want ... Interface types are more flexible than class types because the former ... which is an especification of abstract classes in C++. ...
    (comp.lang.lisp)