Programming and Databases

Size: px
Start display at page:

Download "Programming and Databases"

Transcription

1

2 Programming and Databases SECOND EDITION Joy T. de Jesus, Jr. Lesley Abe, M.S. Ma. Sheila A. Magboo, M.S. Vincent Peter C. Magboo, M.D., M.S. Jaime D.L. Caro, Ph.D. i

3 Trademark of TechFactors Inc. by TechFactors Inc. All rights reserved. No part of this courseware may be reproduced or copied in any form, in whole or in part, without written consent of the copyright owner. Fourth printing of the second edition, 2015 ISBN Published by TechFactors Inc. Printed in the Philippines Authors Joy T. de Jesus, Jr., Lesley Abe, M.S., Ma. Sheila A. Magboo, M.S., and Vincent Peter C. Magboo, M.D., M.S. Series Editor Jaime D.L. Caro, Ph.D. Cover Design Gilbert Lavides Content and Editorial Alvin Ramirez, Frances Ibañez, M.A., and Alexander Lim, MBA Creatives Jiyas Suministrado, Gilbert Lavides, and Regina Zapata Systems Kim Benebese, Caseylyn Dionisio, and Mark Abliter Exclusively distributed by TechFactors Inc. 101 V. Luna Road Ext., Sikatuna Village Diliman, Quezon City 1101 Philippines Telephone number: (632) address: Website: I.C.Topia is an independent publication and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation or any company stated herein. All other trademarks are registered trademarks of their respective companies. ii

4 FOREWORD The difference between high school students who are introduced to practical computing proficiencies and those who are not is their capacity to carry-over what they ve learned about information technology into college and consequently apply them, resulting in more productivity inside and outside of the school environment. The TechFactors I.C.Topia courseware series gives high school students the means to make this happen with the use of the Department of Education (DepEd) curriculum. The I.C.Topia courseware is a complete system for learning specific skill sets in relation to popular productivity applications used at home, the office, and in school. Such programs both proprietary and open source have been selected and highlighted in the series of books as integrated subjects in the lessons. Each I.C.Topia book title is carefully chosen for its relevance to current trends of use. They combine applications and defined output processes specifically for their related aspects of use. Word processing, desktop publishing, and office applications are the basis for the office productivity courseware; Web development and javascripting are used for the Internet learning set; programming and database are taken up in the software development kit; and lastly, digital photography, videography, and project management comprise the multimedia production book. As a server- and Internet-based courseware series, I.C.Topia gives the benefit of onthe-go-learning that s relevant in today s interconnected world. It serves to develop practical know-how and adeptness in using networks during the skills-mastery process. I.C.Topia serves to produce productive graduates in a country that grows to be more technologically-dependent, connected, and conscious of projecting it s presence to the rest of the world. Jaime D.L. Caro, Ph.D. Series Editor iii

5 ABOUT THE AUTHORS Joy T. de Jesus, Jr. is currently working as a full-time anlayst/programmer at Rizal Commercial Banking Corporation. He specializes in ATM-based and ATM-related systems. He has served as trainer and content developer of Techfactors Inc., co-authoring the following books: Office Productivity, IT Project Management, Java Programming By Example, Animation in a Flash, and C++ Programming Fundamentals. He studied Computer Science major in Software Technology at De La Salle University and pursued further studies at Mapua Information Technology Center. Lesley Abe, M.S. holds a Master of Science in Computer Science degree from De La Salle University and graduated cum laude with a Bachelor in Information Technology from the Polytechnic University of the Philippines. She is an experienced educator in Computer Science and Information Technology. She now works parttime as faculty of De La Salle University Main College of Computer Studies and is also an IT consultant for various companies. Prof. Ma. Sheila A. Magboo, M.S. is an Assistant Professor at the Mathematical and Computing Sciences Unit, Department of Physical Sciences and Mathematics, University of the Philippines Manila where she teaches file processing, database systems, software engineering, systems analysis and design, introduction to bioinformatics, among others, both at the undergraduate and graduate level. She has also handled several short courses at UPITTC and served as guest lecturer at TechFactors on several occasions. She is currently Program Manager of a research project named Virholex or Virus-Host Interaction Lexicon, a comprehensive information system envisioned for use by research groups studying virus-host interaction dynamics with a systems biology approach. Sheila earned her BS Mathematics degree at the University of the Philippines Manila and her MS Information Technology at De La Salle University. Her current research interest is on the development of web-based applications in the field of systems biology and bioinformatics. Dr. Vincent Peter C. Magboo, M.D., M.S. is an Associate Professor and former Chair of the Mathematical and Computing Sciences Unit, Department of Physical Sciences and Mathematics, University of the Philippines Manila where he teaches statistics, differential equations, calculus, algebra, discrete mathematics, computer organization, software engineering, practicum, research methods, introduction to bioinformatics, among others, both at the undergraduate and graduate level. He spearheaded the institution of revisions in the existing BS Computer Science curriculum by creating two tracks, the BS Computer Science Major in Health Informatics and the BS Computer Science Major in Statistical Computing, as well as the institution of a new graduate program, the Master of Science in Health Informatics. He frequently serves as statistics consultant to medical doctors undergoing research and regularly presents posters at the National Academy of Science and Technology. He earned his BS Mathematics and Master of Statistics degree at the University of the Philippines Diliman and his Doctor of Medicine with specialization in Nuclear Medicine at the University of Santo Tomas. iv

6 ABOUT THE SERIES EDITOR Jaime D.L. Caro, Ph.D. has more than 20 years of experience in education and research in the areas of Computer Science, Information Technology, and Mathematics. He received the degrees of Bachelor of Science major in Mathematics (cum laude) in 1986, Master of Science in Mathematics in 1994, and Doctor of Philosophy in Mathematics in 1996, all from the University of the Philippines Diliman. He spent a year as a post doctorate research fellow at the University of Oxford from 1997 to He is presently Assistant Vice President for Development of the University of the Philippines, Program Director of the UP Information Technology Training Center (UP ITTC), and a professor of Computer Science in UP Diliman. He is an honorary member of the Philippine Society of Information Technology Educators (PSITE), President of the Computing Society of the Philippines (CSP), and a member of the Technical Panel on Information Technology Education of the Commission on Higher Education (CHED). Dr. Caro is a recognized expert on Complexity Theory, Combinatorial Network Theory, Online Communities, and e-learning. v

