Using JavX Running Applications in a Web Browser or WinCE Device. Presented by: Jarett Smith Eric Vanpaeschen

Size: px
Start display at page:

Download "Using JavX Running Applications in a Web Browser or WinCE Device. Presented by: Jarett Smith Eric Vanpaeschen"

Transcription

1 Using JavX Running Applications in a Web Browser or WinCE Device Presented by: Jarett Smith Eric Vanpaeschen

2 Presentation Outline Rich Internet Applications (RIA) Examples of Java Applets ProvideX JavX Clients JavX SE Overview Examples WindX vs. JavX SE Installation and Set Up Security Considerations Accessing local Printers JavX AE Overview J2ME Runtime Environments

3 Rich Internet Applications (RIA) Web and business applications are converging In 2005, Gartner Research predicted: "By 2010, at least 60 percent of new application development projects will include RIA technology, and at least 25 percent of those will rely primarily on RIA."

4 Rich Internet Applications (RIA) Some companies will choose to migrate from client applications (i.e., WindX) to RIA alternatives that can deliver the same rich UI and performance RIA market will be dominated by four technologies: AJAX Java Flash Microsoft s recently announced Silverlight (.NET)

5 RIA with Java 91% of all PCs run Java platform 77% of all Java technology-enabled PCs run Sun s Java Platform, Standard Edition (Java SE platform)

6 RIA with Java Distribution through PC OEMs Nine of the top ten PC OEMs ship the Java SE Runtime (JRE) software Representing > 60% of all shipped PCs 58 white box vendors have signed JRE software redistribution Download/Installs > 44 million installations/month for the last six months on Windows > 50 million in January, February, and April 2007

7 Examples of Java Applets Map24.com Maps, directions, local search in an applet Used on Yahoo s European sites One Million Applet Downloads a Day

8 Examples of Java Applets Google PowerPoint Viewer

9 Examples of Java Applets MySpace Project Inglewood Media file upload applet

10 ProvideX JavX Clients JavX SE (Swing Edition) Java-based thin client with similar functionality to WindX Enables ProvideX applications to run on any number of client platforms (Windows, Linux, Apple) that support the Java Standard Edition JavX AE (AWT Edition) Provides a simpler GUI designed specifically for handheld devices that support the Java Micro Edition

11 JavX SE Overview Emulates WindX in Java Runs on a wide range of operating systems and platforms: Windows, Linux, Apple, etc Runs as a Rich Internet Application (RIA) in a web browser Delivers user interface (UI) and performance of WindX, but without the installation and maintenance requirements

12 JavX SE Examples Running MAS 90 Invoice History in a web browser

13 JavX SE Examples Running MAS 90 Customer Maintenance in a web browser

14 WindX vs. JavX SE WindX Requires a Microsoft Windows OS ProvideX program Runs in a ProvideX executable Has access to all ProvideX commands JavX SE Emulates WindX in Java Runs on a much wider range of Operating Systems and platforms

15 WindX vs. JavX SE WindX = ProvideX No graphical surprises JavX SE Relies on Java Look & Feel GUI controls will differ from Microsoft controls As the following screen shots show, object sizes and locations will differ between WindX and JavX SE

16 WindX on Windows XP

17 JavX SE Windows Look & Feel

18 JavX SE Metal Look & Feel

19 JavX SE Mac Look & Feel

20 What JavX SE Cannot Do RS-232 and Telnet connections Access to Local ProvideX programs Local KEYED/INDEXED files Local printers Local ports (serial/parallel) Microsoft ActiveX and COM objects BMP pictures 'FILL' crossline/crosshatch patterns Some GUI objects have limited properties

21 What JavX SE Does Better FIN( ) function / OPTION mnemonic have JavX SE specific extensions Access to resources through the hypertext protocol (http/https and ftp) Access to local Java classes and applications Allows JavX SE to be used as a gateway between ProvideX and Java See also the Client-Server Reference PDF

22 What JavX SE Does Better Examples: 0010 DEF OBJECT 0020 EXECUTE "[wdx]on EVENT java.awt.event.mouselistener;mousepressed FROM " +STR(JBUTTON)+" PREINPUT 10" 0030 JBUTTON'SETLABEL("Click Me") 0040 OBTAIN A$; IF CTL<>4 THEN PRINT CTL,A$; GOTO *SAME 0050 DELETE OBJECT JBUTTON 0010 PRINT 'CS', 0020 PRINT 'PICTURE "

23 *windx.utl Support The following entry points are available get_addr get_val/get_num get_tcb get_file_box/read/write spawn/spawn_nohup

24 Image Support JavX SE application is able to access local resources JavX SE applet cannot access local resources Add pictures to the archive General note about JAR files: JAR means Java ARchive and, as the name indicates, it is an archive. By using a ZIP tool, you can extract/replace/add components from/to the archive

25 Image Support Install pictures on the local disk (application) Install pictures on the server disk (applet)

26 Managing Limitations Do not report missing GRID properties: PRINT 'OPTION'("REPORTGRIDERRORS","FALSE"), No INI file, so set graphic font / size: PRINT 'OPTION'("graphicfontname",Name$), PRINT 'OPTION'("graphicfontsize",Size$), Suppress Error 12 when calling local programs: Add LocalProgramName,Label= to arguments

27 Installation and Set Up On a desktop computer, Java Runtime Version 2 or later is required JavX SE application will try to connect to local NtHost server on socket Override these settings by Passing arguments in the launch command Changing the JavX.Properties (text) file that is contained within the JavX JAR file

