Borland Developer Network

Borland Delphi Partner CD

Delphi

Full

MidWare

ALL

MidWare (ID #22465)


OverByte

MidWare is a set of component to build multi-tiers client/server applications using TCP/IP communication.

There are components for server side and other components for client side. MidWare take care of communication between client and server.

At server side, you write your business rules in so called "TServerComponent". You application server is just MidWare AppServer and RequestBroker components with a collection of your TServerObject implementing your business rules. You can access any database type you like. Midware is not tied to any.

At client side, you have a component to connect to the application server. It is used to send of query data. There is another TDataSet dervied component which will do the interface between MidWare and your standard data-aware components (such as DBGrid and DBEdit) you use to build the user interface.

Client build with MidWare are thin client with zero installation. No BDE is required, nor any database component.

MidWare works equaly well on a LAN/WAN or on the internet. It uses a single TCP port and can be used accross a SOCKS proxy.

Install MidWare

MidWare home page