Revision as of 05:02, 2 July 2003 edit203.134.36.92 (talk)No edit summary← Previous edit | Revision as of 11:18, 5 July 2003 edit undoJiang (talk | contribs)43,437 editsmNo edit summaryNext edit → | ||
Line 8: | Line 8: | ||
NeXTSTEP was a combination of several parts: | NeXTSTEP was a combination of several parts: | ||
#a ]-like operating system based on the ], plus source code from UC Berkeley's ] Unix | #a ]-like operating system based on the ], plus source code from ]'s ] Unix | ||
#Display PostScript and a windowing engine | #Display PostScript and a windowing engine | ||
#the ] language and runtime | #the ] language and runtime |
Revision as of 11:18, 5 July 2003
NeXTSTEP is the original object-oriented, multitasking operating system that NeXT Computer, Inc. developed to run on its proprietary NeXT computers (informally known as "black boxes"). NeXTSTEP 1.0 was released in 1989 after several previews starting in 1986, and the last release 3.3 in early 1995. By that point NeXT had teamed up with Sun Microsystems to develop OpenStep, a cross-platform standard and implementation (for SPARC, Intel, HP and NeXT m68k architectures), based on NeXTSTEP.
The format of the name had many camel case variants, and became NEXTSTEP (all capitals) only at the end of its life. The format most commonly used by "insiders" is NeXTSTEP.
The system had originally started in the mid-1980s as two projects, an effort that would create Display PostScript, and an effort to build a "toolkit" of programming objects for the education market. When it became clear that the computers and operating systems of the day were not up to the task of running either, the projects were combined, along with a hardware effort, and eventually created the NeXT computers.
NeXTSTEP was a combination of several parts:
- a Unix-like operating system based on the Mach kernel, plus source code from UC Berkeley's BSD Unix
- Display PostScript and a windowing engine
- the Objective-C language and runtime
- an object-oriented application layer, including several "kits"
- development tools for the OO layers
The key to NeXTSTEP's fame were the last three items. The toolkits offered incredible power, and were used to build all of the software on the machine. Distinctive features of the Objective C language made the writing of applications with NeXTSTEP far easier than on many competing systems, and the system was often pointed to as a paragon of computer development, even a decade later.
Additional kits were added to the product line to make the system more attractive. This included Portable Distributed Objects (PDO), which allowed easy remote invocation, and Enterprise Objects Framework, a powerful object-relational database system. These kits made the system particularly interesting to custom application programmers, and NeXTSTEP had a long history in the financial programming community.
After the completion of Apple Computer's acquisition of NeXT in early 1997, Apple decided to make its own implementation of the OpenStep standard, which resulted is Mac OS X. Mac OS X's OpenStep heritage can be seen in the Cocoa development environment, where the Objective-C library objects have "NS" prefixes. A free software implementation of the OpenStep standard, GNUstep, also exists.
The first web browser, WorldWideWeb, was developed on the NeXTSTEP platform.
See also:
External link
This article (or an earlier version of it) contains material from FOLDOC, used with permission.