Remote Calling
Username:  
Password:
  > Home
v User Guide
    > Introduction
    > Hello World
    > Flow Control
    > Function Calls
    > Authentication
    > Database access
    > Content Management
    v Remote Calling
       o It is BEE calling
       o Client Connector
       o Server Connector
    > Object-Oriented
    > Other Features
> Reference
> Portal Object
> Development Guide


Shortcuts
sys Class
debug Class
Intrinsic Conversions
>> User Guide >> Remote Calling <=  =>      <  1  >  
Remote Calling

BEE is on the road to Web Services.  The main promise of the Web Services technology is distributive processing among software components on geographically separated machines of heterogeneous platforms.

The concept of a "connector" in the current implementation of BEE is experimental aiming at a Web Services model in the coming version.  A BEE Connector enables the client to send a request to the server without having to refresh the whole page.

For example, when you want to obtain new information (e.g. the next data record) or do a little processing on the server (e.g. check the price of a product), you will need to press a button to submit a form.  The server will send you back a whole new page even only a small part of it contains new information or processing result.

This all-or-nothing approach not only wastes time and bandwidth on the client side, but also increases server loading and causes other side-effect in page refreshing (such as incorrect page hit statistics and extra processing other parts of the page might have.)

With BEE, you can send a request to the server without refreshing the whole page to get the result.  Instead, the server will "call back" a client-script function (e.g. JavaScript) on the web page asynchronously to give the result.  (This is not yet Web Services, which would require server to server remote calling, but will lay the path leading to Web Services.)

 

Previous Page       Next Page

Accsoft Computer Technology Pty Ltd     ABN: 98 065 617 549
PO Box 892, Epping NSW 1710         Level 1, Epping Office Park, 242 Beecroft Rd, Epping NSW 2121, Australia
Tel: Sydney - (02)98691668     National - 1300-881668         Fax: (02)98691866
© Copyright 2003 Accsoft Computer Technology Pty Ltd