Write once, run anywhere

From Wikipedia, the free encyclopedia
Jump to: navigation, search

"Write once, run anywhere" (WORA), or sometimes write once, run everywhere (WORE), is a slogan created by Sun Microsystems to illustrate the cross-platform benefits of the Java language.<ref_imp>"JavaSoft ships Java 1.0". Sun Microsystems_exxel export. 1996-01-23. Java's write-once-run-everywhere capability along with its easy accessibility have propelled the software and Internet communities to embrace it as the de facto standard for writing applications for complex networks  </ref>[1] Ideally, this means Java can be developed on any device, compiled into a standard bytecode and be expected to run on any device equipped with a Java virtual machine (JVM). The installation of a JVM or Java interpreter on chips, devices son_enable or software packages has become an industry standard practice.

This means a programmer can develop code on a PC and can expect it to run on Java enabled cell phones, as well as on routers and mainframes equipped with Java, without any adjustments. This is intended to save software developers the effort of writing a different version of their software for each platform or operating system they intend to deploy on.

This idea originated as early as in the late 1970s, when the UCSD Pascal system was developed to produce and interpret p-code. UCSD Pascal (along with the Smalltalk virtual machine) was a key influence on the design of the Java virtual machine, as is cited by James Gosling.[citation needed]

The catch is that since there are multiple JVM implementations, on top of a wide variety of different operating systems such as Windows, Linux, Solaris, NetWare, HP-UX, and macOS, there can be subtle differences in how a program may execute on each JVM/OS combination, which may require an application to be tested on various target platforms. This has given rise to a joke among Java developers, "Write Once, Debug Everywhere".[2]

In comparison, the Squeak Smalltalk programming language and environment, boasts as being, "truly write once run anywhere",[3] because it "runs bit-identical images across its wide portability base".[4]

As Squeak, MicroEJ provides a virtual execution environment (VEE) which guarantees one unique java thread policy across all implementations, ensuring a true WORA semantic across millions of devices.

See also[edit]

References[edit]

  1. ^ "Write once, run anywhere?". Computer Weekly. 2002-05-02. Retrieved 2009-07-27. 
  2. ^ Wong, William (2002-05-27). "Write Once, Debug Everywhere". electronicdesign.com. Retrieved 2013-02-04. So far, the "write-once, run-everywhere" promise of Java hasn't come true. The bulk of a Java application will migrate between most Java implementations, but taking advantage of a VM-specific feature causes porting problems. 
  3. ^ "Welcome To Squeak". Squeak. Retrieved 5 May 2015. 
  4. ^ "Back to the Future The Story of Squeak, A Practical Smalltalk Written in Itself". Dan Ingalls Ted Kaehler John Maloney Scott Wallace Alan Kay. Retrieved 5 May 2015.