IntraWeb is a trademark of Atozed Software company software that implements technology for rapid application development using the IW library of components for the Internet and mobile applications in Delphi / C ++ , and there are versions for other programming languages ββsuch as Java , C ++ Builder and Delphi for .net .
Content
Description
The IntraWeb component library (also known as VCL for the Web) can be installed and used on Delphi development systems from versions 7.0 - 2009 and C ++ Builder .
The main difference from the standard VCL library is that it is designed exclusively for Web user interfaces. Like other VCL or CLX libraries , the IW library has a similar structure and programming method, but adds a unique IW prefix for components and modules, for example, Button - IWButton or Forms - IWAppForm .
IntraWeb 5.0 first appeared on the software market as part of the Borland Delphi 7.0 distribution with permission from Atozed Software .
IntraWeb, as a RAD tool, aims to reduce labor and save time for application developers . The main feature of the component library is the transfer to the web development area of the same technologies and skills that programmers used in Delphi or C ++ Builder to create ordinary desktop applications . Thus, it does not take a lot of time to master it and quickly begin to create full-fledged applications.
The client part of the IntraWeb application
The finished IntraWeb application is available to customers as a regular Web page loaded into Internet Explorer , Mozilla Firefox or Netscape Navigator .
Server-side IntraWeb-application
The server part of the IntraWeb application can be implemented as:
- operating system service
- Windows application
- IIS extension ( ISAPI extension )
In all implementations, the IntraWeb server supports:
- SSL
- storing state with session id
- user authentication means
- JavaScript code tools
See also
- Internet direct
- Visual component library