Difference between revisions of "Midware Components Reference"
Jump to navigation
Jump to search
| (2 intermediate revisions by 2 users not shown) | |||
| Line 13: | Line 13: | ||
|- | |- | ||
|valign="top" | [[image:TRequestBroker.gif]] [[Midware_TRequestBroker | TRequestBroker]] |||| | |valign="top" | [[image:TRequestBroker.gif]] [[Midware_TRequestBroker | TRequestBroker]] |||| | ||
| + | |- | ||
| + | |valign="top" | [[image:TServerObject.gif]] [[Midware_TServerObject | TServerObject]] |||| TServerObject is the ancestor (abstract class) for all objects responsible for doing the application server work. | ||
|} | |} | ||
Latest revision as of 14:32, 9 May 2011
Main page -> Midware component reference
| Communication kernel for all MidWare application servers. | ||
| Client side component to connect to the application server. | ||
| TClientWSocket is a specialized TWSocket used to handle client connection with application server. | ||
| TMWBuffer implement data storage and formatting for transmission. Data exchanged between client and server is exactly TMWBuffer content, byte for byte. | ||
| TMWTable component is much like standard Delphi TTable or TQuery components. | ||
| TServerObject is the ancestor (abstract class) for all objects responsible for doing the application server work. |