C. Cross-Platform Java also presented a middleware threat to Microsoft s operating system monopoly

Size: px
Start display at page:

Download "C. Cross-Platform Java also presented a middleware threat to Microsoft s operating system monopoly"

Transcription

1 C. Cross-Platform Java also presented a middleware threat to Microsoft s operating system monopoly 57. Cross-platform Java is another middleware technology that has the potential to erode the applications barrier to entry by gaining widespread usage of APIs without competing directly against Windows as an operating system. 1. The nature of the Java threat 58. James Gosling and others at Sun Microsystems developed Java in significant part to provide developers a choice between writing cross-platform applications and writing applications that depend on a particular operating system Java consists of a series of interlocking elements designed to facilitate the creation of cross-platform applications, i.e. applications that can run on multiple operating systems. i. Gosling testified: "The Java technology is intended to make it possible to develop software applications that are not dependent on a particular operating system or particular computer hardware.... A principal goal of the Java technology is to assure that a Java-based program -- unlike a traditional software application -- is no longer tied to a particular operating system and hardware platform, and does not require the developer to undertake the timeconsuming and expensive effort to port the program to different platforms. As we said in the Preface to The Java Programming Language, software developers creating applications in Java benefit by developing code only once, with no need to port their applications to every software and hardware platform.... Because the Java technology allows developers to make software applications that can run on various JVMs on multiple platforms, it holds the promise of giving consumers greater choice in applications, operating systems, and hardware. The Java technology has the potential not only to free individual consumers from concern about whether the software they want to run is supported by a given operating system, but also to permit corporations and Internet users more easily to mix different types of computing systems across a network." Gosling Dir (b); see also Gosling, 12/3/98am, at 6:3-6. Gosling stated this theme in internal documents as early as August 1995: "The 138

2 issue of making developers CPU and OS independent is that they can port to Sun or to Windows.... Sun's or any alternate CPU company (MIPS and SGI) key to success is apps. Apps are the key to volume. Java allows developers to decrease their dependence on Intel and Microsoft." DX 1285; see also DX 2012, at SUN ( Sun is attempting to establish Java as a viable computing platform which is hardware and operating system independent. ). i iv. In his June 1999 rebuttal testimony, Dean Schmalensee recognized Java is used for a wide range of things. It s how my son first learned computer programming. It s used to run on a wide array of platforms. That, of course, is one of its most important selling features from Sun. Schmalensee, 6/23/99pm, at 50:5-11. As the District Court for the Northern District of California found: Sun's JAVA Technology comprises a standardized application programming environment that affords software developers the ability to create and distribute a single version of programming code which is capable of operating on many different, otherwise incompatible, system platforms and browsers. Most computer systems implement platform-dependent programming environments, such as Microsoft's Win32 programming environment. Programs created to run on a particular platform will not function on a different platform. Thus, a software developer must choose the platforms for which it will develop and support different versions of the same program. Sun's platform-independent JAVA Technology, which can be implemented on many different system platforms and browsers, obviates the need for creating and supporting different versions of the same program. Sun Microsystems, Inc. v. Microsoft Corp., 999 F. Supp. 1301, 1302 (N.D. Cal. 1998) Java provides ISVs a programming language with which to write applications. Java also includes a set of class libraries, a collection of programs written in Java, that offer APIs that ISVs can use to develop software applications. i. Microsoft s Paul Maritz summarized the different aspects of Java: Java, the programming language; Java the virtual machine, which you need to execute Java programs; and then there s this collection of other programs written in Java, which I call the Java classes. And it s that collection of software that is being put forward by Sun, and that Netscape has announced their intent to cooperate with Sun, that forms 139

3 another body of middleware that I am concerned about. Maritz, 1/26/99am, at 18:22-19:23. As the District Court for the Northern District of California summarized: The Java programming environment allows software developers to create a single version of program code that is capable of running on any platform which possesses a compatible implementation of the Java runtime environment. The Java programming environment comprises (1) Sun's specification for the Java language, (2) Sun's specification for the Java class libraries and (3) the Java compiler. Sun Microsystems, Inc. v. Microsoft Corp., 21 F. Supp. 2d 1109, 1112 (N.D. Cal. 1998) The Java programming environment also provides software developers a Java virtual machine (JVM) that, when ported to different operating systems, serves as the host or adaptor to which programs written in the Java language can be run, independent of the underlying operating system. Together, the Java class libraries and virtual machine are often referred to as the Java runtime environment (JRE). i. As Gosling explained, Java makes it much easier for ISVs to develop platform-independent software because Java programs "need not run by interacting with a particular operating system s APIs. Instead, they typically interact with a Java virtual machine ( JVM ), which is an intermediate software layer that translates the Java-based program for the particular operating system and hardware platform that the Java virtual machine runs on. In essence, the Java-based program views the JVM as an operating system, and the operating system views the JVM as a traditional application... once a JVM is developed for a software platform, if the JVM is fully compliant with the Java specifications,... it should run most Java-based programs without the need to recompile or otherwise modify the programs.... Such programs thus have the potential to run on any PC, other type of computer, or even devices not traditionally thought of as computers (such as cellular telephones), provided that the machines have compatible JVMs installed on them. ; see also Gosling Dir. 24, 25, 28; Gosling, 12/2/98am, at 55:5-11 (any Java program, if written properly and properly compiled into bytecodes, should run equivalently on any properly-designed and 140