7 TABLE OF CONTENTS Lesson 01: Getting Acquainted with Java 3 Designs Goals Behind the Java Language Versions of Java Lesson 02: Understanding the Java Program 9 Programming Java with BlueJ Creating Java Programs with BlueJ Compiling Your Program Using BlueJ Executing Your Program Using BlueJ What Can Go Wrong and Some Common Programming Errors Analyzing Welcome.java Analyzing Main.java Lesson 03: Java Names and Labels 22 Java Keywords Identifiers Data Types Variables Constants Casting Lesson 04: Connecting Data Through Operators 32 Operators Operator Precedence Lesson 05: Conditions for Decisions 46 If Statement If-Else Statement Nested-If Statement Switch Statement vi

8 Lesson 06: Loops and Exceptions 56 What Are Loops? For Loop While Loop Do-While Loop Nested Loops What Are Exceptions? Error-Handling Try and Catch Statements Lesson 07: Creating Classes 70 Classes Methods Inheritance Method Overloading Overriding Lesson 08: Arranging with Arrays 89 Single-Dimensional Arrays Array of Objects Lesson 09: Introduction to Databases 97 What Is a Database? Hierarchy of Data in a Database Why Use a Database? What Is a Database Management System? Lesson 10: Introducing MySQL and phpmyadmin 104 What Is MySQL? MySQL Data Types MySQL STRING Data Type MySQL NUMERIC Data Type MySQL DATE and TIME Data Type Designing Our Sample Database: My Friends Database Lesson 11: Introducing phpmyadmin 113 What Is phpmyadmin? Creating a MySQL Database from phpmyadmin Adding Records vii

9 Editing Records Deleting Records Displaying the Contents of My Database Lesson 12: More MySQL and phpmyadmin 123 Altering the Structure of My Table Making a Backup of My MySQL Database Dropping a Database Restoring My Database from the Backup Querying My MySQL Database Lesson 13: SQL 140 What is SQL? The Data Definition Language (DDL) The Data Manipulation Language (DML) The Data Control Language (DCL) Making Our Java Programs Access a Database Lesson 14: Accessing MySQL Databases with JDBC 158 JDBC and the MySQL Connector/J Registering MySQL Connector/J in BlueJ Accessing the MySQL Database with a Simple Java Program Lesson 15: Sample Java Program Accessing a Database 172 Sample Application: Friends Database Displaying Friend Information (Display.java) Adding a New Friend (Insert.java) Lesson 16: Updating and Deleting 196 Updating a Friend s Record (Update.java) Deleting a Friend s Record (Delete.java) Conclusion Expand 210 viii

10 INTRODUCTION In this course, the student will find object-oriented programming using Java enjoyable. Basic Java concepts and principles are discussed, alongside with the explanation of sample executable programs. The student does not need prior knowledge of any programming language to understand Java. And learning Java does not end after going through this courseware. Additional information, samples, and references can be found in various resources such as the Internet. The student will also be trained in the various concepts and models necessary to store, manipulate and handle data using MySQL. This will involve creating forms and reports from queries based on data present in an existing database. LEARNING GOALS By the end of this courseware, the student is expected to: 1. Appreciate Java as a programming language. 2. Define commonly used terms in object-oriented programming such as classes and objects. 3. Apply the different language elements and constructs of Java to solve simple programming problems. 4. Create a database using MySQL through phpmyadmin. FORMATTING CONVENTIONS Italics used to distinguish filenames, directories, or class names Boldface used to indicate important terms in the lesson Courier used to represent Java syntaxes DISCLAIMER Every effort has been made to make this courseware as accurate as possible, but no warranty or fitness is implied. The authors and publishers shall have neither liability nor responsibility to any person or entity with respect to any loss or damage arising from the information contained herein. 1

11 2

12 LESSON 01 Getting Acquainted with Java Object-oriented programming ( OOP for short) was conceived to model real-world objects. In OOP, a class defines the common variables (attributes) and methods (functions) of a set of objects. An object is an instance of a class. For example, all humans have common attributes: name, age, birthday, etc.; and functions: getting old or growing up. CLASS OBJECT name Andres Bonifacio age 33 birthday November 30, 1863 At the end of this lesson, the student will be able to: 1. Compile and run a sample program in Java using an IDE. 2. Debug common errors. 3. Define classes and objects. Benefits of Java Java is simple The Java programming language was designed to make OOP easier. Once you understand how components in a program are treated as objects, you will find Java fairly simple. In addition, using other predefined and more complex components will be effortless since they are implemented and utilized in the same way. Java is reliable Java is reliable because it excludes some components that are error-prone. It also provides a way for programmers to anticipate and handle errors in their program. 3 Philippine Copyright 2009

13 Getting Acquainted with Java Java is dynamic Java makes it possible to reuse previously written programs to lessen the workload of a programmer. Aside from this, it also allows programmers to make revisions, additions, and alterations to a program without affecting other programs that might already be using it. Classes are loaded while the program is run either from your own computer, from another computer in your network, or from a computer connected to the Internet. Java is used in networking The Java language has many classes to facilitate Internet communications. Java classes can be loaded in most browsers to facilitate secure transactions over the Internet. Java is secure Java ensures that a program can go only where it was designed to go. It eliminates the possibility of altering system data unintentionally. During program execution, the Java Virtual Machine makes sure that loaded classes cannot access the file system except in the manner permitted by the client or the user. Java is free NOTE Java can be downloaded from the Internet for FREE. Just visit The sample programs in this book were compiled using J2SE SDK. We suggest that you acquire the same version to avoid getting errors due to some version differences of Java compilers. Java is portable Java codes have the filename extension.java. When compiled, a class file with.class extension is created. This file can then run on any machine which has the Java Virtual Machine, thus, making it portable. Java-enabled devices such as mobile phones are commonly used today. This means that programs developed in Java can be loaded and used in these devices. 4