28 Installation and Set Up JavX SE can run as an application or as an applet. When used as an applet, you will want to install the JavX Developer Kit. This contains: Current JavX version Documentation Some shortcuts Java runtime {optional} Page Generator Utility Page Generator Utility will allow you to generate an HTML page that is dependant upon the browser, the operating system, and the Java Runtime Environment (JRE) present on the client machine

29 Installation and Set Up

30 Installation and Set Up

31 Security Considerations JavX SE as an applet Browser will impose security restrictions Applet is either signed or unsigned Signed applet has the same rights and permissions as a Java application This means unrestricted access to the user's workstation and file system When unsigned, local access is denied

32 Accessing Local Printers Applet cannot access local printers Create a link file on a server that: Opens a *PDF* Prints to a file that is accessible through the internet Starts a SYSTEM_HELP command on that file when the channel is closed

33 Accessing Local Printers Driver Example:! javxpdf - JavXPDF driver CHAN=LFO,FID$=FID(CHAN); CLOSE (CHAN) PATH$="/home/domains/edias.com/public_html/" NAME$="reports/javxpdf.pdf"; ERASE PATH$+NAME$,ERR=*NEXT SERIAL PATH$+NAME$ OPEN (CHAN)"*PDF*;FILE="+PATH$+NAME$; SETFID FID$,ERR=*NEXT MNEMONIC (CHAN) '*X'=PGN+";OnClose;URL= EXIT OnClose: \ M$=MNM('*X',LFA),P=POS(" IF P \ THEN SYSTEM_HELP M$(TMP) EXIT

34 Things to Consider When using JavX SE Do you need access to local resources? Make sure images can be found Use fonts available to Java When using JavX SE applet Be aware of printer issues Keep security issues in mind

35 JavX AE Overview Standard Pocket PC (PDA) version of JavX Requires a Java 2 Micro Edition (J2ME), Connected Device Configuration (CDC) Personal Profile JRE Complete character UI support (fonts, lines and shapes, colors, pictures, etc.)

36 JavX AE Overview Mnemonics, system functions and variables (e.g., MSE, OBJ, FIN) are supported Supports the following GUI components Buttons: BUTTON, RADIO, CHECK_BOX Text Components: LIST_BOX, MULTI_LINES, DROP_BOX Vertical and Horizontal Scroll Bars Message Box Tool bar ProvideX Menu bar menus (not popup menus)

37 J2ME Runtime Environments We recommend IBM s WebSphere Everyplace Micro Environment (aka J9) CDC Personal Profile CDC Foundation Profile CLDC MIDP Many devices are shipped with a J2ME runtime environment installed or as a companion CD Search for J2ME Java Virtual Machines on the internet and you ll find dozens of vendors

38 Questions and Answers

39 End of Presentation THANK YOU!

ProvideX On Handhelds

ProvideX On Handhelds ProvideX On Handhelds Presented by: Jarett Smith Presentation Overview Landscape of Mobile Computing Wireless Connections to Internet Challenges of Mobile Computing Why We Chose Java 2 Micro Edition Java

More information

Use an OPT="i" on the Dialogue / Window definition to create a window that does not have an Icon in its upper left corner.

Use an OPT=i on the Dialogue / Window definition to create a window that does not have an Icon in its upper left corner. JavX Version 2.5 - README File - May 2006 Release Notes for JavX SE/AE/LE Sage Software Canada Ltd 8920 Woodbine Avenue Suite 400 Markham, Ontario L3R 9W9 Tel. 905-470-1025 www.pvx.com *** NOTES *** As

More information

ProvideX. JavX. Java-Based Thin Client

ProvideX. JavX. Java-Based Thin Client ProvideX JavX Introduction Prerequisites and Background Information Downloading and Installing JavX Launching JavX Programming with JavX Thin-Client Functionality in ProvideX JavX vs WindX Spawning Multiple

More information

Client Server Technologies

Client Server Technologies Client Server Technologies Presented by: Gord Davey Copyright 2005 Best Software Canada Ltd. All rights reserved. No part of this publication may be reproduced, or transmitted in any form or by any means,

More information

1.1 - Added support for FORMATTED MULTI_LINEs; e.g., MULTI_LINE

1.1 - Added support for FORMATTED MULTI_LINEs; e.g., MULTI_LINE JavX SE Version 3.0 - README File - September 2009 Release Notes Sage ProvideX 8920 Woodbine Avenue Suite 400 Markham, Ontario L3R 9W9 Tel. 905-470-1025 www.pvx.com *** NOTES *** The JavX SE thin-client

More information

PERFORMANCE This version of JavX focuses on improving the performance of list text controls.

PERFORMANCE This version of JavX focuses on improving the performance of list text controls. -------------------------------------------------------------------------------- JavX Version 2.0 - README File - May 2004 Best Software Canada Ltd. --------------------------------------------------------------------------------

More information

Client-Server Reference

Client-Server Reference ProvideXVERSION 8.20 Client-Server Reference WindX, JavX, Application Server, AutoUpdater Contents iii Preface v Introduction 9 Choosing the Right Solution 11 Client-Server Functionality 17 WindX - Windows

More information

JavX. The ProvideX Java Based Thin Client. Release By Best Software Canada Ltd. Jan 2002 G.D. Page 1 of 27

