OpenApi Wiki解释

Open API (often referred to as OpenAPI) is a word used to describe sets of technologies that enable websites to interact with each other by using SOAP, Javascript any other web technology. While its possibilities aren't limited to web-based applications, it's becoming an increasing trend in so-called Web 2.0 applications

The term API stands for Application programming interface.


The term "Open API" has been recently in use by recent trends in social media and web2.0. It is currently a heavily sought after solution to interconnect websites in a more fluid user-friendly manner. Social networking sites like MySpace, Bebo, and Facebook currently do not have any open API's but with the growing trend and demand for social network aggregator websites like PeopleAggregator, Spokeo and SocialURL there will become more prevalent for these social networks to start considering the opportunities to take a leadership role in this almost web 3.0 endeavor. Open API also applies to collaborative services environments where managed service providers can also outsource specific services to other providers via systems integration. For example, companies like Level Platforms provide an open API to adapt to any business offering within the managed service environment.

With the advent of the Facebook Platform, launched June 1st 2007, Facebook incorporated an open api into its business model

OpenSocial is currently being developed by Google in conjunction with MySpace and other social networks including Bebo.com Engage.com, Friendster, hi5, Hyves, imeem, LinkedIn, MySpace, Ning, Oracle, orkut, Plaxo, Salesforce.com, Six Apart, Tianji, Viadeo, and XING. The ultimate goal is for any social website to be able to implement the APIs and host 3rd party social applications.

"Open API" also becoming very popular among Technical software, for the purpose of collaboration between different trades. Such as among Architects and Engineers. Since there are different software for designing structures, buildings, these trades finds a way to use each others work through "Open API". For example an Architect can draw in CAD software, and Engineers (Civil, Mechanical) can implement these plans into their software. Basically it is used for translation purposes.

 

What Is OpenAPI?

Open Application Programming Interface (OpenAPI ) is a set of C language functions that enable you to create applications for accessing Ingres and non-Ingres databases.

It provides you with an alternative to using embedded SQL, which requires a preprocessor in addition to a C compiler. With OpenAPI, these C functions are called directly with normal function call facilities.

OpenAPI simplifies the task of developing applications when multiple interfaces, protocols, and environments are involved. It does this by providing a single interface for accessing data. You can concentrate on what data you want your application to access, rather than how it will access it.

OpenAPI provides an asynchronous method of writing applications. All OpenAPI operations are asynchronous in that a function call returns control to the application before its tasks are completed. When the tasks are completed, the function signals completion by invoking a callback function specified by the application. Thus, you can write an application as fully asynchronous, event-driven code. Alternatively, you can write synchronous code by using an OpenAPI feature that enables an application to wait for each OpenAPI function to complete its tasks.

Common Features of Application Programming Interfaces

OpenAPI is an application programming interface, similar to Microsoft Windows ODBC and the X/Open Company SQL Call Level Interface. Application programming interfaces share the following features:

Differences Between OpenAPI and Other Application Programming Interfaces

OpenAPI provides comparable functionality to Microsoft Windows ODBC and the X/Open Company SQL Call Level Interface. However, there are a few important differences, such as:

OpenAPI Communication

The set of C functions in OpenAPI enable an application to connect to a DBMS Server, execute SQL statements, and retrieve results. It provides support for all Ingres SQL statements. OpenAPI also lets an application connect to the Name Server and execute Name Server query statements.

OpenAPI is an interface that currently resides on top of the Ingres client/server protocol, called the General Communications Architecture (GCA). By using the GCA protocol, OpenAPI can communicate with the following:

Tags:  OpenAPI API SNS FaceBook MySpace

延伸阅读

最新评论

发表评论