4 implemented Java virtual machine, regardless of the underlying platform is); Gosling, 12/10/98pm, at 21:8-14 (describing the JVM as an adaptor). i Sean Sanders, an executive with Novell Corporation, testified: The Java virtual machine is essentially yet another software layer that allows people to run Java-based applications and to help them -- provide them the tools that they could use to yet build and develop and to -- for optimization of any other Java applications that they might want to develop. Sanders Dep., 1/13/99, at 188:18-189:15. The District Court for the Northern District of California described the Java architecture as follows: Sun's JAVA Technology is a so-called class-based language in that its functionality is determined by the Java classes available to the programmer. Therefore, new functionality requires developing new Java classes. Programs written in the Java programming language are compiled into intermediate instructions called bytecodes or Applets. These bytecodes or Applets are then interpreted by another computer program which emulates a hypothetical CPU called the Java Virtual Machine. The Java Virtual Machine translates the Applets into instructions understood by the specific computer CPU on which the Java Virtual Machine is running. Therefore, a specific interpreter or virtual machine is needed for each computer CPU on which the Java program is run. Sun Microsystems, Inc. v. Microsoft Corp., 999 F. Supp. 1301, (N.D. Cal. 1998) (citations omitted.) Because Java offers alternative APIs, applications written using standard Java programming tools and class libraries can run on any operating system for which there is a Java virtual machine. The widespread adoption of a cross-platform Java programming environment could reduce computer users dependency on the Windows operating system. i. As Gosling explained: As more new Java-based programs are developed, distributed and used, new operating systems may be developed to take advantage of the existing body of Java-based software. In other words, potential developers of new operating systems and hardware platforms need not be deterred by the absence of platform-specific programs for their new systems, so long as there is a JVM available to enable existing Java programs 141

5 to run on the systems. This may give new operating systems and hardware platforms a chance to compete in markets previously dominated by a particular vendor." Gosling Dir. 29; Gosling, 12/10/98pm, at 28:20-29:2 ( Once the APIs that developers develop to are ones that are realized on many different operating systems, then those operating systems can compete with Windows. And that would lead to sort of a lesser -- lesser role for Windows in that they would have to compete with these operating systems on the merits of the operating system rather than on the lock that tends to be inherent in the APIs and the binary compatibility. ). i iv. Soyring explained IBM s rationale for supporting Java: Primarily because the value that it provides to IBM s customers and the value it provides to IBM. As you probably know, IBM has a variety of operating systems, primarily four different ones. Many of our customers have many of these different -- several - - one or more of these operating systems installed. It s less expensive for them and less time-consuming for them to be able to buy one application or one software product that they can buy, maintain, and support but run it on different operating system platforms. The success of cross-platform Java would enhance the ability of other operating systems to compete.... What drives demand for the sales of operating systems is the availability of applications. And if there is a large install base of Java that s consistently implemented, what it does is create an economic opportunity for commercial software developers to be able to develop a commercial software application using Java and then make it available to sell and be run on many different operating systems rather than just on one. Soyring, 11/18/98pm, at 54:8-55:10; see also Soyring Dir. 28 ( The Java technology from Sun is designed to allow Java-compatible application programs to run on a wide variety of different hardware and operating systems. This would provide users with the benefits of increased number of applications and would reduce the cost of ISVs of developing applications for multiple operating systems. This characteristic of Java also has the potential to undermine the Windows application advantage.... ). Barksdale testified that the cross-platform benefits of Java, allowed for the development of software applications that were directed more to the Internet than to the desktop, and thus had the potential to serve as a partial substitute for the Windows OS as a development platform. Barksdale Dir. 15; see also Sasaki Dep. (played 12/16/98pm), at 31:24-32:7 (explaining that Java has the potential to level the playing field among operating systems). Dean Schmalensee readily acknowledged that cross-platform Java technology poses a competitive threat to Windows by potentially rendering underlying 142

6 operating systems less significant: Sun s Java poses potentially serious competitive implications for Windows.... If Java achieves its advocates ambitions, operating systems would become less important in the marketplace, and the important standards would come to be determined by Sun, which vigorously defends its control over the Java language. Schmalensee Dir ; see also Warren Boulton, 11/19/98pm, 31:8-12 (concluding an increasing number of users may be able to simply do without Windows entirely ). 2. Microsoft recognized the Java threat 59. Microsoft understood the threat Java posed to its monopoly power. Java offered ISVs the ability to create a robust set of cross-platform applications that might reduce the applications barrier to entry Java provided software developers with a platform to create applications that could run on different operating systems and hardware platforms. i. Eubanks testified: One of the great things with Java is that when you create a Java application, it will run on any machine that has a Java virtual machine. Eubanks, 6/16/99am, at 68: i Gosling, whose responsibilities include working with numerous application developers and who himself has a career of experience as a developer, made clear that Java s theme of write once, run anywhere was terrifically attractive to developers. Developers want this more than just about anything you can imagine. Gosling, 12/3/98am, at 32: Soyring testified: Write once run everywhere... has been the holy grail of programming for many years to be able to write an application once and then run it on many different operating systems or hardware platforms, and we find that Java is a technology that most closely approaches this by a long distance versus any other technology, and we have been able to successfully demonstrate with a set of our clients that it is possible using the Java technology to write an application once, compile it once and then run that exact same code on a variety of different operating systems, giving our customers the choice to choose different operating systems and different hardware platforms. Soyring, 11/18/98pm, at 51:18-52:6; see also Sanders Dep., 1/13/99, at 186:20-143

