Today, in order for a service, such as a web service, to integrate with client side applications, many solutions use loose integration “hooks” to enable the service to plug into the application experience. As those in the industry will attest, few truly successful examples of loose integration exist. This is due in large part to the difficulty of delivering a rich user experience when services differ in capacity and, to the related problem of attempting to clearly define an interface between the client and the service in a way that can be easily understood and implemented.
Various embodiments provide a model through which service providers can describe offered services using a standardized format. In one or more embodiments, the standardized format is declarative and enables service providers to describe their associated services in a standardized way. In at least some embodiments, the standardized format includes a set of common service properties that are shared across multiple different services. Additionally, service-specific properties can be described in addition to the common service properties.
In one or more embodiments, existing services can be extended by including, in the standardized format, a description of an extension. In one or more other embodiments, new services can be added for consumption by simply including a description of the new service using the standardized format.
In at least some embodiments, the standardized format is represented through a declarative, hierarchical tag-based language.
Overview
Various embodiments provide a model through which service providers can describe offered services using a standardized format. In one or more embodiments, the standardized format is declarative and enables service providers to describe their associated services in a standardized way. In at least some embodiments, the standardized format includes a set of common service properties that are shared across multiple different services. Additionally, service specific properties can be described in addition to the common service properties. In one or more embodiments, existing services can be extended by including, in the standardized format, a description of an extension. In one or more other embodiments, new services can be added for consumption by simply including a description of the new service using the standardized format.
In at least some embodiments, the standardized format is represented through a declarative, hierarchical tag-based language. By way of example and not limitation, a suitable hierarchical text-based language is XML. It is to be appreciated and understood, however, that other methods and ways of representing the standardized format can be utilized without departing from the spirit and scope of the claimed subject matter.
In the discussion that follows, a section entitled “Operating Environment” describes an operating environment that can be utilized to practice the inventive principles described herein in accordance with one or more embodiments. Following this, a section entitled “Example Standardized Format” is provided and describes but one example of a standardized format in accordance with one or more embodiments. Following this, a section entitled “Common Service Properties—Example” describes some examples of common service properties in accordance with one or more embodiments. Next, a section entitled “Extending an Existing Service” is provided and describes an embodiment in which an existing service can be extended. Following this, a section entitled “Adding a New Service” describes how a new service can be added in accordance with one or more embodiments. Next, a section entitled “Example Methods” is provided and describes methods in accordance with one or more embodiments. Last, a section entitled “Example System” is provided and describes but one system that can be utilized in accordance with one or more embodiments.
Operating Environment
It is to be appreciated and understood that while service interface module 111 is shown as comprising part of Web browser 110, the service interface module can manifest itself as a stand-alone component that is used by the Web browser. In addition, the service interface can be used by other applications, services, and entities including, by way of example and not limitation, other service providers and Web-based applications.
The computer-readable media can include, by way of example and not limitation, all forms of volatile and non-volatile memory and/or storage media that are typically associated with a computing device. Such media can include ROM, RAM, flash memory, hard disk, removable media and the like. One specific example of a computing device is shown and described below in
In addition, environment 100 includes a network 112, such as the Internet, and one or more web sites 114 from and to which content can be received and sent. Websites 114 can offer a variety of services that can be consumed by applications 108 and Web browser 110, as will become apparent below. In addition, in at least some embodiments, services can be offered locally on a client computing device.
Computing device 102 can be embodied as any suitable computing device such as, by way of example and not limitation, a desktop computer, a portable computer, a handheld computer such as a personal digital assistant (PDA), cell phone, and the like.
Example Standardized Format
The discussion below describes an example standardized format that can be used to describe various different types of services. It is to be appreciated and understood that the description below constitutes an example only and is not to be used to limit application of the claimed subject matter to the specific example format described.
In the model described below, service providers can describe offered services using a standardized format which, in this particular example, employs XML. The standardized format is declarative in the sense that it defines or otherwise declares properties associated with various services that are offered by service providers. In addition, in at least some embodiments, consumers of the standardized format, such as applications and other entities, can select portions of the format to support. For example, some applications may support the full format while other applications might support a subset of the format. In the discussion that follows, a set of common service properties are first described. In at least some embodiments, the set of common service properties are shared across multiple different services. Following this, a discussion of service-specific properties is provided. The service-specific properties are used to describe specific attributes or properties associated with a particular service. These service-specific properties can be used to describe a service being offered, a service that has been extended, and/or a new service.
Common Service Properties—Example
In one or more embodiments, the standardized format describes a common set of service properties that are employed by one or more services. In at least some embodiments, many of the services that can be consumed an application, such as a Web browser, use the standardized format to describe the common set of service properties.
In one or more embodiments, the common set of service properties includes, by way of example and not limitation, a property associated with a homepage URL of the service and a display, such as a visually-renderable display, associated with the service. As but one example of how these common service properties can be represented using the standardized format, consider the following:
In one or more embodiments, the common set of service properties represents a set of properties that services embody. By way of example and not limitation, these properties can include: a name property, an icon property, and a description property. Service-specific functionality is described within its own node in the standardized format. Using the standardized format can allow applications to reliably support service functionality and enable a consistent user experience. As an embellishment of the XML representation shown above, consider the following:
The first thing to notice about the representation above is that, in one or more embodiments, a specific namespace is defined for the described services. This is useful, as will be appreciated by the skilled artisan, because it helps to fully qualify a service and, accordingly, avoid collisions with other similarly-named services which are not qualified by the same namespace.
Further, in this example, a <homepageUrl> tag describes a homepage associated with the particular service. In this particular example, the homepage URL is “encarta.msn.com”. In one or more embodiments, a service has an ID which, in this example, is a combination of the homepageURL and the type of service. Other service IDs can, of course, be used. Additionally, the <display> tag describes three properties associated with the particular service. In this particular example, these properties include, by way of example and not limitation, a name, an icon, and a description. Notice that the icon property contains a link to an icon associated with the service.
Having now discussed an example of a common set of service properties that are shared across multiple different services, consider now a discussion of two specific types of services which serve as an illustration of how a particular service can be represented using the standardized format. It is to be appreciated and understood that these specific services are provided as an example and are not intended to limit application of the claimed subject matter to these particular services. Rather, other services can be described using the standardized format without departing from the spirit and scope of the claimed subject matter.
In the example that follows, services in the form of an activity service and an e-mail service are described.
With regard to an activity service, such can be considered as a specific type of service that is used to send content to a webpage. The description of the activity service uses the standardized format and describes the type of content a service can handle, what to display on a preview of a selected service, and where to navigate the user on execution of a particular activity. As an example of a representation of an activity service using the standardized format, consider the following:
In the illustrated and described embodiment, the standardized format can be utilized to describe the category of a particular activity service. For example, in the representation above, an <activity> tag includes a category property. In this particular example, the category property describes a “map” which defines this activity service as a mapping service. Other types of categories can, however, be used. These types of other categories include, by way of example and not limitation, e-mail activities, define activities, translate activities, and the like.
The nature of an activity service definition is such that it can define different actions that a user can take and what actions to perform responsive to a user action. In the illustrated and described embodiment, the <activityAction> tag is used to describe what happens when the user makes a selection or when the user right clicks on a link. In this particular example, when the user makes a selection, the user invokes an activity such as a mapping activity. So, for example, when the user selects an address on a webpage, the selection can be used to implement a preview action. To implement a preview action, the user's selection is provided into the URL listed under the <preview> tag. This URL is sent to an associated service provider that then processes the user's selection and returns an associated visual preview for the user to see. If, after seeing the preview, the user wishes to have the full mapping function executed, they can simply click on the displayed preview to invoke the functionality described in the <execute> tag. Additionally, services can obtain properties of a document and a user's selection as variables. These variables can be expressed as part of the action URL or through form-based parameters. In accordance with one or more embodiments, the following variables can be supported:
In the above example, variables are enclosure in brackets { }. A variable can be specified as optional by using a “?” after the variable name. If the value of an optional variable is empty, an empty text string in used.
Inline parameters can be used to specify inputs to a service through a URI template. As an example, consider the following:
In this example, documentUrl is a required variable and documentTitle is an optional variable. If the value of documentTitle is empty, then an empty string is used. If the value of documentUrl is empty, then the Activity errors.
Form-based parameters can be used to specify inputs to a service through name-value pairs, similar to HTTP form submissions. This is useful for making HTTP post requests or if the HTTP get request could be longer than the URL character limit.
The parameter element is used to list name-value pairs. This uses the same example as the inline parameters above:
Here, if the variable is indicated as optional and the value is empty, then the value of the optional variable is an empty string. If the variable is required and the value of the variable is empty then the entire name-value pair is not used as part of the form submission.
In one or more embodiments, one can also use the action URL and parameters as a way to track the usage of a service. This can be done by adding a special parameter with a special value indicating that it is from a browser, such as Internet Explorer 8. As an example, consider the following:
Returning to the example above, the functionality described in the <execute> tag describes an HTTP “get” method which uses the associated URL described by the “action” property in conjunction with the data provided by the <parameter> tag. In operation, the user can be navigated to the listed URL and have their particular selection mapped by the webpage associated with the URL.
With respect to an e-mail service, such can be considered as a specific type of service that describes the functionality of web-based e-mail. In operation, the standardized format can be used to describe an URL to an inbox, an URL to get updates to the inbox, and how to send content to a new compose message.
As of example representation of an e-mail service using the standardized format, consider the following:
In the above example, after the description of the common service properties, a separate <email> tag is provided. The <compose> tag contains a description of information associated with composing a message. The illustrated URL describes where information is sent when the user composes an e-mail message. The various parameters within this tag pertain to information that is to be included in the message. Specifically, there is a subject field and a body field.
In addition, a user can also receive a preview by virtue of the preview URL that is described in the <composePreview> tag. When this is invoked, a webpage referenced by the URL is fetched and surfaced for the user.
The final part of the XML representation above describes an inbox representation. This representation describes information associated with allowing a user to check their inbox to ascertain if there are any updates. In operation, the browser can create a button in the chrome of the user interface which allows the user to check their e-mail. In the illustrated and described embodiment, the XML representation describes an URL associated with the e-mail updates. In this particular example, the <monitor> tag describes a feed to which a browser can subscribe to receive e-mail updates.
Having discussed some example services, consider now a discussion of how an existing service can be extended and how a new service can be added in accordance with one or more embodiments.
Extending an Existing Service
In one or more embodiments, the standardized format provides a mechanism by which existing services can be extended. To extend an existing service, one simply includes a description of that service extension using the standardized format. In at least some embodiments, an existing service can be extended by defining a new namespace for the service extension, and then describing the extension parameters relative to the newly-defined namespace. As an example, consider the following XML representation. In this example, an existing activity service is extended with thesaurus functionality.
Notice in this example, a new namespace definition is provided near the top of the XML representation, i.e. the second occurrence of the “xmlns” string. Further in the XML representation, the thesaurus functionality is described in the <activityAction> tag.
In this manner, existing services can be extended by describing the extensions using the standardized format. Alternately or additionally, new services can be added as described just below.
Adding a New Service
In one or more embodiments, a new service can be added by creating a new node as a child of the root node in the standardized format. In the example just below, a new service is created by creating a namespace, i.e. the second occurrence of the “xmlns” and then describing the new service as indicated. In this particular example, the service is described as a link service which allows a user to synchronize their bookmarks with a client machine.
In the XML representation shown just below, notice that the common set of service properties is provided and everything after that in the representation pertains to the new service, i.e. the <link> tag.
Example Methods
Referring to
Referring to
In the illustrated and described embodiments, provision of services based upon the service descriptions can be provided by ascertaining user actions described in the service descriptions, and then responsively taking an action, also described in the service descriptions, based upon the user's action.
Having described various embodiments above, consider now an example system that can be utilized to implement one or more of the embodiments.
Example System
Computing device 400 includes one or more processors or processing units 402, one or more memory and/or storage components 404, one or more input/output (I/O) devices 406, and a bus 408 that allows the various components and devices to communicate with one another. Bus 408 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. Bus 408 can include wired and/or wireless buses.
Memory/storage component 404 represents one or more computer storage media. Component 404 can include volatile media (such as random access memory (RAM)) and/or nonvolatile media (such as read only memory (ROM), Flash memory, optical disks, magnetic disks, and so forth). Component 404 can include fixed media (e.g., RAM, ROM, a fixed hard drive, etc.) as well as removable media (e.g., a Flash memory drive, a removable hard drive, an optical disk, and so forth).
One or more input/output devices 406 allow a user to enter commands and information to computing device 400, and also allow information to be presented to the user and/or other components or devices. Examples of input devices include a keyboard, a cursor control device (e.g., a mouse), a microphone, a scanner, and so forth. Examples of output devices include a display device (e.g., a monitor or projector), speakers, a printer, a network card, and so forth.
Various techniques may be described herein in the general context of software or program modules. Generally, software includes routines, programs, objects, components, data structures, and so forth that perform particular tasks or implement particular abstract data types. An implementation of these modules and techniques may be stored on or transmitted across some form of computer readable media. Computer readable media can be any available medium or media that can be accessed by a computing device. By way of example, and not limitation, computer readable media may comprise “computer storage media” and.
“Computer storage media” include volatile and non-volatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules, or other data. Computer storage media include, but are not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by a computer.
Conclusion
Various embodiments provide a model through which service providers can describe offered services using a standardized format. In one or more embodiments, the standardized format is declarative and enables service providers to describe their associated services in a standardized way. In at least some embodiments, the standardized format includes a set of common service properties that are shared across multiple different services. Additionally, service specific properties can be described in addition to the common service properties. In one or more embodiments, existing services can be extended by including, in the standardized format, a description of an extension. In one or more other embodiments, new services can be added for consumption by simply including a description of the new service using the standardized format.
In at least some embodiments, the standardized format is represented through a declarative, hierarchical tag-based language. By way of example and not limitation, a suitable hierarchical text-based language is XML. It is to be appreciated and understood, however, that other methods and ways of representing the standardized format can be utilized without departing from the spirit and scope of the claimed subject matter.
Although the invention has been described in language specific to structural features and/or methodological steps, it is to be understood that the invention defined in the appended claims is not necessarily limited to the specific features or steps described. Rather, the specific features and steps are disclosed as preferred forms of implementing the claimed invention.
This application is a continuation of, and claims priority to, U.S. patent application Ser. No. 12/042,332, filed on Mar. 5, 2008, the disclosure of which is incorporated by reference herein.
Number | Name | Date | Kind |
---|---|---|---|
5323452 | Dickman et al. | Jun 1994 | A |
6100885 | Donnelly et al. | Aug 2000 | A |
6792605 | Roberts et al. | Sep 2004 | B1 |
6981263 | Zhang et al. | Dec 2005 | B1 |
7478397 | Borries et al. | Jan 2009 | B1 |
7738900 | Manroa et al. | Jun 2010 | B1 |
8302017 | Kim | Oct 2012 | B2 |
20020029256 | Zintel et al. | Mar 2002 | A1 |
20020035556 | Shah et al. | Mar 2002 | A1 |
20030105884 | Upton | Jun 2003 | A1 |
20040006649 | Cirne | Jan 2004 | A1 |
20040017392 | Welch | Jan 2004 | A1 |
20040030616 | Florance et al. | Feb 2004 | A1 |
20040054690 | Hillerbrand et al. | Mar 2004 | A1 |
20040068554 | Bales et al. | Apr 2004 | A1 |
20040133580 | Liu et al. | Jul 2004 | A1 |
20040177335 | Beisiegel et al. | Sep 2004 | A1 |
20040181596 | Sabiers et al. | Sep 2004 | A1 |
20040242186 | Thanh et al. | Dec 2004 | A1 |
20050066284 | Ho et al. | Mar 2005 | A1 |
20050091575 | Relyea et al. | Apr 2005 | A1 |
20050091670 | Karatal et al. | Apr 2005 | A1 |
20050091672 | Debique et al. | Apr 2005 | A1 |
20050192984 | Shenfield et al. | Sep 2005 | A1 |
20050256882 | Able et al. | Nov 2005 | A1 |
20050266879 | Spaur | Dec 2005 | A1 |
20050273839 | Mikkonen et al. | Dec 2005 | A1 |
20050278348 | Falter et al. | Dec 2005 | A1 |
20050278727 | Mogilevsky et al. | Dec 2005 | A1 |
20060005138 | Rohwedder et al. | Jan 2006 | A1 |
20060020585 | Harvey et al. | Jan 2006 | A1 |
20060056334 | Yuan et al. | Mar 2006 | A1 |
20060069774 | Chen et al. | Mar 2006 | A1 |
20060074737 | Shukla et al. | Apr 2006 | A1 |
20060136251 | Sung | Jun 2006 | A1 |
20060206559 | Xie | Sep 2006 | A1 |
20060230145 | Zarakhovsky | Oct 2006 | A1 |
20060236306 | DeBruin et al. | Oct 2006 | A1 |
20060242129 | Libes | Oct 2006 | A1 |
20060294526 | Hambrick et al. | Dec 2006 | A1 |
20070002689 | Mateescu et al. | Jan 2007 | A1 |
20070011605 | Dumitru et al. | Jan 2007 | A1 |
20070016697 | Roh | Jan 2007 | A1 |
20070022384 | Abbott et al. | Jan 2007 | A1 |
20070038937 | Asakawa et al. | Feb 2007 | A1 |
20070073769 | Baikov et al. | Mar 2007 | A1 |
20070073771 | Baikov et al. | Mar 2007 | A1 |
20070073849 | Baikov et al. | Mar 2007 | A1 |
20070078988 | Miloushev et al. | Apr 2007 | A1 |
20070113238 | Smirnov | May 2007 | A1 |
20070150480 | Hwang et al. | Jun 2007 | A1 |
20070174143 | Smilowitz et al. | Jul 2007 | A1 |
20070192715 | Kataria et al. | Aug 2007 | A1 |
20070198451 | Kehlenbeck | Aug 2007 | A1 |
20070208605 | Ambrose et al. | Sep 2007 | A1 |
20070209041 | Exley | Sep 2007 | A1 |
20070220035 | Misovski | Sep 2007 | A1 |
20070233646 | Sauve | Oct 2007 | A1 |
20070250408 | Leon et al. | Oct 2007 | A1 |
20070255717 | Baikov et al. | Nov 2007 | A1 |
20080091729 | Iba | Apr 2008 | A1 |
20080184157 | Selig | Jul 2008 | A1 |
20080228781 | Chen et al. | Sep 2008 | A1 |
20080229228 | Cohen | Sep 2008 | A1 |
20090228469 | Kim et al. | Sep 2009 | A1 |
Number | Date | Country |
---|---|---|
200622895 | Jul 2006 | TW |
Entry |
---|
Web Service Modeling Ontology, Roman et al., Applied Ontology 1, pp. 77-106, 2005. |
DAML-S: Web Service Description for the Semantic Web, Ankolekar et al, ISWC, LNCS 2342, pp. 348-363, 2002. |
“Final Office Action”, U.S. Appl. No. 12/042,332, (Feb. 16, 2011), 16 pages. |
“Final Office Action”, U.S. Appl. No. 12/042,332, (Aug. 23, 2011), 18 pages. |
“Final Office Action”, U.S. Appl. No. 12/042,332, (Sep. 15, 2010), 17 pages. |
“Non-Final Office Action”, U.S. Appl. No. 12/042,332, (Nov. 15, 2010), 17 pages. |
“Non-Final Office Action”, U.S. Appl. No. 12/042,332, (May 13, 2011), 18 pages. |
“Non-Final Office Action”, U.S. Appl. No. 12/042,332, (Jun. 18, 2010), 14 pages. |
“Notice of Allowance”, U.S. Appl. No. 12/042,332, (Jul. 25, 2012), 7 pages. |
“Open Search”, Retrieved from http://a9.com/-/company/opensearch.jsp on Nov. 19, 2007, 1 Page. |
“Open Service Interface Definition Repository”, Retrieved from http://plectrudis.mit.edu/okicommunity/filemgmt—data/files/OSID—Repository—rel—2—0.pdf., (Oct. 15, 2004), 11 Pages. |
“PCT Search Report and Written Opinion”, Application No. PCT/US2009/034103, (Aug. 18, 2009), 12 pages. |
Ensel, Christian et al., “An Approach for Managing Service Dependencies with XML and the Resource Description Framework”, Journal of Network and Systems Management, vol. 10, No. 2, (Jun. 2002), pp. 147-170. |
Foster, Ian et al., “Grid Services for Distributed System Integration”, IEEE, (Jun. 2002), 10 pages. |
Hermann, Reto et al., “DEAPspace—Transient ad hoc networking of pervasive devices”, IBM Research Division, Zurich Research Laboratory, Ruschlikon, Switzerland, (2001), 18 pages. |
Medina, Enrique et al., “A Standard for Representing Multidimensional Properties: The Common Warehouse Metamodel (CWM)”, Departamento de Lenguajes y Sistemas Informaticos, Universidad de Alicante, Spain, (2002), 16 pages. |
Merz, M. et al., “Service Trading and Mediation in Distributed Computing Systems”, In Proceedings of the International Conference on Distributed Computing Systems (Jun. 1994), pp. 450-457. |
O'Sullivan, Justin et al., “Formal Description of Non-Functional Service Properties”, Business Process Management Group, Centre for Information Technology Innovation, Queensland University of Technology, (Feb. 9, 2005), 33 pages. |
Thompson, J. Patrick “Web-Based Enterprise Management Architecture”, IEEE Communications Magazine, (Mar. 1998), 7 pages. |
Zhao, Weibin et al., “Enhancing Service Location Protocol for efficiency, scalability and advanced discovery”, The Journal of Systems and Software vol. 75 (2005), pp. 193-204. |
Zhao, Weibin et al., “Improving SLP Efficiency and Extendability by Using Global Attributes and Preference Filters”, International Conference on Computer Communications and Networks (ICCCN'02), Miami, Florida (Oct. 2002), 4 pages. |
“Foreign Office Action”, TW Application No. 98102542, Feb. 24, 2014, 15 Pages. |
Number | Date | Country | |
---|---|---|---|
20130014038 A1 | Jan 2013 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 12042332 | Mar 2008 | US |
Child | 13618901 | US |