JavX. The ProvideX Java Based Thin Client. Release By Best Software Canada Ltd. Jan 2002 G.D. Page 1 of 27 Release 1.01 The ProvideX Java Based Thin Client By Best Software Canada Ltd. Jan 2002 G.D. Page 1 of 27 Table of Contents 1) General 1. What is JavX? 2. Where to use JavX 3. JavX Licensing Requirements

More information

Section 2 - New Functionality:

Section 2 - New Functionality: JavX Version 2.2 - README File - March 2005 Best Software Canada Ltd 8920 Woodbine Avenue Suite 400 Markham, Ontario L3R 9W9 Tel. 905-470-1025 www.pvx.com -------------------------------------------------------------------------------

More information

Lesson 5: Multimedia on the Web

Lesson 5: Multimedia on the Web Lesson 5: Multimedia on the Web Learning Targets I can: Define objects and their relationships to multimedia Explain the fundamentals of C, C++, Java, JavaScript, JScript, C#, ActiveX and VBScript Discuss

More information

To install OpenOffice.org 3.0 on a Windows-based computer that meets the minimum system requirements, follow these steps:

To install OpenOffice.org 3.0 on a Windows-based computer that meets the minimum system requirements, follow these steps: 14 Lesson One your computer must have Java Runtime Environment (JRE) version 1.5 or higher installed. Fortunately, if you select to perform a Complete Install during the installation process, OpenOffice.org

More information

Client-Server Reference

Client-Server Reference ProvideXVersion 9.10 Client-Server Reference Thin-Client and Hosting Facilities Contents iii Preface v Introduction 9 Client-Server Functionality 23 WindX - Windows Thin-Client 41 JavX - Java-Based Thin-Client

More information

IBM Host Access Client Package for Multiplatforms, V5 IBM Personal Communications and IBM WebSphere Host On-Demand Migrate to the Web at your own pace

IBM Host Access Client Package for Multiplatforms, V5 IBM Personal Communications and IBM WebSphere Host On-Demand Migrate to the Web at your own pace Programming Announcement September 28, 2004 IBM Host Access Client Package for Multiplatforms, V5 IBM Personal Communications and IBM WebSphere Host On-Demand Migrate to the Web at your own pace Overview

More information

UPK Professional Technical Specifications. Version

UPK Professional Technical Specifications. Version UPK Professional Technical Specifications Version 11.1.0.1 Table of Contents Introduction... 3 Multi-user Install... 3 Server Requirements for a Multi-user Install... 3... 3... 3 Database... 3 Client Requirements

More information

ProvideX V6 Features & Enhancements

ProvideX V6 Features & Enhancements ProvideX V6 Features & Enhancements Presented by: Mike King What s new this release? Overview Core Language Visual Enhancements Improved Graphical Controls File System Database Interfaces Thin Client Services

More information

IBM Workplace Client Technology, Micro Edition V5.7 delivers tools and run-times for server-managed client devices

IBM Workplace Client Technology, Micro Edition V5.7 delivers tools and run-times for server-managed client devices Software Announcement July 27, 2004 IBM Workplace Client Technology, Micro Edition V5.7 delivers tools and run-times for server-managed client devices Overview IBM Workplace Client Technology, Micro Edition

More information

ORACLE USER PRODUCTIVITY KIT PROFESSIONAL V6.3 TECHNICAL SPECIFICATIONS (WITH ENABLEMENT SERVICE PACK 3)

ORACLE USER PRODUCTIVITY KIT PROFESSIONAL V6.3 TECHNICAL SPECIFICATIONS (WITH ENABLEMENT SERVICE PACK 3) ORACLE USER PRODUCTIVITY KIT PROFESSIONAL V6.3 TECHNICAL SPECIFICATIONS (WITH ENABLEMENT SERVICE PACK 3) KEY FEATURES FEATURES OF ORACLE USER PRODUCTIVITY KIT Single, synchronized authoring session for

More information

Running Java Programs

Running Java Programs Running Java Programs Written by: Keith Fenske, http://www.psc-consulting.ca/fenske/ First version: Thursday, 10 January 2008 Document revised: Saturday, 13 February 2010 Copyright 2008, 2010 by Keith

More information

Determining the Best Approach

Determining the Best Approach 2 Determining the Best Approach The remaining chapters of this book cover the capabilities of the BlackBerry application platform and then dig into each application development option in detail. Before

More information

Drag and drop. All done!

Drag and drop. All done! Working with Moodle, a Guide for Faculty Posting Course Materials and Managing Files Summary Moodle helps you share many different types of files with your students - Word documents, PowerPoint presentations,

More information

Introduction to Java Programming

Introduction to Java Programming Introduction to Java Programming Lecture 1 CGS 3416 Spring 2017 1/9/2017 Main Components of a computer CPU - Central Processing Unit: The brain of the computer ISA - Instruction Set Architecture: the specific

More information

PDF Printing & Print Preview

PDF Printing & Print Preview PDF Printing & Print Preview Presented by: Gord Davey Presentation Overview PDF Printing Syntax, Options, Usage Customizable Form Handling Customizable File Selection Dialogue Print Preview Capabilities

More information

Print Server. User s Manual. Rev. 01 (April, 2004) Made In Taiwan

Print Server. User s Manual. Rev. 01 (April, 2004) Made In Taiwan Print Server User s Manual Rev. 01 (April, 2004) Made In Taiwan TABLE OF CONTENTS ABOUT THIS GUIDE... 4 INTRODUCTION... 5 PACKAGE CONTENTS... 6 SYSTEM REQUIREMENTS... 6 GENERAL FEATURES... 7 PRODUCT VIEW...