7 187:3 (stating that Java provides the benefit of an application-running environment that would allow people to run applications independent of any kind of operating system or cpu type of restraints they may currently be facing ). iv. Barksdale testified that Java allows software developers to write crossplatform applications that will run on any operating system, increasing consumer flexibility and ease of use, while reducing development costs associated with writing an application and then porting it to run on various different operating systems.... The Java programming technology solves the platform dependency problem that has so long plagued software development. Programs written in Java can be run on any platform that has a Java virtual machine and Java class libraries, which Navigator does. Barksdale Dir. 15, Microsoft recognized, and continues to recognize, the competitive threat that Java poses to Windows by providing an attractive cross-platform programming environment that could erode the applications programming barrier to entry. i. Dr. Warren-Boulton summarized the evidence of Microsoft s perception of the competitive threat posed by Java: Microsoft has, almost from the beginning, recognized that the clearest threat to that monopoly power is the emergence of Java technologies combined with an independent browser market. Their response to that threat has been to attempt to take that technology, and instead of making it multi -- cross-platform, has been to transform that technology into a technology that is Windows-specific so as to prevent the emergence of a large stock of applications that could be used on any operating system.... Warren-Boulton, 12/1/98am, at 19:24-20:8. Dr. Fisher, similarly, summarized the evidence that Microsoft treated Java as a significant competitive threat to Windows. Fisher Dir Microsoft executives have throughout the past four years treated cross-platform Java as a serious threat to Microsoft s operating system dominance. i. In a June to Microsoft executive staff, Paul Maritz focused on the need to fundamentally blunt Java/AWT momentum and to reestablish ActiveX and non-java approaches as a viable strategy for 144

8 structuring software. The reason Mr. Maritz provided for this objective was to protect our core asset Windows -- the thing that we get paid $ s for. While Java per se is not the problem, if everything & everybody moves to Java as a language, then it will be so much more easy for AWT to become the API, and Windows is damaged. GX 42, at MS (emphasis in original); see also GX 473, at MS ("Java. Gaining as scripting language... Class libraries define 'API.' Becoming the 'brand' for software components."); GX 504, MS (Maritz writing that: Java. Sun s goal is: -- Java class library/runtime = new OS API -- leverage this new API to replace Windows by JavaOS. ). In August 1996, Bob Muglia wrote: When a Java developer writes to AWT, they are writing to Sun APIs, and their application can be easily run on competitive platforms." GX 466, at MS ; see also Muglia, 2/26/99pm, 10:5-11:22 (by offering an alternative platform, Sun could get developers to write to the Java platform and not to Windows, and therefore the applications that they wrote would not be focused on Windows). i In September 1996, Adam Bosworth sent Bill Gates and others an e- mail discussing Java. Bosworth noted, I think it is important to understand that Java is not just a language. If it were just a language, it would not be a threat to us. We would and could easily just build the best implementation of this language and be done. It is, however, much more. It is an alternative to COM.... Java is on Unix and requires no dealing with setup, install, de-install, or anything else. Thus it is really easy to understand how a system for dynamically authoring Web pages on the server that depended upon Java objects rather than COM ones would have wider appeal. Gates responds: This scares the hell out of me. Its still very unclear to me what our OS will offer to Java client applications code that will make them unique enough to preserve our market position. Understanding this is so important that it deserves top priority. GX 983, MS iv. In January 1997, an internal Microsoft analysis described the platform challenge posed by Java: possible emergence of a set of APIs and underlying system software that lead to a lesser or no role for Windows. GX 51, MS

