Obix programming language tutorial
Obix programming language tutorial
Table of Contents
Preface
I. How to create and execute code
1. How to execute a single instruction?
2. How to write and execute script files?
3. How to execute Java code in a script?
4. How to develop a standard PC application?
5. How to develop a web application?
Overview
Servlet web application
JSP web application
Further information
6. The
Obix developer console
II. Basic concepts and concepts for more reliable code
7. The 'Random arcs' application
Step 1: Create a new application
Step 2: Creating objects
Step 3: Unit testing
Advantages (so far)
Step 4: Making data more reliable and secure
Step 5: Object conversions and error handling
Step 6: File input/output
Step 7: Creating the 'random arcs' picture
Step 8: Testing the application
III. Interacting with applications (Command driven applications)
IV. Making objects persistent
List of Figures
7.1.
Obix programming language random arcs tutorial example
7.2.
Example of random arcs
7.3.
Example of random arcs