More information

Lesson 5: Multimedia on the Web

Lesson 5: Multimedia on the Web Lesson 5: Multimedia on the Web Lesson 5 Objectives Define objects and their relationships to multimedia Explain the fundamentals of C, C++, Java, JavaScript, JScript, C#, ActiveX and VBScript Discuss

More information

Developing Ajax Web Apps with GWT. Session I

Developing Ajax Web Apps with GWT. Session I Developing Ajax Web Apps with GWT Session I Contents Introduction Traditional Web RIAs Emergence of Ajax Ajax ( GWT ) Google Web Toolkit Installing and Setting up GWT in Eclipse The Project Structure Running

More information

Mobile Internet Devices and the Cloud

Mobile Internet Devices and the Cloud Mobile Internet Devices and the Cloud What Is a Smartphone? Mobile Operating Systems for Smartphones 1. iphone 2. Google (Android) 3. Blackberry 4. Windows Mobile 5. Ubuntu Mobile Internet Device (MID)

More information

Visual Presenter Visual Webcaster

Visual Presenter Visual Webcaster ) Visual Presenter Visual Webcaster Last Revised 8/3/11 Powered by Table of Contents Overview 3 System Requirements 4-5 Login 6 Main Menu 7 Preparing for the Event Presenter 8-12 Slides 13-20 URL s 21-23

More information

Device Technologies I J2ME & WinCE

Device Technologies I J2ME & WinCE Device Technologies I J2ME & WinCE Patrick J. Stockreisser p.j.stockreisser@cs.cardiff.ac.uk Lecture Outline In the lecture we will: Look at considerations needed to run applications on mobile or pervasive

More information

UPK and UPK Professional Technical Specifications

UPK and UPK Professional Technical Specifications UPK and UPK Professional Technical Specifications Version 12.1.0.3 August 2016 Table of Contents Introduction... 3 Multi-user Developer Install... 3 Server Requirements for a Multi-user Developer Install...

More information

Address Bar. Application. The space provided on a web browser that shows the addresses of websites.

Address Bar. Application. The space provided on a web browser that shows the addresses of websites. Address Bar The space provided on a web browser that shows the addresses of websites. Application Computer software designed to help users perform Specific tasks. Back Button A button at the top of the

More information

Workstation Configuration

Workstation Configuration Workstation Configuration December 15, 2017 - Version 9.3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

1. Introduction. Java. Fall 2009 Instructor: Dr. Masoud Yaghini

1. Introduction. Java. Fall 2009 Instructor: Dr. Masoud Yaghini 1. Introduction Java Fall 2009 Instructor: Dr. Masoud Yaghini Outline Introduction Introduction The Java Programming Language The Java Platform References Java technology Java is A high-level programming

More information

Rich Client Viewer (applet)

Rich Client Viewer (applet) Rich Client Viewer (applet) Viewer Applet Html Code Minimal HTML required to view as applet (mydisplay.html):

More information

QuestionPoint chat The Guide to IE browser setup Last updated: 2009 June 23

QuestionPoint chat The Guide to IE browser setup Last updated: 2009 June 23 QuestionPoint chat The Guide to IE browser setup Last updated: 2009 June 23 This guide provides a procedure for initially configuring your Internet Explorer (IE) browser to use Flash Chat. Note: If you

More information

Ensuring your computer has Java

Ensuring your computer has Java Ensuring your computer has Java TournamentSR and all of its support programs require the Java Standard Runtime Environment (JRE). This is a free program that can be downloaded and installed from the Internet.

More information

Workstation Configuration

Workstation Configuration Workstation Configuration September 22, 2015 - Version 9 & 9.1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Manual Internet Explorer 9 Xp Windows 7 64 Bit Offline Installer

Manual Internet Explorer 9 Xp Windows 7 64 Bit Offline Installer Manual Internet Explorer 9 Xp Windows 7 64 Bit Offline Installer For: Windows 10 32-bit and more. Windows Malicious Software Removal Tool x64 6/9/2015. File Size: 49.4 MB. KB Articles: KB890830. The Microsoft

More information

IBM Content Manager OnDemand for i5/os Common Server Planning and Installation Guide

IBM Content Manager OnDemand for i5/os Common Server Planning and Installation Guide System i IBM Content Manager OnDemand for i5/os Common Server Planning and Installation Guide Version 6 Release 1 SC27-1158-04 System i IBM Content Manager OnDemand for i5/os Common Server Planning and

More information

Introduction to Java. Lecture 1 COP 3252 Summer May 16, 2017

Introduction to Java. Lecture 1 COP 3252 Summer May 16, 2017 Introduction to Java Lecture 1 COP 3252 Summer 2017 May 16, 2017 The Java Language Java is a programming language that evolved from C++ Both are object-oriented They both have much of the same syntax Began

More information

Android Studio Setup Procedure

Android Studio Setup Procedure Android Studio Setup Procedure System Requirements : Windows OS Linux OS Mac OS Microsoft Windows 7/8/10 (32- or 64-bit) 3 GB RAM minimum, 8 GB RAM recommended; plus 1 GB for the Android Emulator 2 GB

More information

How To Enable Java In Internet Explorer 8 On Windows Xp >>>CLICK HERE<<<