14 Java code (*.java) Java Compiler bytecodes (*.class) Java Virtual Machine MAC PC UNIX Java codes written once can be executed almost anywhere. Compiling and Executing a Java Program Using an IDE In this book, BlueJ an Integrated Development Environment (IDE) that is freely available on the Internet was used to compile and run the Java applications provided. To download it, type this in your browser: NOTE Download the appropriate version depending on the computer that you have. Before you install BlueJ, check the system requirements to make sure that BlueJ can run properly on your PC. For BlueJ 1.3 and above, you need a PC with a Pentium II processor or its equivalent and 64 MB main memory. However, it is better to have a PC with a 400MHz Pentium III processor or above and 128 MB main memory for BlueJ to run smoothly. Also, you need to install J2SE or newer first before installing BlueJ. Let s use BlueJ to compile and run our Java applications: 1. Run BlueJ by double-clicking the BlueJ icon on the desktop or running it from Start > All Programs > BlueJ > BlueJ. Getting Acquainted with Java 5

15 Getting Acquainted with Java If this is your first time to run BlueJ, you will see the following screen: 2. Click Advanced so that the BlueJ window looks similar to the one below. 3. Click Browse for a specific Java Version and browse to the bin directory within your Java installation folder. Click on the file named java and click Open. 6

16 4. Click the Java version that appears and click Launch BlueJ. 5. To create a new project, click Project > New Project. 6. The New Project dialog box will appear. In the File name field, input the name of your project. Click Create. Getting Acquainted with Java 7

17 Getting Acquainted with Java 7. The BlueJ window will look similar to the following picture. Double-click this icon to open README.TXT. 8. Type the appropriate information. 9. After updating README.TXT, click Class > Close. 10. Click Edit > New Class or press Ctrl+N at the same time. 8

18 11. Type Welcome as the name of the new class then click Ok. 12. Double-click the Welcome icon to open the Welcome class. 13. Delete all the text included within the editor and type the following: //Welcome to Java public class Welcome{ public void printwelcome(){ System.out.println( Welcome to Java! ); } } 14. Click Class > Close or press Ctrl+W at the same time. Getting Acquainted with Java 9

19 Getting Acquainted with Java 15. Create another class and name it Main. Edit the Main class by double-clicking the Main icon. Delete all the text included within the editor and type the following: /* This class contains the main() method */ public class Main{ public static void main(string[] args){ Welcome Greet = new Welcome(); Greet.printWelcome(); } } Compiling Your Program Using BlueJ To compile all classes in a specific package, go to the package to be compiled and click Compile. Executing Your Program Using BlueJ 1. Right-click the Main icon and select void main(string[] args). 2. Click Ok. 3. The terminal window of BlueJ will appear to show the output. After you are done, close all BlueJ windows. 10

20 Compiling and Running Your Java Program Using the Command Prompt Your Java file, say Welcome.java, can be encoded using any plain text editor (e.g., Notepad). 1. Open Notepad from Start > All Programs > Accessories and type the Java code from Welcome.java. 2. Open another instance of Notepad and type the Java code from Main.java. 3. Save both files as Welcome.java and Main.java respectively in the bin directory within your Java installation folder. When saving in Notepad, place the filename within quotation marks. To compile our Java application using the Java Software Development Kit (SDK), we use the javac command. Go to the bin directory within your Java installation folder using the command line prompt and press Enter after typing the following: javac Welcome.java NOTE All Java files must have a.java filename extension. Java is case-sensitive. If there are no errors encountered while the file Welcome.java was compiled using the code above, then a file named Welcome.class will be created. If there are errors reported, check whether you have typed the code for Welcome.java correctly. Do the same for Main.java. javac Main.java To run our Java application, we use the java command. Press Enter after typing the following on the command prompt. java Main Observe that when compiling a Java file, we use the javac command followed by the filename and file extension of the file to be compiled. If you would like to run your Java application, then use the java command followed by the filename (without the filename extension) of the application to be run. Getting Acquainted with Java 11

21 Getting Acquainted with Java SYNTAX To compile a Java file named Welcome.java, press Enter after typing the following at the command prompt. javac Welcome.java To run a Java file named Main.java, press Enter after typing the following at the command prompt. java Main What Can Go Wrong and Some Common Programming Errors Errors encountered when you compile your application are called compile-time errors. Errors encountered during program execution are called runtime errors. Here are some compile-time errors that you may encounter: A. Line 7 is highlighted indicating that there is an error on that line, which is this: the letter w in welcome() is in lowercase. Since the Welcome class we created has a capital letter, it should be in uppercase as well. B. 12

22 Line 8 is highlighted but the error is not on line 8 but on the previous line: line 7. Apparently, line 7 has no semicolon to end the statement. There are times that the compiler may be reporting an error on a line but the real error is on another line. This kind of error reporting normally happens when a semicolon is missing at the end of a line of code. NOTE Every line of code in Java should be terminated by a semicolon (;) except for lines that include specific commands. title bar menu bar tool bar tool bar C. status bar question mark Line 5 is highlighted. It seems correct but if you look closely, the l (letter l ) in println is actually a 1 (one). When you can t figure out the error at times, the best thing to do is to retype your code. Aside from the error message on the status bar, BlueJ also provides its users with suggestions on possible causes of the detected error through dialog boxes which will appear if you click the question mark. For now, we will leave the programs we created as they are. You will be eventually taught how each command or line of code affects your programs in the next lessons. Getting Acquainted with Java 13

23 Getting Acquainted with Java Java is an object-oriented language. In this paradigm, objects are class instances. Like other object-oriented languages, you can reuse codes and create dynamic applications. Moreover, you can use its extensive builtin library to create a wide variety of programs. 14

24 Programming and Databases L1 SCORE NAME: SECTION: DATE: A. Match the Java related concepts with their corresponding meanings. 1. Java 2. Object-Oriented Programming 3. Class 4. Object a. a type of error that can be encountered during the execution of a compiled Java program b. a type of error that can be encountered while compiling your code c. these are ready-made chunks of code that can be used and reused in many applications 5. Encapsulation d. the software that executes compiled Java codes 6. Library 7. BlueJ 8. Runtime error 9. Compile-time error e. defines all the common variables and methods of a particular set of objects f. an instance of a class g. the process of combining data and function to form a class or object CUT THIS PAGE 10. Java Virtual Machine h. a programming paradigm that was conceived to model real world objects i. an object-oriented programming language that can be downloaded from for free j. a free IDE of the program discussed in this book that can be downloaded from load.html Getting Acquainted with Java 15

