Additional Software |
Congratulations on your choice of NetExpress, the most productive tool for developing distributed applications. NetExpress is a complete, integrated development environment for Internet applications. You can create Web forms, and generate a complete working program to handle them. Then you simply add your business logic to the program. You can also generate a complete Web application from an existing application.
NetExpress has all the tools and facilities to create, develop, build and test Web applications. It even includes a personal Web server.
You can also use NetExpress for developing distributed applications that have a Windows user interface.
NetExpress also enables you to use new component-based technologies like Microsoft's COM/DCOM and ActiveX, OMG's CORBA-based technologies, and Sun Microsystems' Java Beans to build enterprise components.
In this book, we will generally simply say "Windows" as an abbreviation for Windows 95, Windows 98, and/or Windows NT 4.0.
Apart from this Getting Started book, all the documentation is online only. You get to it from the Windows Start menu, or from NetExpress's Help menu. This Getting Started book is both online and in printed book form. All necessary instructions for installing NetExpress are displayed by the installation utility, Setup.
Let's start with a brief description of the major parts of NetExpress. Once you're familiar with these you will be ready to start using NetExpress. The chapters Using NetExpress onward are a tutorial that takes you through all the major parts:
The main window, with pulldown menus, in which you edit, compile and debug your code, and via which you access most of the NetExpress tools. This is often referred to as the IDE, for Integrated Development Environment.
A file detailing all the files in your application, and how they should be compiled and linked. A project is very easy to create, and enables you to compile and link the entire application with a single mouse-click. You should create a project for every application, even the simplest.
A set of tools that enable you to convert, browse, edit and create data files used by an application. You can examine data files to see how an application has updated them, or create and edit a file to provide test data for an application. Files can be in any COBOL format and you can view them at both the record and field levels.
The tool you use for creating the user interfaces for your Web applications. You specify your Web forms, and it generates the necessary files.
The tool you use to create Web applications. It does virtually all the writing of HTML pages and coding of COBOL to handle these pages for you. You can create an application in three ways:
A WYSIWYG form editor, which you use to design forms for your Web-based applications.
Web server software to run on your own computer. You use it for testing your Web applications.
The tool you use to create Windows-based applications. You use this to create a screenset, in which details of windows and dialog boxes are stored, and to generate a COBOL program to handle them.
The tool you use to design windows and dialog boxes for your Windows-based applications. You can also write procedures for handling events.
A popular Source Code Control System (SCCS). It gives multiple users controlled access to source code stored centrally on a server. It stores changes in the form of deltas so that it can re-create successive versions of a file. NetExpress includes most of the commonly used functionality of PVCS.
The tool you use to deploy NetExpress applications to a UNIX server. It also provides tools to allow the complete development of UNIX applications using NetExpress.
Copyright © 1998 Micro Focus Limited. All rights reserved.
This document and the proprietary marks and names
used herein are protected by international law.
Additional Software |