How To Enable Java In Internet Explorer 8 On Windows Xp >>>CLICK HERE<<< How To Enable Java In Internet Explorer 8 On Windows Xp You'll need to enable JavaScript in your browser to experience WebEx services. These steps How to enable JavaScript for different browsers: Windows:

More information

INTERNET ORDERING YOU ARE NOW READY TO START YOUR ORDER SETTING UP YOUR COMPUTER IT S AS EASY AS NOTE: WHEN LOADING

INTERNET ORDERING YOU ARE NOW READY TO START YOUR ORDER SETTING UP YOUR COMPUTER IT S AS EASY AS NOTE: WHEN LOADING SETTING UP YOUR COMPUTER IT S AS EASY AS 1-2 - 3 NOTE: WHEN LOADING THE WEB ORDER TOOLS: 1. When you first load from the our link provided to you, it will load JAVA 1.4.1.02 and the web ordering application.

More information

Workstation Configuration

Workstation Configuration Workstation Configuration December 12, 2017 - Version 9.4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

CM0256 Pervasive Computing

CM0256 Pervasive Computing CM0256 Pervasive Computing Lecture 17 Software Development Approaches Tom Goodale t.r.goodale@cs.cardiff.ac.uk Lecture Outline In this lecture we: J2ME applications Palm. Device Limitations Limited Power

More information

Workstation Configuration Guide

Workstation Configuration Guide Workstation Configuration Guide August 13, 2018 Version 9.6.134.78 For the most recent version of this document, visit our documentation website. Table of Contents 1 Workstation configuration 4 1.1 Considerations

More information

AUSTRALIAN DEALER ACCESS

AUSTRALIAN DEALER ACCESS AUSTRALIAN DEALER ACCESS SSL VPN Ver: V2.0 Date: 26/01/11 Author: Nick Bourne - GEOPS Page 1 1.0 OVERVIEW...3 1.1 Aim of Document... 3 1.2 Initial Connectivity... 3 2.0 MAKING A CONNECTION...4 3.0 FIRST

More information

User Guide. ThinkFree Office Server Edition June 13, Copyright(c) 2011 Hancom Inc. All rights reserved

User Guide. ThinkFree Office Server Edition June 13, Copyright(c) 2011 Hancom Inc. All rights reserved User Guide ThinkFree Office Server Edition June 13, 2011 Document Revision History This table describes the changes to ThinkFree Office Server Edition User Guide Date Note 2008-06-30 ThinkFree Office Server

More information

Teamcenter Installation on Windows Clients Guide. Publication Number PLM00012 J

Teamcenter Installation on Windows Clients Guide. Publication Number PLM00012 J Teamcenter 10.1 Installation on Windows Clients Guide Publication Number PLM00012 J Proprietary and restricted rights notice This software and related documentation are proprietary to Siemens Product Lifecycle

More information

UPK and UPK Professional Technical Specifications

UPK and UPK Professional Technical Specifications UPK and UPK Professional Technical Specifications Version 12.1.0.4 December 2017 Table of Contents Introduction... 3 Multi-user Developer Install... 3 Server Requirements for a Multi-user Developer Install...

More information

Java Plugin Update Windows 7 32 Bit To 64 Bit

Java Plugin Update Windows 7 32 Bit To 64 Bit Java Plugin Update Windows 7 32 Bit To 64 Bit Cost Java SE 8 Update 20: Everything you need to run Java applications and Operating Systems: Linux, Mac OS X, Windows 7 (32 bit), Windows 7 (64 bit), Software

More information

Elementary Computing CSC M. Cheng, Computer Science 1

Elementary Computing CSC M. Cheng, Computer Science 1 Elementary Computing CSC 100 2014-07-14 M. Cheng, Computer Science 1 File & Operating Systems Every computer has an Operating System (OS). An OS is a piece of software that manages the resources on every

More information

The goal of this book is to teach you how to use Adobe Integrated

The goal of this book is to teach you how to use Adobe Integrated Clearing the AIR The goal of this book is to teach you how to use Adobe Integrated Runtime (AIR) to create desktop applications. You can use JavaScript or ActionScript to develop AIR applications, and

More information

Elementary Computing CSC 100. M. Cheng, Computer Science

Elementary Computing CSC 100. M. Cheng, Computer Science Elementary Computing CSC 100 1 File & Operating Systems Every computer has an Operating System (OS). An OS is a piece of software that manages the resources on every computer. User Interfaces and File

More information

DAY 3 J2ME Aalborg University, Mobile Device Group. Mobile. Mobile Phone Programming

DAY 3 J2ME Aalborg University, Mobile Device Group. Mobile. Mobile Phone Programming DAY 3 J2ME Mobile Phone Programming Java 2 Micro Edition (J2ME) Overview Introduction J2ME architecture MIDlets Application development Introduction J2ME Key Factors Portability: Write once run anywhere

More information

Perceptive Nolij Web. Technical Specifications. Version:

Perceptive Nolij Web. Technical Specifications. Version: Perceptive Nolij Web Technical Specifications Version: 6.8.24 Written by: Product Knowledge Date: October 2017 2014-2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International, Inc.,

More information

INTRODUCTION TO COMPUTERS AND WINDOWS 10

INTRODUCTION TO COMPUTERS AND WINDOWS 10 INTRODUCTION TO COMPUTERS AND WINDOWS 10 Pam Stephens, Instructor email: pamela.stephens890@gmail.com Sign in: Take one of each handout. Please sit at a computer that is already turned on. Thank you! WHAT

