> List of tutorials


Fat-Client-Development - Create a project for the base-classes

* For this document and all references (links) please obey the hints and regulations concerning copyright, disclaimer and trademarks.

  • The owner of this web-site (www.javascout.biz) is not responsible for the content of web-sites linked within this document or linked within other documents of www.javascout.biz.

  • If this document or other documents of this web-site (www.javascout.biz) infringes your rights or you think that rights of others (third parties) are infringed, please inform the author.
    An e-mail can be sent by clicking onto the 'hungry mailbox' in the upper right corner.

Last revision of this document:
2006-04-28

This step of the tutorial deals with the creation of a project for the base-classes and incorporating the created project into the 'Build-Path' of the project for the Fat-Client.

Preface:

This step has to be done, if you want to code the base-classes for Fat-Client-Development.

As an alternative you may download the jar-file with the base-classes and define this jar-file in the 'Build-Path'.
This is described in the document JS_FC01cb - Download the jar-file for the base-classes.

Credits:

None for this document; I developed all by myself ;-) .

Prerequisites:

Create the project (base-classes):

Add the base-classes as 'Source' in the 'Build Path' of the project for the Fat-Client:

To get to the configuration, select the project JS_FC01, then click the right mouse-button and on the menu popping up select >Properties.

Create the base-class for the Start-Frame (with no code for now):

This class contains code for variables and methods that can be reused for all individual developments.
The class created now can the be inhereted (therefore it is called base-class) by individual projects.

top.

Next Step: