Results 1 to 4 of 4

Thread: Object Oriented Middleware

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2008
    Posts
    8

    Object Oriented Middleware

    I'm reading this book:

    IT Architectures and Middleware: Strategies for Building Large, Integrated Systems (Unisys Series) (ISBN: 0201709074) by Britton & Bye

    and in Ch 3 it talks about OO middleware and Component Modules (M$oft's COM+). The book talks about 4 different types of server objects:

    Proxy Objects
    Agent Objects
    Entrypoint Objects
    Callback objects

    Being a non-programmer, I'm trying to understand these concepts. Tell me if I'm missing the target (quotes are from the book followed by my interpretations) and an example if you can provide one:

    Proxy Object - "stands in for an object". In the line of code:
    Code:
    AccountSet.GetAccount return AccountRef
    AccountRef is the proxy object. It is a reference to a return value that can replace any calls to AccountSet.GetAccount.

    Agent Objects - "providing an agent on the server that acts on the clients behalf." An Iterator - the agent object knows that the client will have to navigate through rows and indexes of records, so instead of making the client call that procedure each time a row is updated, the Iterator does it automatically and returns the final result to the client.

    Entrypoint Object - "an object for finding other objects". In VB Studio, when you type in an object, it auto-populates with subroutines or procedures that can be accessed through the Entrypoint, or patriarchical, object.

    Call-back objects - "reverse interface from server to client, so the server can send unsolicited data...For instance, GUI Buttons, Lists, and Text input fields are all types of controls in Windows and controls fire events." I can't recall precisely what an event is - I think it's the behaviour of the function based on the input parameters. I'm still really unclear on what a call-back is.

    I appreciate your interpretations and please suggest any links that I can better understand this. The wikis just aren't cutting it for me.

  2. #2
    Frenzied Member CoachBarker's Avatar
    Join Date
    Aug 2007
    Location
    Central NY State
    Posts
    1,121

    Re: Object Oriented Middleware

    Don't have an answer but was wondering; Morrisville, taught by Prof Klingaman, good luck.
    Thanks
    CoachBarker

    Code Bank Contribution
    Login/Manage Users/Navigate Records
    VB.Net | C#

    Helpful Links: VB.net Tutorial | C Sharp Tutorial | SQL Basics

  3. #3

    Thread Starter
    New Member
    Join Date
    Aug 2008
    Posts
    8

    Re: Object Oriented Middleware

    Ha - yeah I'm just trying to get a head start on some of the material. I'm actually doing a lot better than I thought. You were Net Admin ?

    Edit: Oh yeah I remember you - saw your pic on your moville personal webpage. I was in 380 w/ you but I couldn't hang so I dropped Hope you're makin' the bucks in app soft
    Last edited by CITA430; Sep 7th, 2008 at 07:06 PM.

  4. #4
    Frenzied Member CoachBarker's Avatar
    Join Date
    Aug 2007
    Location
    Central NY State
    Posts
    1,121

    Re: Object Oriented Middleware

    Software Development, one of Paines proteges. Not making the big bucks yet, but getting there soon.
    Thanks
    CoachBarker

    Code Bank Contribution
    Login/Manage Users/Navigate Records
    VB.Net | C#

    Helpful Links: VB.net Tutorial | C Sharp Tutorial | SQL Basics

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width