More information

File Upload Instructions Customer Access To Transcript Bulletin Publishing s FTP Site

File Upload Instructions Customer Access To Transcript Bulletin Publishing s FTP Site File Upload Instructions Customer Access To Transcript Bulletin Publishing s FTP Site In order to upload files to our FTP site, you will need a Java-enabled web browser for Microsoft Windows and Mac OS

More information

NOTIFICATION OF CHANGE PURPOSE OF THIS DOCUMENT:...2 REASON FOR THE UPGRADE...2 SYSTEM REQUIREMENT:...2 FIRST TIME ACCESS:...

NOTIFICATION OF CHANGE PURPOSE OF THIS DOCUMENT:...2 REASON FOR THE UPGRADE...2 SYSTEM REQUIREMENT:...2 FIRST TIME ACCESS:... PURPOSE OF THIS DOCUMENT:...2 REASON FOR THE UPGRADE...2 SYSTEM REQUIREMENT:...2 FIRST TIME ACCESS:...4 PAGE 1 OF 7 PURPOSE OF THIS DOCUMENT: The main purpose of this document is to outline user s workstation

More information

Java EE 7 is ready What to do next? Peter Doschkinow Senior Java Architect

Java EE 7 is ready What to do next? Peter Doschkinow Senior Java Architect Java EE 7 is ready What to do next? Peter Doschkinow Senior Java Architect The following is intended to outline our general product direction. It is intended for information purposes only, and may not

More information

1. Remove any previously installed versions of the Offline Image Viewer by dragging and dropping the Offline Image Viewer icon into the Trash.

1. Remove any previously installed versions of the Offline Image Viewer by dragging and dropping the Offline Image Viewer icon into the Trash. Installing OIV 2.6 for Macs 1. Remove any previously installed versions of the Offline Image Viewer by dragging and dropping the Offline Image Viewer icon into the Trash. 2. Download the new version of

More information

Not For Sale. Offline Scratch Development. Appendix B. Scratch 1.4

Not For Sale. Offline Scratch Development. Appendix B. Scratch 1.4 Appendix B Offline Scratch Development If you only have occasional access to the Internet or your Internet access is extremely slow (aka 56k dial-up access), you are going to have a difficult time trying

More information

Perceptive Nolij Web. Technical Specifications. Version: 6.8.x

Perceptive Nolij Web. Technical Specifications. Version: 6.8.x Perceptive Nolij Web Technical Specifications Version: 6.8.x Written by: Product Knowledge, R&D Date: October 2018 Copyright 2014-2018 Hyland Software, Inc. and its affiliates. Table of Contents Introduction...

More information

Java for ie 6 0 free. Java for ie 6 0 free.zip

Java for ie 6 0 free. Java for ie 6 0 free.zip Java for ie 6 0 free Java for ie 6 0 free.zip Download instalar java 6.0 gratis - Java Runtime Environment (JRE) 32bits 8.0.600.27: Kit completo para rodar aplicações Java no PC, e muito mais programas..

More information

ThinPoint Quick Installation Guide - 1 -

ThinPoint Quick Installation Guide - 1 - ThinPoint Quick Start Guide ThinPoint Quick Installation Guide - 1 - ThinPoint Quick Start Guide (Fourth Edition, April 2008) Published by: NetLeverage Pty. Ltd. Suite 17, 17 International Business Centre

More information

Rational Systems Developer

Rational Systems Developer Rational Systems Developer Version 7.0 Installation Guide GI11-8355-04 Rational Systems Developer Version 7.0 Installation Guide GI11-8355-04 Note Before using this information and the product it supports,

More information

DAY 3 J2ME March 2007 Aalborg University, Mobile Device Group Mobile Phone Programming

DAY 3 J2ME March 2007 Aalborg University, Mobile Device Group Mobile Phone Programming DAY 3 J2ME Mobile Phone Programming Module 2 Micro (J2ME) Overview Introduction J2ME architecture Introduction 1 J2ME Key Factors Portability: Write once run anywhere Security: Code runs within the confines

More information

Introduction to Computers and Applications

Introduction to Computers and Applications A World of Computers Introduction to Computers and Applications What is computer literacy? Knowledge and understanding of computers and their uses Computers are everywhere What Is a Computer? How is a

More information

PDF Expert for ipad User guide

PDF Expert for ipad User guide PDF Expert for ipad User guide 2011 Readdle Inc. 2 Contents Introduction Chapter 1: Copying documents to PDF Expert USB file transfer using itunes File Sharing Saving attachments from Mail and other ipad

More information

Release Notes Fiery X3e 22C-KM Color Server, version 2.0

Release Notes Fiery X3e 22C-KM Color Server, version 2.0 Release Notes Fiery X3e 22C-KM Color Server, version 2.0 This document contains information about Fiery X3e 22C-KM Color Server, server software version 2.0. Before using the Fiery X3e 22C-KM Color Server

More information

JSR 248: Taking Java Platform, Micro Edition (Java ME) to the Next Level

JSR 248: Taking Java Platform, Micro Edition (Java ME) to the Next Level JSR 248: Taking Java Platform, Micro Edition (Java ME) to the Next Level Kay Glahn Consultant Mobile Service Architecture, Vodafone http://www.vodafone.com Erkki Rysä Technologist Nokia Corporation http://www.nokia.com

More information

Workspace ios Content Locker. UBC Workspace 2.0: VMware Content Locker v4.12 for ios. User Guide

