zoukankan      html  css  js  c++  java
  • Cocoa History

    Abstract:

    NeXT -> OPenStep -> Yellow Box ->Cocoa

    Keywords:

    1.NeXT

    NeXT Inc. was a company founded by Steve Jobs, etc. from 1986 until 1997 when NeXT merged with Apple.

    2.OpenStep

    an object-oriented API specification for a legacy object-oriented operating system, with the basic goal of offering a NeXTSTEP-like environment on a non-NeXTSTEP operating system.

    3. Difference between OpenStep and NeXT

    3.1 OpenStep no longer referenced to operating system.

    3.2 OpenStep no longer depended on Mach kernal.

    3.3 OpenStep was endian-free

    3.4 number of new classes(NS) and functionality, Foundation Kit or Foundation,  were provided to supporting endian-free and platform-independent. 

    3.5 OpenStep used [Reference Counting] to manage memory and object lifetime, and provided [Autorelease Pools] for automatic memory management

    Detail:

    ----------- As an Entire Operating System

    NeXTSTEP version 0.9   1988

    NeXTSTEP version 1.0   1989

    NeXTSTEP version 2.0   1990

    NeXTSTEP version 3.0   1992

    included [windowing an imaging system(based on Display PostScript)] [Mach kernal] [device drives], and so on.

    the  software libraries(dynamically shared) were known as Kits, not frameworks. Application Kit was the most prominent of them. Besides this, Sound Kit and Music Kit were also included.

    ----------- shipped to several architectures more than NeXT computer(Mach kernel)

    NeXTSTEP version 3.1   1993   the OpenStep initiative also took form

    OPENSTEP                    1994   OpenStep compliant version of NeXTSTEP

    OpenStep API               1994   Application Kit began to use the "NS" prefix. was splited from Foundation. became known as, simply, AppKit

    OpenStep  version 4.0   1996   

    ----------- merged with Apple

    Yellow Box                    1997  Apple acquired NeXT, and renamed it as Yellow Box.

    Cocoa                                   Foundation + AppKit

    Cocoa Touch                          Foundation + UIKit

  • 相关阅读:
    强大的Resharp插件
    配置SPARK 2.3.0 默认使用 PYTHON3
    python3 数据库操作
    python3 学习中的遇到一些难点
    log4j的一个模板分析
    MYSQL内连接,外连接,左连接,右连接
    rabbitmq实战记录
    领域模型分析
    分布式系统学习笔记
    阿里开发规范 注意事项
  • 原文地址:https://www.cnblogs.com/hushuai-ios/p/5093171.html
Copyright © 2011-2022 走看看