9 significant potential threat to Windows. v. In a February to Jim Allchin, Mr. Gates again addressed the cross-platform threat posed by Java: What will we have that the Java Runtime will not have?... The fact is that applications can be run on the server against an HTML client.... Most applications will have very little client code in the future.... The fact is there will be lots of machines where HTML/some level of Java is all they will have in common. Cheap devices and old PCs will be like this. It makes it very easy for people to think they should just program to this.... Lets work together to find the solution to this. I can say I am more scared than you are but that is not what will help us figure out where we should go. GX 475; see also GX 590 (Gates writing: Java is the biggest threat to us and I certainly shouldn't be doing Apple events unless we are getting some help from us on this. ) Microsoft s witnesses in this litigation conceded that Java presented a i. Gates testified repeatedly that he perceived Java to be a threat to Windows: Gates Dep., (played 12/2/98am), at 22:19-23:1. Gates stated: we did think of Java APIs as something that competed with us for the attention of ISV's in terms of whether or not they would take advantage of the advanced features of Windows." Gates Dep. (played 12/2/98am), at 24:15-22; see also Gates Dep., 8/27/98, at 90:12-19 (DX 2568). Muglia also testified that Microsoft considered Java a serious crossplatform threat: "Although Java was a new and unproven technology, Microsoft took Sun's claims seriously.... Sun has adopted a business strategy that seeks to transform the Java programming language into a full operating environment and software development platform. A key requirement of Sun's strategy is delivering on its WORA claim -- that programs written in Java, to the Java development platform, will run without modification on any underlying platform for which there is a JVM." Muglia Dir. 8, 10; see also Muglia, 2/26/99pm, at 4:8-18 (Muglia believed in 1995 and 1996 that Java represented a serious threat to Microsoft s operating system business); Muglia, 2/26/99pm, at 7:2-19 (explained that the cross-platform threat consisted of the JVM and Java class-libraries) ; Muglia, 2/26/99pm, at 9:3-21 (explained that: what they were trying to do was get developers to write to that alternative platform. So, even if -- even if a 146

10 developer wrote a Java program and that program runs on Windows, even in the case where it runs on Windows, it's not written to Microsoft's programming interfaces. So when I said slide in their platform, what I meant is that they could, in essence, make what everything else that our platform did irrelevant, thus enabling to replace Windows and make it obsolete, so to speak. ). i iv. Maritz also testified: If successful, software developers could write programs to run on Sun s technology, and neither Windows nor any other operating system would provide significant value to customers. Maritz Dir. 243; Maritz, 1/26/99am, 20:23-21:3 (the Java foundation classes posed a potentially serious platform threat); Maritz, 1/28/99am, 59:10-60:17, 62:3-63:17 (Maritz explained Java is a form of middleware. Sun s goal was to provide most of the OS services through the Java runtime. The browser and Java have the potential to serve as a virtual operating system.). Dean Schmalensee also acknowledged the cross-platform threat Java poses to Windows: Sun would like ISVs to write pure Java so that their applications can run anywhere, in principle. Microsoft would like ISVs to design applications that would run on Windows. It matters to those companies what choice the ISV makes, assuming it s a good application. Schmalensee, 6/22/99pm, at 23:23-24:7. v. Slivka also testified regarding the Java threat: my recollection was that this cross-os Java platform stuff that we were attempting to do with AFC, he [Bill Gates] was very unhappy with that. He thought that was a big threat to Windows. Slivka Dep., 9/4/98, at 367:13-369:3 (DX 2591); see also, Slivka, 1/13/99, at 735:13-736:4 ( All this comes back to Windows and the threat, you know, Sun's very direct threat to our Windows platform, and the success of Windows on the client. So, this seemed like if the library space fragmented, the write once, run anywhere, I guess, actually is what Sun called it, that would be a lot less probable... I guess the end was to protect the Windows franchise, not to defeat the write once, run everywhere. ). 147

Characteristics of Java (Optional) Y. Daniel Liang Supplement for Introduction to Java Programming

Characteristics of Java (Optional) Y. Daniel Liang Supplement for Introduction to Java Programming Characteristics of Java (Optional) Y. Daniel Liang Supplement for Introduction to Java Programming Java has become enormously popular. Java s rapid rise and wide acceptance can be traced to its design

More information

APPLETS AND NETWORK SECURITY: A MANAGEMENT OVERVIEW

APPLETS AND NETWORK SECURITY: A MANAGEMENT OVERVIEW 84-10-25 DATA SECURITY MANAGEMENT APPLETS AND NETWORK SECURITY: A MANAGEMENT OVERVIEW Al Berg INSIDE Applets and the Web, The Security Issue, Java: Secure Applets, Java: Holes and Bugs, Denial-of-Service

More information

1. Overview of the Java Language

1. Overview of the Java Language 1. Overview of the Java Language What Is the Java Technology? Java technology is: A programming language A development environment An application environment A deployment environment It is similar in syntax

More information

2 Introduction to Java. Introduction to Programming 1 1

2 Introduction to Java. Introduction to Programming 1 1 2 Introduction to Java Introduction to Programming 1 1 Objectives At the end of the lesson, the student should be able to: Describe the features of Java technology such as the Java virtual machine, garbage

More information

V. Microsoft Engaged In A Predatory Campaign To Crush The Browser Threat To Its Operating System Monopoly

V. Microsoft Engaged In A Predatory Campaign To Crush The Browser Threat To Its Operating System Monopoly V. Microsoft Engaged In A Predatory Campaign To Crush The Browser Threat To Its Operating System Monopoly 85. With the browser threat to its operating system monopoly still robust after its failure to

More information

Section 1.4. Java s Magic: Bytecode, Java Virtual Machine, JIT,

Section 1.4. Java s Magic: Bytecode, Java Virtual Machine, JIT, J A V A T U T O R I A L S : Section 1.4. Java s Magic: Bytecode, Java Virtual Machine, JIT, JRE and JDK This section clearly explains the Java s revolutionary features in the programming world. Java basic

More information

9/11/15. What is Programming? CSCI 209: Software Development. Discussion: What Is Good Software? Characteristics of Good Software?

9/11/15. What is Programming? CSCI 209: Software Development. Discussion: What Is Good Software? Characteristics of Good Software? What is Programming? CSCI 209: Software Development Sara Sprenkle [email protected] "If you don't think carefully, you might think that programming is just typing statements in a programming language."

More information

Mobile Application Languages XML, Java, J2ME and JavaCard Lesson 04 Java

Mobile Application Languages XML, Java, J2ME and JavaCard Lesson 04 Java Mobile Application Languages XML, Java, J2ME and JavaCard Lesson 04 Java Oxford University Press 2007. All rights reserved. 1 C and C++ C and C++ with in-line-assembly, Visual Basic, and Visual C++ the

More information

JAVA Telephony API (JTAPI)

JAVA Telephony API (JTAPI) JAVA Telephony API (JTAPI) A White Paper By Lucent Technologies October 27, 1997 TABLE OF CONTENTS 1. INTRODUCTION 1 1.1 Market Drivers 1 1.2 History of JTAPI 2 2. OVERVIEW OF JTAPI 3 2.1 Why JAVA 3 2.2

More information

Thin@ System Architecture V3.2. Last Update: August 2015

Thin@ System Architecture V3.2. Last Update: August 2015 Thin@ System Architecture V3.2 Last Update: August 2015 Introduction http://www.thinetsolution.com Welcome to Thin@ System Architecture manual! Modern business applications are available to end users as

More information

INTRODUCTION TO JAVA PROGRAMMING LANGUAGE

INTRODUCTION TO JAVA PROGRAMMING LANGUAGE INTRODUCTION TO JAVA PROGRAMMING LANGUAGE Today Java programming language is one of the most popular programming language which is used in critical applications like stock market trading system on BSE,

More information

Mobile web apps: The best option for business? A whitepaper from mrc

Mobile web apps: The best option for business? A whitepaper from mrc Mobile web apps: The best option for business? A whitepaper from mrc Introduction Mobile apps have finally reached the point where businesses can no longer afford to ignore them. Recent surveys and studies

More information

White Paper. Java Security. What You Need to Know, and How to Protect Yourself. 800.266.7798 www.inductiveautomation.com

White Paper. Java Security. What You Need to Know, and How to Protect Yourself. 800.266.7798 www.inductiveautomation.com White Paper Java Security What You Need to Know, and How to Protect Yourself Java Security: What You Need to Know, and How to Protect Yourself Ignition HMI, SCADA and MES software by Inductive Automation

More information

Suh yun Ki m (KIS T) (KIS [email protected]

Suh yun Ki m (KIS T) (KIS suhyunk@.com Suhyun Kim (KIST) [email protected] Overview Introduction Types of Application Virtualization Remote Execution Only & Only Comparison Summary Virtualization It s Hot! Microsoft acquires Connectix Corp. EMC

More information

Building Applications Using Micro Focus COBOL

Building Applications Using Micro Focus COBOL Building Applications Using Micro Focus COBOL Abstract If you look through the Micro Focus COBOL documentation, you will see many different executable file types referenced: int, gnt, exe, dll and others.

More information

Example of Standard API

Example of Standard API 16 Example of Standard API System Call Implementation Typically, a number associated with each system call System call interface maintains a table indexed according to these numbers The system call interface

More information

Titolo del paragrafo. Titolo del documento - Sottotitolo documento The Benefits of Pushing Real-Time Market Data via a Web Infrastructure

Titolo del paragrafo. Titolo del documento - Sottotitolo documento The Benefits of Pushing Real-Time Market Data via a Web Infrastructure 1 Alessandro Alinone Agenda Introduction Push Technology: definition, typology, history, early failures Lightstreamer: 3rd Generation architecture, true-push Client-side push technology (Browser client,

More information

CSE 452: Programming Languages. Acknowledgements. Contents. Java and its Evolution

CSE 452: Programming Languages. Acknowledgements. Contents. Java and its Evolution CSE 452: Programming Languages Java and its Evolution Acknowledgements Rajkumar Buyya 2 Contents Java Introduction Java Features How Java Differs from other OO languages Java and the World Wide Web Java

More information

Web Conferencing: It should be easy THE REASONS WHY IT IS NOT AND THE PATHS TO OVERCOME THE CHALLENGES.

Web Conferencing: It should be easy THE REASONS WHY IT IS NOT AND THE PATHS TO OVERCOME THE CHALLENGES. September 2013 Daitan White Paper Web Conferencing: It should be easy THE REASONS WHY IT IS NOT AND THE PATHS TO OVERCOME THE CHALLENGES. Highly Reliable Software Development Services http://www.daitangroup.com/webconferencing

More information

Risks with web programming technologies. Steve Branigan Lucent Technologies

Risks with web programming technologies. Steve Branigan Lucent Technologies Risks with web programming technologies Steve Branigan Lucent Technologies Risks with web programming technologies Abstract Java applets and their kind are bringing new life to the World Wide Web. Through

More information

JavaPOS TM FAQ. What is an FAQ? What is JavaPOS?

JavaPOS TM FAQ. What is an FAQ? What is JavaPOS? JavaPOS TM FAQ What is an FAQ? An FAQ is a list of frequently asked questions. In addition to supplying background material, this document will provide answers for the most frequently asked questions about

More information

What is Middleware? Software that functions as a conversion or translation layer. It is also a consolidator and integrator.

What is Middleware? Software that functions as a conversion or translation layer. It is also a consolidator and integrator. What is Middleware? Application Application Middleware Middleware Operating System Operating System Software that functions as a conversion or translation layer. It is also a consolidator and integrator.

More information

HOW TO CONFIGURE PASS-THRU PROXY FOR ORACLE APPLICATIONS

HOW TO CONFIGURE PASS-THRU PROXY FOR ORACLE APPLICATIONS HOW TO CONFIGURE PASS-THRU PROXY FOR ORACLE APPLICATIONS Overview of Oracle JInitiator Oracle JInitiator enables users to run Oracle Forms applications using Netscape Navigator or Internet Explorer. It

More information

Enterprise Mobile Application Development: Native or Hybrid?

Enterprise Mobile Application Development: Native or Hybrid? Enterprise Mobile Application Development: Native or Hybrid? Enterprise Mobile Application Development: Native or Hybrid? SevenTablets 855-285-2322 [email protected] http://www.seventablets.com

More information

What Is the Java TM 2 Platform, Enterprise Edition?

What Is the Java TM 2 Platform, Enterprise Edition? Page 1 de 9 What Is the Java TM 2 Platform, Enterprise Edition? This document provides an introduction to the features and benefits of the Java 2 platform, Enterprise Edition. Overview Enterprises today

More information

Agent Languages. Overview. Requirements. Java. Tcl/Tk. Telescript. Evaluation. Artificial Intelligence Intelligent Agents

Agent Languages. Overview. Requirements. Java. Tcl/Tk. Telescript. Evaluation. Artificial Intelligence Intelligent Agents Agent Languages Requirements Overview Java Tcl/Tk Telescript Evaluation Franz J. Kurfess, Cal Poly SLO 211 Requirements for agent Languages distributed programming large-scale (tens of thousands of computers)

More information

Layering a computing infrastructure. Middleware. The new infrastructure: middleware. Spanning layer. Middleware objectives. The new infrastructure

Layering a computing infrastructure. Middleware. The new infrastructure: middleware. Spanning layer. Middleware objectives. The new infrastructure University of California at Berkeley School of Information Management and Systems Information Systems 206 Distributed Computing Applications and Infrastructure Layering a computing infrastructure Middleware

More information

Statement of Direction

Statement of Direction Mobile First: Taking Mobile CRM to the Next Level 1 January 2013 Mobile First: Taking Mobile CRM to the Next Level Whitepaper Mobile First: Taking Mobile CRM to the Next Level 2 Table of Contents Notes...

More information

EVALUATION OF SERVER-SIDE TECHNOLOGY FOR WEB DEPLOYMENT

EVALUATION OF SERVER-SIDE TECHNOLOGY FOR WEB DEPLOYMENT EVALUATION OF SERVER-SIDE TECHNOLOGY FOR WEB DEPLOYMENT Dr. Alexander Pons, University of Miami, [email protected] ABSTRACT The deployment of Web applications consisting of dynamic content requires the selection

More information

Introduction to Virtual Machines

Introduction to Virtual Machines Introduction to Virtual Machines Introduction Abstraction and interfaces Virtualization Computer system architecture Process virtual machines System virtual machines 1 Abstraction Mechanism to manage complexity

More information

Virtual Machines. Virtual Machines

Virtual Machines. Virtual Machines Virtual Machines Virtual Machines What is a virtual machine? Examples? Benefits? 1 Virtualization Creation of an isomorphism that maps a virtual guest system to a real host: Maps guest state S to host

More information

Chapter 1 Introduction to Enterprise Software

Chapter 1 Introduction to Enterprise Software Chapter 1 Introduction to Enterprise Software What Is Enterprise Software? Evolution of Enterprise Software Enterprise Software and Component-Based Software Summary If you have heard of terms such as

More information

Contents. Java - An Introduction. Java Milestones. Java and its Evolution

Contents. Java - An Introduction. Java Milestones. Java and its Evolution Contents Java and its Evolution Rajkumar Buyya Grid Computing and Distributed Systems Lab Dept. of Computer Science and Software Engineering The University of Melbourne http:// www.buyya.com Java Introduction

More information

JavaPOS TM FAQ. What is an FAQ? What is JavaPOS?

JavaPOS TM FAQ. What is an FAQ? What is JavaPOS? JavaPOS TM FAQ What is an FAQ? An FAQ is a list of frequently asked questions. In addition to supplying background material, this document will provide answers for the most frequently asked questions about

More information

Expanding the Value of the Windows Terminal Server Investment. HOBLink JWT HOB Enhanced Terminal Services

Expanding the Value of the Windows Terminal Server Investment. HOBLink JWT HOB Enhanced Terminal Services Expanding the Value of the Windows Terminal Server Investment HOBLink JWT HOB Enhanced Terminal Services 2001 by HOB electronic GmbH & Co. KG Information in this document is subject to change without notice,

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

REALbasic versus Visual Basic

REALbasic versus Visual Basic REALbasic versus Visual Basic By Jerry Lee Ford, Jr. November 2006 When is comes to the development of Windows applications, REALbasic s main competitor it Microsoft s Visual Basic programming language.

More information

TCO for Application Servers: Comparing Linux with Windows and Solaris

TCO for Application Servers: Comparing Linux with Windows and Solaris TCO for Application Servers: Comparing Linux with Windows and Solaris Robert Frances Group August 2005 IBM sponsored this study and analysis. This document exclusively reflects the analysis and opinions

More information

Azul's Zulu JVM could prove an awkward challenge to Oracle's Java ambitions

Azul's Zulu JVM could prove an awkward challenge to Oracle's Java ambitions Azul's Zulu JVM could prove an awkward challenge to Oracle's Java ambitions Analyst: John Abbott 26 Feb, 2014 Azul Systems, best known for its Zing scalable Java runtime, has been introducing a new product

More information

Adobe Flash Player and Adobe AIR security

Adobe Flash Player and Adobe AIR security Adobe Flash Player and Adobe AIR security Both Adobe Flash Platform runtimes Flash Player and AIR include built-in security and privacy features to provide strong protection for your data and privacy,

More information

Developing and deploying mobile apps

Developing and deploying mobile apps Developing and deploying mobile apps 1 Overview HTML5: write once, run anywhere for developing mobile applications 2 Native app alternative Android -- Java ios -- Objective-C Windows Mobile -- MS tools

More information

Multi-core Programming System Overview

Multi-core Programming System Overview Multi-core Programming System Overview Based on slides from Intel Software College and Multi-Core Programming increasing performance through software multi-threading by Shameem Akhter and Jason Roberts,

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

What Perl Programmers Should Know About Java

What Perl Programmers Should Know About Java Beth Linker, [email protected] Abstract The Java platform is by no means a replacement for Perl, but it can be a useful complement. Even if you do not need to or want to use Java, you should know a bit

More information

Virtualization and the U2 Databases

Virtualization and the U2 Databases Virtualization and the U2 Databases Brian Kupzyk Senior Technical Support Engineer for Rocket U2 Nik Kesic Lead Technical Support for Rocket U2 Opening Procedure Orange arrow allows you to manipulate the

More information

How Java Software Solutions Outperform Hardware Accelerators

How Java Software Solutions Outperform Hardware Accelerators How Java Software Solutions Outperform Hardware Accelerators MIPS Technologies, Inc. April 2005 Java is a programming language which has one big advantage and one big disadvantage: the big advantage is

More information

Chapter 4 IT Infrastructure and Platforms

Chapter 4 IT Infrastructure and Platforms Chapter 4 IT Infrastructure and Platforms Essay Questions: 1. Identify and describe the stages of IT infrastructure evolution. 2. Identify and describe the technology drivers of IT infrastructure evolution.

More information

Deputy Secretary for Information Technology Date Issued: November 20, 2009 Date Revised: December 20, 2010. Revision History Description:

Deputy Secretary for Information Technology Date Issued: November 20, 2009 Date Revised: December 20, 2010. Revision History Description: Information Technology Policy Commonwealth of Pennsylvania Governor's Office of Administration/Office for Information Technology ITP Number: ITP-SYM008 ITP Title: Server Virtualization Policy Issued by:

More information

TSplus White Paper 1

TSplus White Paper 1 TSplus White Paper 1 Contents What is it?... 4 Business Challenges... 6 Evaluating the alternatives... 10 Alternatives solutions for web-enabled deployments... 13 The Benefits of Server-Based Application

More information

DB2 Connect for NT and the Microsoft Windows NT Load Balancing Service

DB2 Connect for NT and the Microsoft Windows NT Load Balancing Service DB2 Connect for NT and the Microsoft Windows NT Load Balancing Service Achieving Scalability and High Availability Abstract DB2 Connect Enterprise Edition for Windows NT provides fast and robust connectivity

More information

Sample copy. Introduction To WebLogic Server Property of Web 10.3 Age Solutions Inc.

Sample copy. Introduction To WebLogic Server Property of Web 10.3 Age Solutions Inc. Introduction To WebLogic Server Property of Web 10.3 Age Solutions Inc. Objectives At the end of this chapter, participants should be able to: Understand basic WebLogic Server architecture Understand the

More information

System Structures. Services Interface Structure

System Structures. Services Interface Structure System Structures Services Interface Structure Operating system services (1) Operating system services (2) Functions that are helpful to the user User interface Command line interpreter Batch interface

More information

How bare-metal client hypervisors will mean the end of agent-based Windows management

How bare-metal client hypervisors will mean the end of agent-based Windows management How bare-metal client hypervisors will mean the end of agent-based Windows management Abstract... 2 Understanding the old (current?) way of managing desktops.... 2 How do companies manage desktops currently?...

More information

Write Once, Run Anywhere Pat McDonough

Write Once, Run Anywhere Pat McDonough Write Once, Run Anywhere Pat McDonough Write Once, Run Anywhere Write Once, Run Anywhere You Might Have Heard This Before! Java, According to Wikipedia Java, According to Wikipedia Java is a computer programming

More information

Getting a Secure Intranet

Getting a Secure Intranet 61-04-69 Getting a Secure Intranet Stewart S. Miller The Internet and World Wide Web are storehouses of information for many new and legitimate purposes. Unfortunately, they also appeal to people who like

More information

Getting Started with iphone SDK, Android and others: Mobile Application Development Create your Mobile Applications Best Practices Guide

Getting Started with iphone SDK, Android and others: Mobile Application Development Create your Mobile Applications Best Practices Guide Getting Started with iphone SDK, Android and others: Mobile Application Development Create your Mobile Applications Best Practices Guide Copyright 2008 Mobile Application Development 100 Success Secrets

More information

Technical White Paper The Excel Reporting Solution for Java

Technical White Paper The Excel Reporting Solution for Java Technical White Paper The Excel Reporting Solution for Java Using Actuate e.spreadsheet Engine as a foundation for web-based reporting applications, Java developers can greatly enhance the productivity

More information

VMware Server 2.0 Essentials. Virtualization Deployment and Management

VMware Server 2.0 Essentials. Virtualization Deployment and Management VMware Server 2.0 Essentials Virtualization Deployment and Management . This PDF is provided for personal use only. Unauthorized use, reproduction and/or distribution strictly prohibited. All rights reserved.

More information

Solution Recipe: Improve PC Security and Reliability with Intel Virtualization Technology

Solution Recipe: Improve PC Security and Reliability with Intel Virtualization Technology Solution Recipe: Improve PC Security and Reliability with Intel Virtualization Technology 30406_VT_Brochure.indd 1 6/20/06 4:01:14 PM Preface Intel has developed a series of unique Solution Recipes designed

More information

Rapid application development for JEE using Adobe ColdFusion 9

Rapid application development for JEE using Adobe ColdFusion 9 Rapid application development for JEE using Adobe ColdFusion 9 Table of contents 1 Six issues affecting web application development 2 The ColdFusion approach for rapid application development 3 The business

More information

picojava TM : A Hardware Implementation of the Java Virtual Machine

picojava TM : A Hardware Implementation of the Java Virtual Machine picojava TM : A Hardware Implementation of the Java Virtual Machine Marc Tremblay and Michael O Connor Sun Microelectronics Slide 1 The Java picojava Synergy Java s origins lie in improving the consumer

More information

A Review of Different Comparative Studies on Mobile Operating System

A Review of Different Comparative Studies on Mobile Operating System Research Journal of Applied Sciences, Engineering and Technology 7(12): 2578-2582, 2014 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2014 Submitted: August 30, 2013 Accepted: September

More information

12. Introduction to Virtual Machines

12. Introduction to Virtual Machines 12. Introduction to Virtual Machines 12. Introduction to Virtual Machines Modern Applications Challenges of Virtual Machine Monitors Historical Perspective Classification 332 / 352 12. Introduction to

More information

Mobile Cloud Computing for Data-Intensive Applications

Mobile Cloud Computing for Data-Intensive Applications Mobile Cloud Computing for Data-Intensive Applications Senior Thesis Final Report Vincent Teo, [email protected] Advisor: Professor Priya Narasimhan, [email protected] Abstract The computational and storage

More information

Native, Hybrid or Mobile Web Application Development

Native, Hybrid or Mobile Web Application Development Native, Hybrid or Mobile Web Application Development Learn more about the three approaches to mobile application development and the pros and cons of each method. White Paper Develop a Mobile Application

More information

Restraining Execution Environments

Restraining Execution Environments Restraining Execution Environments Segurança em Sistemas Informáticos André Gonçalves Contents Overview Java Virtual Machine: Overview The Basic Parts Security Sandbox Mechanisms Sandbox Memory Native

More information

4D and SQL Server: Powerful Flexibility

4D and SQL Server: Powerful Flexibility 4D and SQL Server: Powerful Flexibility OVERVIEW MS SQL Server has become a standard in many parts of corporate America. It can manage large volumes of data and integrates well with other products from

More information

IBM WebSphere Business Integration for HIPAA

IBM WebSphere Business Integration for HIPAA Prepare your business for the future as you prepare for HIPAA IBM WebSphere Business Integration for HIPAA Helps ensure your business is ready to meet the HIPAA mandates Allows private and highly secure

More information

Application Servers - BEA WebLogic. Installing the Application Server

Application Servers - BEA WebLogic. Installing the Application Server Proven Practice Application Servers - BEA WebLogic. Installing the Application Server Product(s): IBM Cognos 8.4, BEA WebLogic Server Area of Interest: Infrastructure DOC ID: AS01 Version 8.4.0.0 Application

More information

Choosing a Mobile Application Development Approach

Choosing a Mobile Application Development Approach ASEAN Journal of Management & Innovation Vol. 1 No. 1, 69 74 by Stamford International University DOI: 10.14456/ajmi..4 ajmi.stamford.edu Choosing a Mobile Application Development Approach Phyo Min Tun

More information

Cambridge International AS and A Level Computer Science

Cambridge International AS and A Level Computer Science Topic support guide Cambridge International AS and A Level Computer Science 9608 For examination from 2017 Topic 3.4.2 Virtual machine Cambridge International Examinations retains the copyright on all

More information

Introduction to Cloud Computing

Introduction to Cloud Computing Introduction to Cloud Computing Cloud Computing I (intro) 15 319, spring 2010 2 nd Lecture, Jan 14 th Majd F. Sakr Lecture Motivation General overview on cloud computing What is cloud computing Services

More information

CORPORATE BACKGROUND

CORPORATE BACKGROUND AN INTRODUCTION TO HIND TECHNOLOGIES CORPORATE BACKGROUND Technologies Hind Vanijya Complex mall, Near JNTU road, KPHB, Hyderabad. E-mail:[email protected] Corporate background: is having a leading

More information

System Requirements Table of contents

System Requirements Table of contents Table of contents 1 Introduction... 2 2 Knoa Agent... 2 2.1 System Requirements...2 2.2 Environment Requirements...4 3 Knoa Server Architecture...4 3.1 Knoa Server Components... 4 3.2 Server Hardware Setup...5

More information

KonyOne Server Prerequisites _ MS SQL Server

KonyOne Server Prerequisites _ MS SQL Server KonyOne Server Prerequisites _ MS SQL Server KonyOne Platform Release 5.0 Copyright 2012-2013 Kony Solutions, Inc. All Rights Reserved. Page 1 of 13 Copyright 2012-2013 by Kony Solutions, Inc. All rights

More information

Software: Systems and Application Software

Software: Systems and Application Software Software: Systems and Application Software Computer Software Operating System Popular Operating Systems Language Translators Utility Programs Applications Programs Types of Application Software Personal

More information

Secrets of Successful Java Testing

Secrets of Successful Java Testing Presentation Paper Bio Return to Main Menu P R E S E N T A T I O N W7 Wednesday, Nov 10, 1999 Secrets of Successful Java Testing Gary Guillon International Conference On Software Testing, Analysis & Review

More information

http://ubiqmobile.com

http://ubiqmobile.com Mobile Development Made Easy! http://ubiqmobile.com Ubiq Mobile Serves Businesses, Developers and Wireless Service Providers Businesses Be among the first to enter the mobile market! - Low development

More information

Fall 2009. Lecture 1. Operating Systems: Configuration & Use CIS345. Introduction to Operating Systems. Mostafa Z. Ali. [email protected].

Fall 2009. Lecture 1. Operating Systems: Configuration & Use CIS345. Introduction to Operating Systems. Mostafa Z. Ali. mzali@just.edu. Fall 2009 Lecture 1 Operating Systems: Configuration & Use CIS345 Introduction to Operating Systems Mostafa Z. Ali [email protected] 1-1 Chapter 1 Introduction to Operating Systems An Overview of Microcomputers

More information

PLATFORM-AS-A-SERVICE: ADOPTION, STRATEGY, PLANNING AND IMPLEMENTATION

PLATFORM-AS-A-SERVICE: ADOPTION, STRATEGY, PLANNING AND IMPLEMENTATION PLATFORM-AS-A-SERVICE: ADOPTION, STRATEGY, PLANNING AND IMPLEMENTATION White Paper May 2012 Abstract Whether enterprises choose to use private, public or hybrid clouds, the availability of a broad range

More information

An Overview of Java. overview-1

An Overview of Java. overview-1 An Overview of Java overview-1 Contents What is Java Major Java features Java virtual machine Java programming language Java class libraries (API) GUI Support in Java Networking and Threads in Java overview-2

More information

Virtual Machines. www.viplavkambli.com

Virtual Machines. www.viplavkambli.com 1 Virtual Machines A virtual machine (VM) is a "completely isolated guest operating system installation within a normal host operating system". Modern virtual machines are implemented with either software

More information

27th Embarcadero Developer Camp General Session

27th Embarcadero Developer Camp General Session 27th Embarcadero Developer Camp General Session John JT Thomas Director of Product Management [email protected] @FireMonkeyPM Market Statistics WHAT S HAPPENING? 2 The Client Revolution An Unprecedented

More information