Workspace ios Content Locker. UBC Workspace 2.0: VMware Content Locker v4.12 for ios. User Guide UBC Workspace 2.0: VMware Content Locker v4.12 for ios User Guide Navigating Content Locker Content Locker centralizes all your enterprise data in a single container and integrates existing content repositories

More information

Sentences Installation Guide. Sentences Version 4.0

Sentences Installation Guide. Sentences Version 4.0 Sentences Installation Guide Sentences Version 4.0 A publication of Lazysoft Ltd. Web: www.sentences.com Lazysoft Support: support@sentences.com Copyright 2000-2012 Lazysoft Ltd. All rights reserved. The

More information

CHAPTER 03: MULTIMEDIA & OPERATING SYSTEM. :: Operating System :: ~ What is OS?~ ~ OS Functions~ ~ OS Characteristics ~ ~ Type of OS~

CHAPTER 03: MULTIMEDIA & OPERATING SYSTEM. :: Operating System :: ~ What is OS?~ ~ OS Functions~ ~ OS Characteristics ~ ~ Type of OS~ CHAPTER 03: MULTIMEDIA & OPERATING SYSTEM :: Operating System :: ~ What is OS?~ ~ OS Functions~ ~ OS Characteristics ~ ~ Type of OS~ 1 Operating System and Software Computer Operating System An operating

More information

Mobile Application Development. Introduction. Dr. Christelle Scharff Pace University, USA

Mobile Application Development. Introduction. Dr. Christelle Scharff Pace University, USA Mobile Application Development Introduction Dr. Christelle Scharff cscharff@pace.edu Pace University, USA Objectives Getting an overview of the mobile phone market, its possibilities and weaknesses Providing

More information

Bluetooth Scatternet Application. Sun Code for Freedom

Bluetooth Scatternet Application. Sun Code for Freedom Bluetooth Scatternet Application Sun Code for Freedom Submitted for Code For Freedom Contest 2009 By Ravi D Suvarna Ananth V Sandeep Jain Index Topic Page No. 1. Introduction ---------------------------------------------

More information

How to Create Happy End-Users

How to Create Happy End-Users How to Create Happy End-Users Presented by: Jane Raymond Presentation Outline Widgets SpellCheck AutoComplete Query Enhancements Listbox & Grid Enhancements And More For the Developer Widgets Create different

More information

Java Manuals For Windows Xp Sp2 32 Bit 2012

Java Manuals For Windows Xp Sp2 32 Bit 2012 Java Manuals For Windows Xp Sp2 32 Bit 2012 Earlier this year, Microsoft announced end of support for Windows XP. on Windows XP that prevented it from installing without manual intervention. a link for

More information

Appendix A GLOSSARY SYS-ED/ COMPUTER EDUCATION TECHNIQUES, INC.

Appendix A GLOSSARY SYS-ED/ COMPUTER EDUCATION TECHNIQUES, INC. Appendix A GLOSSARY SYS-ED/ COMPUTER EDUCATION TECHNIQUES, INC. Action Applet Bidirectional support Block Built-in macro Canvas CGI - Common Gateway Interface Character set Dependency view Dialog box Encryption

More information

OverviewXPs.book Page 1 Thursday, February 1, :16 PM. MetaFrame XP TM s. English Version 1.0 Part Number

OverviewXPs.book Page 1 Thursday, February 1, :16 PM. MetaFrame XP TM s. English Version 1.0 Part Number OverviewXPs.book Page 1 Thursday, February 1, 2001 3:16 PM MetaFrame XP TM s English Version 1.0 Part Number 664-0000 OverviewXPs.book Page 2 Thursday, February 1, 2001 3:16 PM Part Number 668-0000 OverviewXPs.book

More information

Release Date March 10, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312)

Release Date March 10, Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312) Adeptia Server 4.9 Installation Guide Version 1.2 Release Date March 10, 2009 Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60610, USA Phone: (312) 229-1727 Copyright Copyright 2000-2008 Adeptia,

More information

Manual Internet Explorer 10 Vista 64 Bit Windows 7 Problems

Manual Internet Explorer 10 Vista 64 Bit Windows 7 Problems Manual Internet Explorer 10 Vista 64 Bit Windows 7 Problems Internet Explorer 10 Modern UI/Metro Internet Explorer 11 Desktop The "joys" of Windows Update not working in Windows XP, Vista, 7, 8 and 8.1

More information

Computer chip: A very small pieces of silicon or other semi-conducting material onto which integrated circuits are embedded Circuit board: A thin

Computer chip: A very small pieces of silicon or other semi-conducting material onto which integrated circuits are embedded Circuit board: A thin INTRODUCTION We can divide the parts that make up a computer into three broad categories or subsystem: the central processing unit (CPU), the main memory, and the input/output subsystem. The next three

More information

Teamcenter Installation on Linux Clients Guide. Publication Number PLM00010 J

Teamcenter Installation on Linux Clients Guide. Publication Number PLM00010 J Teamcenter 10.1 Installation on Linux Clients Guide Publication Number PLM00010 J Proprietary and restricted rights notice This software and related documentation are proprietary to Siemens Product Lifecycle

More information

User Addendum User Box Scan support on the Fiery E C-KM Color Server, version 1.1

User Addendum User Box Scan support on the Fiery E C-KM Color Server, version 1.1 User Addendum User Box Scan support on the Fiery E 10 50-45C-KM Color Server, version 1.1 This document describes installing software for User Box scan support on the Fiery E 10 50-45C-KM Color Server,