25 Getting Acquainted with Java B. Take a look at the following statements below. Write True on the blank provided if the statement is true, otherwise write False. 1. The Java programming language makes object-oriented programming easier. 2. Programmers should be careful in writing code for Java since it is almost impossible to anticipate and handle errors in Java programs. 3. It is possible to reuse Java classes previously written for other projects. 4. The Java Virtual Machine on your computer can load and execute Java classes stored on a different computer. 5. The Java Virtual Machine can access and modify any file on your computer. 6. Java can be downloaded from the Internet for free. 7. It is possible for a Java class compiled in a Macintosh to be executed on a PC provided that the Java Virtual Machine is properly installed. 8. The Java programming language is case-insensitive. 9. To compile a Java application using the JDK, we use the java command. 10. When a Java source code is compiled, a new file with the *.java extension will be created. 16

26 THIS IS A SAMPLE COPY To purchase the full version of this book, go to

WEB SCRIPTING SECOND EDITION

WEB SCRIPTING SECOND EDITION WEB SCRIPTING SECOND EDITION Emmanuel Kazanidis, M.Sc. Florida Valencia Ortiz Mai Ryza D. Amante, M.A. Stephen C. De Sagun Jaime D.L. Caro, Ph.D. i Trademark of TechFactors Inc. by TechFactors Inc. All

More information

Appendix A Using the Java Compiler

Appendix A Using the Java Compiler Appendix A Using the Java Compiler 1. Download the Java Development Kit from Sun: a. Go to http://java.sun.com/j2se/1.4.2/download.html b. Download J2SE v1.4.2 (click the SDK column) 2. Install Java. Simply

More information

Python for Series 60 Platform

Python for Series 60 Platform F O R U M N O K I A Getting Started with Python for Series 60 Platform Version 1.2; September 28, 2005 Python for Series 60 Platform Copyright 2005 Nokia Corporation. All rights reserved. Nokia and Nokia

More information

Installing Java. Table of contents

Installing Java. Table of contents Table of contents 1 Jargon...3 2 Introduction...4 3 How to install the JDK...4 3.1 Microsoft Windows 95... 4 3.1.1 Installing the JDK... 4 3.1.2 Setting the Path Variable...5 3.2 Microsoft Windows 98...

More information

For Introduction to Java Programming, 5E By Y. Daniel Liang

For Introduction to Java Programming, 5E By Y. Daniel Liang Supplement H: NetBeans Tutorial For Introduction to Java Programming, 5E By Y. Daniel Liang This supplement covers the following topics: Getting Started with NetBeans Creating a Project Creating, Mounting,

More information

Introduction to Java Applications. 2005 Pearson Education, Inc. All rights reserved.

Introduction to Java Applications. 2005 Pearson Education, Inc. All rights reserved. 1 2 Introduction to Java Applications 2.2 First Program in Java: Printing a Line of Text 2 Application Executes when you use the java command to launch the Java Virtual Machine (JVM) Sample program Displays

More information

How to use the Eclipse IDE for Java Application Development