More information

Batch Plus - Data Collection Software

Batch Plus - Data Collection Software Product Information Letter Batch Plus - Data Collection Software March 13, 2005 Introduction Z-Space presents ITScriptNet - Batch Plus Developer data collection design and communication software. Batch

More information

Installation java windows xp free. Installation java windows xp free.zip

Installation java windows xp free. Installation java windows xp free.zip Installation java windows xp free Installation java windows xp free.zip java download for windows xp professional free, Windows Media Player 11.0, RealPlayer for Windows 10.5, Style XP Men 3.19Download

More information

Series 40 6th Edition SDK, Feature Pack 1 Installation Guide

Series 40 6th Edition SDK, Feature Pack 1 Installation Guide F O R U M N O K I A Series 40 6th Edition SDK, Feature Pack 1 Installation Guide Version Final; December 2nd, 2010 Contents 1 Legal Notice...3 2 Series 40 6th Edition SDK, Feature Pack 1...4 3 About Series

More information

TIBCO iprocess Workspace (Browser) Installation Guide. Software Release 11.3 May 2011

TIBCO iprocess Workspace (Browser) Installation Guide. Software Release 11.3 May 2011 TIBCO iprocess Workspace (Browser) Installation Guide Software Release 11.3 May 2011 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

More information

Workstation Configuration

Workstation Configuration Workstation Configuration Version 8.2 May 2, 2014 For the most recent version of this document, visit our documentation website. Table of Contents 1 Workstation configuration 3 1.1 Custom level Internet

More information

Republicbank.com Supported Browsers and Settings (Updated 03/12/13)

Republicbank.com Supported Browsers and Settings (Updated 03/12/13) Republicbank.com Supported Browsers and Settings (Updated 03/12/13) We support the Internet Explorer 8.0 & 9.0. If you are using Internet Explorer 7.0 or earlier you will need to update your browser. Click

More information

Java 2 Platform, Micro Edition

Java 2 Platform, Micro Edition Java 2 Platform, Micro Edition ArchitectureOverview Jon Courtney Senior Staff Engineer Sun Microsystems JavaOne203 Sesion316 Overall Presentation Goal Learnaboutthearchitectural features ofthejava 2Platform,MicroEdition(J2ME

More information

IBM SecureWay On-Demand Server Version 2.0

IBM SecureWay On-Demand Server Version 2.0 Securely delivering personalized Web applications IBM On-Demand Server Version 2.0 Highlights Delivers personalized Web solutions on demand to anyone, anywhere using profile serving Provides industry-leading,

More information

Welcome to Kmax Installing Kmax

Welcome to Kmax Installing Kmax Welcome to Kmax 10.2 Kmax is a cross-platform, Java-based application that will run on Windows, Linux, or Mac OS X. This distribution of Kmax replaces all previous releases except for Kmax on Mac OS X

More information

Xerox ConnectKey Technology Remote Control Panel White Paper

Xerox ConnectKey Technology Remote Control Panel White Paper Xerox ConnectKey Technology Remote Control Panel White Paper 1 Table of Contents The information presented in this document is broken into the following sections: Section 1 General Overview......2 Section

More information

Installing DevPartner Java Edition Release 4.1

Installing DevPartner Java Edition Release 4.1 Installing DevPartner Java Edition Release 4.1 Technical support is available from our Technical Support Hotline or via our FrontLine Support Web site. Technical Support Hotline: 1-888-686-3427 Frontline

More information

14-Nov-11. Chapter 5: System Software: Operating Systems and Utility Programs. Learning Objectives. Learning Objectives. Overview

14-Nov-11. Chapter 5: System Software: Operating Systems and Utility Programs. Learning Objectives. Learning Objectives. Overview Learning Objectives Chapter 5: System Software: Operating Systems and 1. Understand the difference between system software and application software. 2. Explain the different functions of an operating system

More information

IBM WebSphere Application Server V3.5, Advanced Edition Expands Platform Support and Leverages the Performance of the Java 2 Software Development Kit

IBM WebSphere Application Server V3.5, Advanced Edition Expands Platform Support and Leverages the Performance of the Java 2 Software Development Kit Software Announcement July 25, 2000 IBM V3.5, Expands Platform Support and Leverages the Performance of the Java 2 Software Development Kit Overview WebSphere Application Server V3.5, manages and integrates

More information

CS 4300 Computer Graphics

CS 4300 Computer Graphics CS 4300 Computer Graphics Prof. Harriet Fell Fall 2011 Lecture 8 September 22, 2011 GUIs GUIs in modern operating systems cross-platform GUI frameworks common GUI widgets event-driven programming Model-View-Controller

More information

SSL VPN INSTALLATION GUIDE

SSL VPN INSTALLATION GUIDE SSL VPN INSTALLATION GUIDE Sonicwall VPN Client Download & Installation Guide For Windows Machines : 1) Open Browser and Browse the following URL to download the client. https://103.237.170.61/cgi-bin/welcome/virtualoffice

More information

Installation guide for Java. Step by Step Guide. A C A D G I L D Page 1

Installation guide for Java. Step by Step Guide. A C A D G I L D Page 1 Installation guide for Java Step by Step Guide A C A D G I L D Page 1 Installing Java, Android Studio Table of Contents 1. Introduction... 3 2. Minimum Requirements For Windows... 4 3. Minimum Requirements

More information