How to use the Eclipse IDE for Java Application Development How to use the Eclipse IDE for Java Application Development Java application development is supported by many different tools. One of the most powerful and helpful tool is the free Eclipse IDE (IDE = Integrated

More information

Microsoft Dynamics GP. Business Analyzer

Microsoft Dynamics GP. Business Analyzer Microsoft Dynamics GP Business Analyzer April 5, 2013 Copyright Copyright 2013 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in

More information

Introduction to programming

Introduction to programming Unit 1 Introduction to programming Summary Architecture of a computer Programming languages Program = objects + operations First Java program Writing, compiling, and executing a program Program errors

More information

UOFL SHAREPOINT ADMINISTRATORS GUIDE

UOFL SHAREPOINT ADMINISTRATORS GUIDE UOFL SHAREPOINT ADMINISTRATORS GUIDE WOW What Power! Learn how to administer a SharePoint site. [Type text] SharePoint Administrator Training Table of Contents Basics... 3 Definitions... 3 The Ribbon...

More information

Java CPD (I) Frans Coenen Department of Computer Science

Java CPD (I) Frans Coenen Department of Computer Science Java CPD (I) Frans Coenen Department of Computer Science Content Session 1, 12:45-14:30 (First Java Programme, Inheritance, Arithmetic) Session 2, 14:45-16:45 (Input and Programme Constructs) Materials

More information

FileMaker 11. ODBC and JDBC Guide

FileMaker 11. ODBC and JDBC Guide FileMaker 11 ODBC and JDBC Guide 2004 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered

More information

Fiery E100 Color Server. Welcome

Fiery E100 Color Server. Welcome Fiery E100 Color Server Welcome 2011 Electronics For Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45098226 27 June 2011 WELCOME 3 WELCOME This Welcome

More information

Vodafone PC SMS 2010. (Software version 4.7.1) User Manual

Vodafone PC SMS 2010. (Software version 4.7.1) User Manual Vodafone PC SMS 2010 (Software version 4.7.1) User Manual July 19, 2010 Table of contents 1. Introduction...4 1.1 System Requirements... 4 1.2 Reply-to-Inbox... 4 1.3 What s new?... 4 2. Installation...6

More information

The Java Series. Java Essentials I What is Java? Basic Language Constructs. Java Essentials I. What is Java?. Basic Language Constructs Slide 1

The Java Series. Java Essentials I What is Java? Basic Language Constructs. Java Essentials I. What is Java?. Basic Language Constructs Slide 1 The Java Series Java Essentials I What is Java? Basic Language Constructs Slide 1 What is Java? A general purpose Object Oriented programming language. Created by Sun Microsystems. It s a general purpose

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice.

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

Topics. Introduction. Java History CS 146. Introduction to Programming and Algorithms Module 1. Module Objectives

Topics. Introduction. Java History CS 146. Introduction to Programming and Algorithms Module 1. Module Objectives Introduction to Programming and Algorithms Module 1 CS 146 Sam Houston State University Dr. Tim McGuire Module Objectives To understand: the necessity of programming, differences between hardware and software,

More information

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 PLEASE NOTE: The contents of this publication, and any associated documentation provided to you, must not be disclosed to any third party without

More information

Installation & Activation Guide

Installation & Activation Guide Lepide Exchange Recovery Manager Lepide Software Private Limited, All Rights Reserved This User Guide and documentation is copyright of Lepide Software Private Limited, with all rights reserved under the

More information

Bachelors of Computer Application Programming Principle & Algorithm (BCA-S102T)

Bachelors of Computer Application Programming Principle & Algorithm (BCA-S102T) Unit- I Introduction to c Language: C is a general-purpose computer programming language developed between 1969 and 1973 by Dennis Ritchie at the Bell Telephone Laboratories for use with the Unix operating

More information

1001ICT Introduction To Programming Lecture Notes

1001ICT Introduction To Programming Lecture Notes 1001ICT Introduction To Programming Lecture Notes School of Information and Communication Technology Griffith University Semester 2, 2015 1 3 A First MaSH Program In this section we will describe a very

More information

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that

More information

Stellar Phoenix Exchange Server Backup

Stellar Phoenix Exchange Server Backup Stellar Phoenix Exchange Server Backup Version 1.0 Installation Guide Introduction This is the first release of Stellar Phoenix Exchange Server Backup tool documentation. The contents will be updated periodically

More information

Java with Eclipse: Setup & Getting Started

Java with Eclipse: Setup & Getting Started Java with Eclipse: Setup & Getting Started Originals of slides and source code for examples: http://courses.coreservlets.com/course-materials/java.html Also see Java 8 tutorial: http://www.coreservlets.com/java-8-tutorial/

More information

User Guide. Copyright 2003 Networks Associates Technology, Inc. All Rights Reserved.

User Guide. Copyright 2003 Networks Associates Technology, Inc. All Rights Reserved. Copyright 2003 Networks Associates Technology, Inc. All Rights Reserved. Table of Contents Getting Started... 4 New Features... 4 System Requirements... 4 Configuring Microsoft Internet Explorer... 4 Configuring

More information

Practice Fusion API Client Installation Guide for Windows

Practice Fusion API Client Installation Guide for Windows Practice Fusion API Client Installation Guide for Windows Quickly and easily connect your Results Information System with Practice Fusion s Electronic Health Record (EHR) System Table of Contents Introduction

More information

FileMaker 12. ODBC and JDBC Guide

FileMaker 12. ODBC and JDBC Guide FileMaker 12 ODBC and JDBC Guide 2004 2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker, Inc.

More information

5nine Security for Hyper-V Datacenter Edition. Version 3.0 Plugin for Microsoft System Center 2012 Virtual Machine Manager

5nine Security for Hyper-V Datacenter Edition. Version 3.0 Plugin for Microsoft System Center 2012 Virtual Machine Manager 5nine Security for Hyper-V Datacenter Edition Version 3.0 Plugin for Microsoft System Center 2012 Virtual Machine Manager November 2013 11 Table of Contents Summary... 5 System requirements... 5 Permissions...

More information

Getting Started using the SQuirreL SQL Client

Getting Started using the SQuirreL SQL Client Getting Started using the SQuirreL SQL Client The SQuirreL SQL Client is a graphical program written in the Java programming language that will allow you to view the structure of a JDBC-compliant database,

More information

Job Scheduler User Guide IGSS Version 11.0

Job Scheduler User Guide IGSS Version 11.0 Job Scheduler User Guide IGSS Version 11.0 The information provided in this documentation contains general descriptions and/or technical characteristics of the performance of the products contained therein.

More information

VERITAS NetBackup Microsoft Windows User s Guide

VERITAS NetBackup Microsoft Windows User s Guide VERITAS NetBackup Microsoft Windows User s Guide Release 3.2 Windows NT/95/98 May, 1999 P/N 100-001004 1994-1999 VERITAS Software Corporation. All rights reserved. Portions of this software are derived

More information

Eclipse installation, configuration and operation

Eclipse installation, configuration and operation Eclipse installation, configuration and operation This document aims to walk through the procedures to setup eclipse on different platforms for java programming and to load in the course libraries for

More information

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide N109548 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software Corporation makes

More information

Specialized Programme on Web Application Development using Open Source Tools

Specialized Programme on Web Application Development using Open Source Tools Specialized Programme on Web Application Development using Open Source Tools Objective: At the end of the course, Students will be able to: Understand various open source tools(programming tools and databases)

More information

Download and Installation Instructions. Java JDK Software for Windows

Download and Installation Instructions. Java JDK Software for Windows Download and Installation Instructions for Java JDK Software for Windows Updated January, 2012 The TeenCoder TM : Java Programming and TeenCoder TM : Android Programming courses use the Java Development

More information

Forms Printer User Guide

Forms Printer User Guide Forms Printer User Guide Version 10.51 for Dynamics GP 10 Forms Printer Build Version: 10.51.102 System Requirements Microsoft Dynamics GP 10 SP2 or greater Microsoft SQL Server 2005 or Higher Reporting

More information

Java Software Development Kit (JDK 5.0 Update 14) Installation Step by Step Instructions

Java Software Development Kit (JDK 5.0 Update 14) Installation Step by Step Instructions Java Software Development Kit (JDK 5.0 Update 14) Installation Step by Step Instructions 1. Click the download link Download the Java Software Development Kit (JDK 5.0 Update 14) from Sun Microsystems

More information

Online Chapter B. Running Programs

Online Chapter B. Running Programs Online Chapter B Running Programs This online chapter explains how you can create and run Java programs without using an integrated development environment (an environment like JCreator). The chapter also

More information

Supplement I.C. Creating, Compiling and Running Java Programs from the Command Window

Supplement I.C. Creating, Compiling and Running Java Programs from the Command Window Supplement I.C Creating, Compiling and Running Java Programs from the Command Window For Introduction to Java Programming By Y. Daniel Liang This supplement covers the following topics: Opening a Command

More information

Upgrading Your Web Server from ClientBase Browser Version 2.0 or Above to Version 2.1.1

Upgrading Your Web Server from ClientBase Browser Version 2.0 or Above to Version 2.1.1 Upgrading Your Web Server from ClientBase Browser Version 2.0 or Above to Version 2.1.1 Introduction Successful ClientBase Browser usage depends on proper hardware, setup and installation. This section

More information

Business Portal for Microsoft Dynamics GP. Key Performance Indicators Release 10.0

Business Portal for Microsoft Dynamics GP. Key Performance Indicators Release 10.0 Business Portal for Microsoft Dynamics GP Key Performance Indicators Release 10.0 Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the

More information

Installing C++ compiler for CSc212 Data Structures

Installing C++ compiler for CSc212 Data Structures for CSc212 Data Structures WKhoo@gc.cuny.edu Spring 2010 1 2 Testing Mac 3 Why are we not using Visual Studio, an Integrated Development (IDE)? Here s several reasons: Visual Studio is good for LARGE project.

More information

FileMaker 14. ODBC and JDBC Guide

FileMaker 14. ODBC and JDBC Guide FileMaker 14 ODBC and JDBC Guide 2004 2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks of FileMaker,

More information

Installation Instructions

Installation Instructions Avira Secure Backup Installation Instructions Trademarks and Copyright Trademarks Windows is a registered trademark of the Microsoft Corporation in the United States and other countries. All other brand

More information

Import Filter Editor User s Guide

Import Filter Editor User s Guide Reference Manager Windows Version Import Filter Editor User s Guide April 7, 1999 Research Information Systems COPYRIGHT NOTICE This software product and accompanying documentation is copyrighted and all

More information

Lepide Active Directory Manager

Lepide Active Directory Manager Installation Guide Lepide Active Directory Manager , All Rights Reserved This User Guide and documentation is copyright of Lepide Software Private Limited, with all rights reserved under the copyright

More information

Right now, the latest and greatest version of Java available for download is 1.4.0. Start with this link to find out more about it

Right now, the latest and greatest version of Java available for download is 1.4.0. Start with this link to find out more about it Download and Install the Java Developer's Kit (JDK) Java is a great language to learn---unfortunately, probably the most difficult aspect of learning Java is leaning how to install it and configure it

More information

IT Academy Lesson Plan

IT Academy Lesson Plan 10 IT Academy Lesson Plan Microsoft Sharepoint Turn potential into success Microsoft Office SharePoint 2010: Lesson Plans Introduction Preparing to teach courses on Microsoft SharePoint 2010 for the first

More information

TIBCO Hawk SNMP Adapter Installation

TIBCO Hawk SNMP Adapter Installation TIBCO Hawk SNMP Adapter Installation Software Release 4.9.0 November 2012 Two-Second Advantage Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR

More information

HSBCnet FX AND MM TRADING. Troubleshooting and Minimum System Requirements

HSBCnet FX AND MM TRADING. Troubleshooting and Minimum System Requirements HSBCnet FX AND MM TRADING Troubleshooting and Minimum System Requirements Troubleshooting If you experience any of the following symptoms, refer to the recommended sections for appropriate actions. SYMPTOM:

More information

Getting started 7. Designing interfaces 27

Getting started 7. Designing interfaces 27 Contents Contents 1 2 3 Getting started 7 Introducing Android 8 Installing Java 10 Installing App Inventor 12 Beginning your first app 14 Adding components 16 Adding behavior 18 Preparing devices 20 Running

More information

Installation & Activation Guide. Lepide Active Directory Self Service

Installation & Activation Guide. Lepide Active Directory Self Service Installation & Activation Guide Lepide Active Directory Self Service , All Rights Reserved This User Guide and documentation is copyright of Lepide Software Private Limited, with all rights reserved under

More information

LANDESK Service Desk. Desktop Manager

LANDESK Service Desk. Desktop Manager LANDESK Service Desk Desktop Manager LANDESK SERVICE DESK DESKTOP MANAGER GUIDE This document contains information, which is the confidential information and/or proprietary property of LANDESK Software,

More information

Using SQL Developer. Copyright 2008, Oracle. All rights reserved.

Using SQL Developer. Copyright 2008, Oracle. All rights reserved. Using SQL Developer Objectives After completing this appendix, you should be able to do the following: List the key features of Oracle SQL Developer Install Oracle SQL Developer Identify menu items of

More information

Installation & Activation Guide. Lepide Active Directory Self Service

Installation & Activation Guide. Lepide Active Directory Self Service Installation & Activation Guide Lepide Active Directory Self Service , All Rights Reserved This User Guide and documentation is copyright of Lepide Software Private Limited, with all rights reserved under

More information

You can access OneDrive through your Office 365 account at https://www.office365.ed.ac.uk

You can access OneDrive through your Office 365 account at https://www.office365.ed.ac.uk Getting started with OneDrive Information Services Getting started with OneDrive What is OneDrive @ University of Edinburgh? OneDrive @ University of Edinburgh is a cloud storage area where you can create,

More information

Supplement I.B: Installing and Configuring JDK 1.6

Supplement I.B: Installing and Configuring JDK 1.6 Supplement I.B: Installing and Configuring JDK 1.6 For Introduction to Java Programming Y. Daniel Liang This supplement covers the following topics: Downloading JDK 1.6 ( 1.2) Installing JDK 1.6 ( 1.3)

More information

De La Salle University Information Technology Center. Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 READER / CONTRIBUTOR

De La Salle University Information Technology Center. Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 READER / CONTRIBUTOR De La Salle University Information Technology Center Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 READER / CONTRIBUTOR User s Guide Microsoft Windows SharePoint Services and

More information

Horizon Debt Collect. User s and Administrator s Guide

Horizon Debt Collect. User s and Administrator s Guide Horizon Debt Collect User s and Administrator s Guide Microsoft, Windows, Windows NT, Windows 2000, Windows XP, and SQL Server are registered trademarks of Microsoft Corporation. Sybase is a registered

More information

CSA Software Listing 2016-2017. Table of Contents. Both Windows and Mac platforms are supported.

CSA Software Listing 2016-2017. Table of Contents. Both Windows and Mac platforms are supported. CSA Software Listing 2016-2017 Both Windows and Mac platforms are supported. Table of Contents Student Access and Permissions... 2 Web Browsers... 2 Mozilla Firefox... 2 Internet Explorer... 2 Google Chrome...

More information

Titanium Mobile: How-To

Titanium Mobile: How-To Titanium Mobile: How-To Getting Started With Appcelerator Titanium For Windows Release GSW August 17, 2010 Copyright 2010 Appcelerator, Inc. All rights reserved. Appcelerator, Inc. 444 Castro Street, Suite

More information

Caplio Utility for Windows

Caplio Utility for Windows Caplio Utility for Windows Operation Manual English To ensure correct use of the product, read this manual carefully before use. Keep the manual handy for future use. Introduction Thank you for purchasing

More information

VERITAS NetBackup 6.0

VERITAS NetBackup 6.0 VERITAS NetBackup 6.0 Backup, Archive, and Restore Getting Started Guide for UNIX, Windows, and Linux N15278C September 2005 Disclaimer The information contained in this publication is subject to change

More information

How to Install Java onto your system

How to Install Java onto your system How to Install Java onto your system 1. In your browser enter the URL: Java SE 2. Choose: Java SE Downloads Java Platform (JDK) 7 jdk-7- windows-i586.exe. 3. Accept the License Agreement and choose the

More information

Buildstation 5.4 SLA Machine Control Software Release Notes

Buildstation 5.4 SLA Machine Control Software Release Notes Buildstation 5.4 SLA Machine Control Software Release Notes Overview The changes contained in the Buildstation 5.4 software are primarily directed at providing compatibility with the corresponding release

More information

warpct.com Basic Computer Skills MS Windows XP Workbook courseware by WARP! Computer Training

warpct.com Basic Computer Skills MS Windows XP Workbook courseware by WARP! Computer Training warpct.com courseware by WARP! Computer Training Basic Computer Skills MS Windows XP Workbook Welcome! Thank you for evaluating a portion of this workbook. If you have any questions or comments regarding

More information

HAHTsite IDE and IP Installation Guide

HAHTsite IDE and IP Installation Guide HAHTsite IDE and IP Installation Guide IDE and IP Installation Guide release 4.0 Notice Copyright 1999 HAHT Software, Inc. All Rights Reserved May 1999 MN01-C-00-400-00 No part of this publication may

More information

NetBackup Backup, Archive, and Restore Getting Started Guide

NetBackup Backup, Archive, and Restore Getting Started Guide NetBackup Backup, Archive, and Restore Getting Started Guide UNIX, Windows, and Linux Release 6.5 Veritas NetBackup Backup, Archive, and Restore Getting Started Guide Copyright 2007 Symantec Corporation.

More information

User Guide. DocAve Lotus Notes Migrator for Microsoft Exchange 1.1. Using the DocAve Notes Migrator for Exchange to Perform a Basic Migration

User Guide. DocAve Lotus Notes Migrator for Microsoft Exchange 1.1. Using the DocAve Notes Migrator for Exchange to Perform a Basic Migration User Guide DocAve Lotus Notes Migrator for Microsoft Exchange 1.1 Using the DocAve Notes Migrator for Exchange to Perform a Basic Migration This document is intended for anyone wishing to familiarize themselves

More information

webmethods Certificate Toolkit

webmethods Certificate Toolkit Title Page webmethods Certificate Toolkit User s Guide Version 7.1.1 January 2008 webmethods Copyright & Document ID This document applies to webmethods Certificate Toolkit Version 7.1.1 and to all subsequent

More information

Installing and using XAMPP with NetBeans PHP

Installing and using XAMPP with NetBeans PHP Installing and using XAMPP with NetBeans PHP About This document explains how to configure the XAMPP package with NetBeans for PHP programming and debugging (specifically for students using a Windows PC).

More information

Ross Video Limited. DashBoard Server and User Rights Management User Manual

Ross Video Limited. DashBoard Server and User Rights Management User Manual Ross Video Limited DashBoard Server and User Rights Management User Manual DashBoard Server and User Rights Management User Manual Ross Part Number: 8351DR-004A-01 Release Date: March 22, 2011. Printed

More information

IT Quick Reference Guides Using Windows 7

IT Quick Reference Guides Using Windows 7 IT Quick Reference Guides Using Windows 7 Windows Guides This sheet covers many of the basic commands for using the Windows 7 operating system. WELCOME TO WINDOWS 7 After you log into your machine, the

More information

Expedite for Windows Software Development Kit Programming Guide

Expedite for Windows Software Development Kit Programming Guide GXS EDI Services Expedite for Windows Software Development Kit Programming Guide Version 6 Release 2 GC34-3285-02 Fifth Edition (November 2005) This edition replaces the Version 6.1 edition. Copyright

More information

ARIS Education Package Process Design & Analysis Installation Guide. Version 7.2. Installation Guide

ARIS Education Package Process Design & Analysis Installation Guide. Version 7.2. Installation Guide ARIS Education Package Process Design & Analysis Installation Guide Version 7.2 Installation Guide March 2012 This publication is protected by international copyright law. All rights reserved. No part

More information

Lepide Event Log Manager. Users Help Manual. Lepide Event Log Manager. Lepide Software Private Limited. Page 1

Lepide Event Log Manager. Users Help Manual. Lepide Event Log Manager. Lepide Software Private Limited. Page 1 Users Help Manual Lepide Event Log Manager Lepide Software Private Limited. Page 1 Users Help Manual for Lepide Event Log Manager Lepide Software Private Limited, All Rights Reserved This User Guide and

More information

Create Database Tables 2

Create Database Tables 2 Create Database Tables 2 LESSON SKILL MATRIX Skill Exam Objective Objective Number Creating a Database Creating a Table Saving a Database Object Create databases using templates Create new databases Create

More information

Deposit Direct. Getting Started Guide

Deposit Direct. Getting Started Guide Deposit Direct Getting Started Guide Table of Contents Before You Start... 3 Installing the Deposit Direct application for use with Microsoft Windows Vista... 4 Running Programs in Microsoft Windows Vista...

More information

Easy Setup Guide for the Sony Network Camera

Easy Setup Guide for the Sony Network Camera -878-191-11 (1) Easy Setup Guide for the Sony Network Camera For setup, a computer running the Microsoft Windows Operating System is required. For monitoring camera images, Microsoft Internet Explorer

More information

IBM FileNet eforms Designer

IBM FileNet eforms Designer IBM FileNet eforms Designer Version 5.0.2 Advanced Tutorial for Desktop eforms Design GC31-5506-00 IBM FileNet eforms Designer Version 5.0.2 Advanced Tutorial for Desktop eforms Design GC31-5506-00 Note

More information

CMPT 183 Foundations of Computer Science I

CMPT 183 Foundations of Computer Science I Computer Science is no more about computers than astronomy is about telescopes. -Dijkstra CMPT 183 Foundations of Computer Science I Angel Gutierrez Fall 2013 A few questions Who has used a computer today?

More information

Archive One Policy V4.2 Quick Start Guide October 2005

Archive One Policy V4.2 Quick Start Guide October 2005 Archive One Policy V4.2 Quick Start Guide October 2005 Archive One Policy Quick Start Guide V4.2 Page 1 of 33 CONTENTS Introduction... 3 Components...3 Before You Start...4 System Requirements...5 Prerequisites...7

More information

Fuji Synapse PACS Installation Instructions Radiology Specialists of Denver, P.C.

Fuji Synapse PACS Installation Instructions Radiology Specialists of Denver, P.C. Fuji Synapse PACS Installation Instructions Radiology Specialists of Denver, P.C. Disclaimer & Synapse Use Agreement... 2 Authenticated Users... 2 Secure Connection to Radiology Specialists of Denver,

More information

DIGIPASS CertiID. Getting Started 3.1.0

DIGIPASS CertiID. Getting Started 3.1.0 DIGIPASS CertiID Getting Started 3.1.0 Disclaimer Disclaimer of Warranties and Limitations of Liabilities The Product is provided on an 'as is' basis, without any other warranties, or conditions, express

More information

Business Portal for Microsoft Dynamics GP 2010. User s Guide Release 5.1

Business Portal for Microsoft Dynamics GP 2010. User s Guide Release 5.1 Business Portal for Microsoft Dynamics GP 2010 User s Guide Release 5.1 Copyright Copyright 2011 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and

More information

C# and Other Languages

C# and Other Languages C# and Other Languages Rob Miles Department of Computer Science Why do we have lots of Programming Languages? Different developer audiences Different application areas/target platforms Graphics, AI, List

More information

Install Java Development Kit (JDK) 1.8 http://www.oracle.com/technetwork/java/javase/downloads/index.html

Install Java Development Kit (JDK) 1.8 http://www.oracle.com/technetwork/java/javase/downloads/index.html CS 259: Data Structures with Java Hello World with the IntelliJ IDE Instructor: Joel Castellanos e-mail: joel.unm.edu Web: http://cs.unm.edu/~joel/ Office: Farris Engineering Center 319 8/19/2015 Install

More information

Qlik Sense Desktop. Qlik Sense 2.0.6 Copyright 1993-2015 QlikTech International AB. All rights reserved.

Qlik Sense Desktop. Qlik Sense 2.0.6 Copyright 1993-2015 QlikTech International AB. All rights reserved. Qlik Sense Desktop Qlik Sense 2.0.6 Copyright 1993-2015 QlikTech International AB. All rights reserved. Copyright 1993-2015 QlikTech International AB. All rights reserved. Qlik, QlikTech, Qlik Sense, QlikView,

More information

KPN SMS mail. Send SMS as fast as e-mail!

KPN SMS mail. Send SMS as fast as e-mail! KPN SMS mail Send SMS as fast as e-mail! Quick start Start using KPN SMS mail in 5 steps If you want to install and use KPN SMS mail quickly, without reading the user guide, follow the next five steps.

More information

Server Installation Guide ZENworks Patch Management 6.4 SP2

Server Installation Guide ZENworks Patch Management 6.4 SP2 Server Installation Guide ZENworks Patch Management 6.4 SP2 02_016N 6.4SP2 Server Installation Guide - 2 - Notices Version Information ZENworks Patch Management Server Installation Guide - ZENworks Patch

More information

SELF SERVICE RESET PASSWORD MANAGEMENT BACKUP GUIDE

SELF SERVICE RESET PASSWORD MANAGEMENT BACKUP GUIDE SELF SERVICE RESET PASSWORD MANAGEMENT BACKUP GUIDE Copyright 1998-2015 Tools4ever B.V. All rights reserved. No part of the contents of this user guide may be reproduced or transmitted in any form or by

More information

DocuPrint C3290 FS Features Setup Guide

DocuPrint C3290 FS Features Setup Guide DocuPrint C3290 FS Features Setup Guide Adobe and PostScript are trademarks of Adobe Systems Incorporated in the United States and/or other countries. Apple, Bonjour, ColorSync, EtherTalk, Macintosh, and

More information

HP LoadRunner. Software Version: 11.00. Ajax TruClient Tips & Tricks

HP LoadRunner. Software Version: 11.00. Ajax TruClient Tips & Tricks HP LoadRunner Software Version: 11.00 Ajax TruClient Tips & Tricks Document Release Date: October 2010 Software Release Date: October 2010 Legal Notices Warranty The only warranties for HP products and

More information

Introduction to Java

Introduction to Java Introduction to Java The HelloWorld program Primitive data types Assignment and arithmetic operations User input Conditional statements Looping Arrays CSA0011 Matthew Xuereb 2008 1 Java Overview A high

More information

LAB 1. Familiarization of Rational Rose Environment And UML for small Java Application Development

LAB 1. Familiarization of Rational Rose Environment And UML for small Java Application Development LAB 1 Familiarization of Rational Rose Environment And UML for small Java Application Development OBJECTIVE AND BACKGROUND The purpose of this first UML lab is to familiarize programmers with Rational

More information

ScriptLogic Enterprise Security Reporter. VERSION 3 Installation Guide

ScriptLogic Enterprise Security Reporter. VERSION 3 Installation Guide ScriptLogic Enterprise Security Reporter VERSION 3 Installation Guide ENTERPRISE SECURITY REPORTER 3 INSTALLATION GUIDE II Copyright 2011 by ScriptLogic Corporation All rights reserved. This publication

More information

A Crash Course in OS X D. Riley and M. Allen

A Crash Course in OS X D. Riley and M. Allen Objectives A Crash Course in OS X D. Riley and M. Allen To learn some of the basics of the OS X operating system - including the use of the login panel, system menus, the file browser, the desktop, and

More information

CatDV Pro Workgroup Serve r

CatDV Pro Workgroup Serve r Architectural Overview CatDV Pro Workgroup Server Square Box Systems Ltd May 2003 The CatDV Pro client application is a standalone desktop application, providing video logging and media cataloging capability

More information

Business Portal for Microsoft Dynamics GP. Requisition Management User s Guide Release 10.0

Business Portal for Microsoft Dynamics GP. Requisition Management User s Guide Release 10.0 Business Portal for Microsoft Dynamics GP Requisition Management User s Guide Release 10.0 Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws

More information

Online Sharing User Manual

Online Sharing User Manual Online Sharing User Manual June 13, 2007 If discrepancies between this document and Online Sharing are discovered, please contact backupfeedback@verizon.net. Copyrights and Proprietary Notices The information

More information