Related U.S. patent application Ser. No. 11/768,735, filed on even date herewith in the name of Andrey Tolstyakov and entitled “Providing Mapping Fault Processing,” which issued on Jun. 29, 2010 as U.S. Pat. No. 7,747,899 B2, assigned to the assignee of the present application, is hereby incorporated by reference.
An independent software vendor (ISV) is a business term for companies specializing in making or selling specialized software products, usually for niche markets comprising, for example, real estate brokers, scheduling for healthcare personnel, barcode scanning, and stock maintenance. Specialized software products generally offer higher productivity to organizations than more generalized software such as basic spreadsheet or database packages.
Most large software companies offer special programs for ISVs. Consequently, an ISV may make and sells software products that run on one or more computer hardware or operating system platforms made by the large software companies. The large software companies that make the platforms, encourage and lend support to ISVs, often with special “business partner” programs. In general, the more applications that run on a platform, the more value it offers to customers. Of course, platform manufacturers make applications as well, but do not have the resources and, in many cases, the special knowledge required to make them all.
This Summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter. Nor is this Summary intended to be used to limit the claimed subject matter's scope.
Object model based mapping may be provided. First backend data may be received defining data constructs in a backend system. Then entity data may be received defining data constructs in an entity model. User selectable elements may then be received defining a process associating the backend data with the entity data. Next, code may be produced, based on the received user selectable elements, configured to implement the process.
Both the foregoing general description and the following detailed description provide examples and are explanatory only. Accordingly, the foregoing general description and the following detailed description should not be considered to be restrictive. Further, features or variations may be provided in addition to those set forth herein. For example, embodiments may be directed to various feature combinations and sub-combinations described in the detailed description.
The accompanying drawings, which are incorporated in and constitute a part of this disclosure, illustrate various embodiments of the present invention. In the drawings:
The following detailed description refers to the accompanying drawings. Wherever possible, the same reference numbers are used in the drawings and the following description to refer to the same or similar elements. While embodiments of the invention may be described, modifications, adaptations, and other implementations are possible. For example, substitutions, additions, or modifications may be made to the elements illustrated in the drawings, and the methods described herein may be modified by substituting, reordering, or adding stages to the disclosed methods. Accordingly, the following detailed description does not limit the invention. Instead, the proper scope of the invention is defined by the appended claims.
Object Model Based Mapping May Be Provided.
Conceptual entity programming is an emerging trend that ISVs are trying to use to overcome the problems of specific implementation and data access of databases and database technologies like customer relationship management (CRM). CRM is a term that covers concepts used by companies to manage their relationships with customers, including capture, storage, and analysis of customer information. Consistent with embodiments of the invention, a programming model that enables mapping a conceptual (entity) model to a backend may be provided. The backend may be, for example, a conceptual model itself, a relational database, or a set of application program interfaces (APIs). There may be no restrictions on the nature of the backend. Embodiments of the invention may have the following behavior to enable mapping between an entity model and a backend: i) ability to define both endpoints (e.g. entity model and backend); ii) ability to understand the properties, predicates, and behaviors of conceptual model, and translate those into pertinent functionality to be performed on the backend; iii) ability to customize a solutions provided for a specific design/implementation of a conceptual model and a specific type/version of the backend; iv) ability to customize at both a design time and/or runtime of a solution; and v) ability to package the solutions, ship, or deploy them independent of the backends.
For ISVs that define such a conceptual abstraction known as an entity model, the ability to map data between their abstract constructs known as entities (e.g. entity classes, data logical classes, etc.) and data constructs of backend systems their going against is desired. Such a mapping may include: i) data type transformation (e.g. strings to guides, integers to strings, concatenation of types, any mathematical transformation on a type, etc.); ii) backend end specification (e.g. which backend to map to, such as a structured query language (SQL) server, Microsoft customer relationship management (MSCRM) server, a SAP CRM server, a Siebel CRM server, etc.); and iii) which method to access the backend (e.g. via data access layers such as ActiveX Data Objects (e.g. Ado.Net) or Web service facades to the backend).
A problem faced by ISVs is that any ISV solution may not be a viable choice for customers without the ability to customize that solution. Customization may be important because any generic solution may not be what specific customers need for their specific conceptual (i.e. entity) model and their specific backends. Customers may have a different conceptual model, may interact with a different backend, may have different mapping requirements between their conceptual model and the backend, or any possible combination of these.
To address the aforementioned problems, (e.g. the mapping problem, design time customization, and runtime customization) embodiments of the invention may include a system and method that allow for the specification of the conceptual model and the backend to interact with as a set of interfaces.
Moreover, embodiments of the invention may have the following features. First, embodiments of the invention may have the ability to understand the conceptual model's signatures (i.e. as a set of interfaces). In addition, embodiments of the invention may be configured to define and access backend endpoints and to schedule actions and functionality to insure correctness of the mapping. In addition, embodiments of the invention may be configured to supply workflow/runtime like behavior (e.g. scheduling, error handling, event raising, and event handling, etc.). Also, embodiments of the invention may be configured to support programmable customization of the mapping solutions.
From stage 210, where computing device 400 receives the backend data, method 200 may advance to stage 220 where computing device 400 may receive entity data defining data constructs in an entity model. For example, the entity data may specify any information regarding entity model 115 in order for map 110 to provide object model based mapping between backend 105 and entity model 115. For example, the entity data may specify the desired data or the desired data format for the input and output associated with entity model 115. Entity model 115 may comprise a customer's conceptual world.
Once computing device 400 receives the entity data in stage 220, method 200 may continue to stage 230 where computing device 400 may receive user selectable elements defining a process associating the backend data with the entity data. For example, the process may be defined by a flow chart (i.e. workflow) 305 as shown in
In conventional systems, flowcharts and process schemes are done separately from code just as a way to organize ideas before writing the actual code. But when the task was finished in conventional systems, the scheme remained just as documentation. Also, the capacity of older conventional computers made it difficult to retain all the information of a workflow in memory, and it was difficult to translate from an easy-readable format for human to machine code in conventional systems. Software developers may find it easier writing a workflow instead of writing code. First, for developers, workflows may be easier to understand than code because workflows may provide a visual representation of the process. For example, adding an activity in flow chart 305 may be easier for a developer to do than re-writing code to include the activity. Consequently, non-programs may be able to write workflows thus producing code without having computer programming skills.
Moreover, there may be two main kinds of workflows: i) sequential; and ii) and state machine. With sequential workflows, actions may be executed in some predefined order with a beginning and an end. Examples of sequential workflows may include installations. With state machine workflows, these workflows may not have a path, but it may be represented as a set of states and transitions between states. Examples may include a web shop: you may need approval for mailing, the user could pay via credit card or with a cheque, and each user is in one state and may go to any order depending on previous questions.
After computing device 400 receives the user selectable elements in stage 230, method 200 may proceed to stage 240 where computing device 400 may produce code, based on the received user selectable elements, configured to implement the process. For example, computing device 400 may convert flow chart 305's activities (e.g. describing map 110) to machine code for execution on computing device 400. During execution, the code may perform mapping between entity model 115 and backend 105.
Workflow instances may be created and maintained by an in-process runtime engine, for example, a runtime engine 315. There can be several workflow runtime engines within an application domain, and each instance of the runtime engine can support multiple workflow instances running concurrently. When a workflow model is compiled, it can be executed inside any process including console applications, forms-based applications, Services, ASP.NET Web sites, and Web services. Because a workflow may be hosted in process, a workflow can communicate with its host application. For example, the workflow described in flow chart 305 may communicate with a host application 320. Once computing device 400 produces the code in stage 240, method 200 may then end at stage 250.
An embodiment consistent with the invention may comprise a system for providing object model based mapping. The system may comprise a memory storage and a processing unit coupled to the memory storage. The processing unit may be operative to receive backend data defining data constructs in a backend system and to receive entity data defining data constructs in an entity model. In addition, the processing unit may be operative to receive user selectable elements defining a process associating the backend data with the entity data. Furthermore, the processing unit may be operative to produce code, based on the received user selectable elements, configured to implement the process.
Another embodiment consistent with the invention may comprise a system for providing object model based mapping. The system may comprise a memory storage and a processing unit coupled to the memory storage. The processing unit may be operative to execute code configured to implement a process. The code may be produced based on received user selectable elements defining the process associating a backend data with an entity data. The backend data may define data constructs in a backend system and the entity data may define data constructs in an entity model.
Yet another embodiment consistent with the invention may comprise a system for providing object model based mapping. The system may comprise a memory storage and a processing unit coupled to the memory storage. The processing unit may be operative to receive backend data defining data constructs in a backend system. The backend data may be configured to define the backend system and to define how to access the backend system. In addition, the processing unit may be operative to receive entity data defining data constructs in an entity model. The entity data may define the data constructs comprising one of the following: entity classes and data logical classes. Moreover, the processing unit may be operative to receive user selectable elements defining a process associating the backend data with the entity data. The user selectable elements may define a flow chart of the process comprising at least one activity describing the process comprising one of the following: a sequential process and a state machines process. Also, the processing unit may be operative to produce code, based on the received user selectable elements, configured to implement the process.
With reference to
Computing device 400 may have additional features or functionality. For example, computing device 400 may also include additional data storage devices (removable and/or non-removable) such as, for example, magnetic disks, optical disks, or tape. Such additional storage is illustrated in
Computing device 400 may also contain a communication connection 416 that may allow device 400 to communicate with other computing devices 418, such as over a network in a distributed computing environment, for example, an intranet or the Internet. Communication connection 416 is one example of communication media. Communication media may typically be embodied by computer readable instructions, data structures, program modules, or other data in a modulated data signal, such as a carrier wave or other transport mechanism, and includes any information delivery media. The term “modulated data signal” may describe a signal that has one or more characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media may include wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, radio frequency (RF), infrared, and other wireless media. The term computer readable media as used herein may include both storage media and communication media.
As stated above, a number of program modules and data files may be stored in system memory 404, including operating system 405. While executing on processing unit 402, programming modules 406 (e.g. mapping application 420) may perform processes including, for example, one or more method 200's stages as described above. The aforementioned process is an example, and processing unit 402 may perform other processes. Other programming modules that may be used in accordance with embodiments of the present invention may include electronic mail and contacts applications, word processing applications, spreadsheet applications, database applications, slide presentation applications, drawing or computer-aided application programs, etc.
Generally, consistent with embodiments of the invention, program modules may include routines, programs, components, data structures, and other types of structures that may perform particular tasks or that may implement particular abstract data types. Moreover, embodiments of the invention may be practiced with other computer system configurations, including hand-held devices, multiprocessor systems, microprocessor-based or programmable consumer electronics, minicomputers, mainframe computers, and the like. Embodiments of the invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote memory storage devices.
Furthermore, embodiments of the invention may be practiced in an electrical circuit comprising discrete electronic elements, packaged or integrated electronic chips containing logic gates, a circuit utilizing a microprocessor, or on a single chip containing electronic elements or microprocessors. Embodiments of the invention may also be practiced using other technologies capable of performing logical operations such as, for example, AND, OR, and NOT, including but not limited to mechanical, optical, fluidic, and quantum technologies. In addition, embodiments of the invention may be practiced within a general purpose computer or in any other circuits or systems.
Embodiments of the invention, for example, may be implemented as a computer process (method), a computing system, or as an article of manufacture, such as a computer program product or computer readable media. The computer program product may be a computer storage media readable by a computer system and encoding a computer program of instructions for executing a computer process. The computer program product may also be a propagated signal on a carrier readable by a computing system and encoding a computer program of instructions for executing a computer process. Accordingly, the present invention may be embodied in hardware and/or in software (including firmware, resident software, micro-code, etc.). In other words, embodiments of the present invention may take the form of a computer program product on a computer-usable or computer-readable storage medium having computer-usable or computer-readable program code embodied in the medium for use by or in connection with an instruction execution system. A computer-usable or computer-readable medium may be any medium that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device.
The computer-usable or computer-readable medium may be, for example but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, device, or propagation medium. More specific computer-readable medium examples (a non-exhaustive list), the computer-readable medium may include the following: an electrical connection having one or more wires, a portable computer diskette, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), an optical fiber, and a portable compact disc read-only memory (CO-ROM). Note that the computer-usable or computer-readable medium could even be paper or another suitable medium upon which the program is printed, as the program can be electronically captured, via, for instance, optical scanning of the paper or other medium, then compiled, interpreted, or otherwise processed in a suitable manner, if necessary, and then stored in a computer memory.
Embodiments of the present invention, for example, are described above with reference to block diagrams and/or operational illustrations of methods, systems, and computer program products according to embodiments of the invention. The functions/acts noted in the blocks may occur out of the order as shown in any flowchart. For example, two blocks shown in succession may in fact be executed substantially concurrently or the blocks may sometimes be executed in the reverse order, depending upon the functionality/acts involved.
While certain embodiments of the invention have been described, other embodiments may exist. Furthermore, although embodiments of the present invention have been described as being associated with data stored in memory and other storage mediums, data can also be stored on or read from other types of computer-readable media, such as secondary storage devices, like hard disks, floppy disks, or a CD-ROM, a carrier wave from the Internet, or other forms of RAM or ROM. Further, the disclosed methods' stages may be modified in any manner, including by reordering stages and/or inserting or deleting stages, without departing from the invention.
All rights including copyrights in the code included herein are vested in and the property of the Applicant. The Applicant retains and reserves all rights in the code included herein, and grants permission to reproduce the material only in connection with reproduction of the granted patent and for no other purpose.
While the specification includes examples, the invention's scope is indicated by the following claims. Furthermore, while the specification has been described in language specific to structural features and/or methodological acts, the claims are not limited to the features or acts described above. Rather, the specific features and acts described above are disclosed as example for embodiments of the invention.
Number | Name | Date | Kind |
---|---|---|---|
5627979 | Chang et al. | May 1997 | A |
5692169 | Kathail et al. | Nov 1997 | A |
5729739 | Cantin et al. | Mar 1998 | A |
5737601 | Jain et al. | Apr 1998 | A |
5809505 | Lo et al. | Sep 1998 | A |
5878411 | Burroughs et al. | Mar 1999 | A |
5937409 | Wetherbee | Aug 1999 | A |
5940587 | Zimmer | Aug 1999 | A |
5940839 | Chen et al. | Aug 1999 | A |
5956725 | Burroughs et al. | Sep 1999 | A |
6101502 | Heubner et al. | Aug 2000 | A |
6233585 | Gupta et al. | May 2001 | B1 |
6253369 | Cloud et al. | Jun 2001 | B1 |
6363435 | Fernando et al. | Mar 2002 | B1 |
6434628 | Bowman-Amuah | Aug 2002 | B1 |
6526416 | Long | Feb 2003 | B1 |
6704862 | Chaudhry et al. | Mar 2004 | B1 |
6738975 | Yee et al. | May 2004 | B1 |
6971051 | Taylor et al. | Nov 2005 | B2 |
6996566 | George et al. | Feb 2006 | B1 |
7020880 | Mellen-Garnett et al. | Mar 2006 | B2 |
7047243 | Cabrera et al. | May 2006 | B2 |
7127474 | Williamson et al. | Oct 2006 | B2 |
7149730 | Mullins et al. | Dec 2006 | B2 |
7171585 | Gail et al. | Jan 2007 | B2 |
7200530 | Brown et al. | Apr 2007 | B2 |
7606681 | Esmaili et al. | Oct 2009 | B2 |
7747899 | Tolskyakov et al. | Jun 2010 | B2 |
20050021355 | Brendle et al. | Jan 2005 | A1 |
20050027575 | Amitabh et al. | Feb 2005 | A1 |
20050097187 | Thompson et al. | May 2005 | A1 |
20060029054 | Breh et al. | Feb 2006 | A1 |
20060235548 | Gaudette | Oct 2006 | A1 |
20060277024 | Kloppmann et al. | Dec 2006 | A1 |
20070006237 | Ghanaie-Sichanie et al. | Jan 2007 | A1 |
20070055692 | Pizzo et al. | Mar 2007 | A1 |
20070179975 | Teh et al. | Aug 2007 | A1 |
20070226732 | O'Flaherty et al. | Sep 2007 | A1 |
20070283146 | Neveux | Dec 2007 | A1 |
20080127205 | Barros | May 2008 | A1 |
20090006441 | Tolskyakov et al. | Jan 2009 | A1 |
20090006908 | Allen | Jan 2009 | A1 |
Number | Date | Country |
---|---|---|
WO 2004003745 | Jan 2004 | WO |
Entry |
---|
Liu, et al. “High-order Object Model Based Software Analysis”, 1997, IEEE, p. 228-231. |
Jürg Gutknecht, “Active Oberon for .NET: A Case Study in Object Model Mapping,” pp. 1-22, Aug. 10, 2001, http://www.es.inf.ethz.eh/—gutknechAODotNet.pdf. |
“Client-Server Object Issues,” 4 pgs., 1997-2000, http://www.chimu.com/publications/objectRelational/part0007.html. |
Michael Rys et al., “Intra-Transaction Parallelism in the Mapping of an Object Model to a Relational Multi-Processor System,” Proceedings of the 22nd VLDB Conference Mumbai (Bombay), India, 1996, pp. 460-471, http://www.sigmod.org/vldb/conf/1996/P460.PDF. |
International Search Report dated Dec. 19, 2008 cited in Application No. PCT/US2008/067836, p. 1-9. |
International Search Report dated Dec. 19, 2008 cited in Application No. PCT/US2008/067559, p. 1-10. |
Bartek Kiepuszewski et al., “FlowBack: Providing Backward Recovery for Workflow Management Systems,” DSTC Technical Report, DSTC-TR-9840, 7 pgs., http://citeseer.ist.psu.edu/cache/papers/cs/4522/http:zSzzSzwww.dstc.edu.auzSzDDUzSzpublicationszSztech-reportszSzTR-9840.pdf/kiepuszewski98flowback.pdf. |
A. Biliris et al., “ASSET: A System for Supporting Extended Transactions,” SIGMOD 94-5/94 Minneapolis, MN, 1994, pp. 44-54, http://deliver.acm.org/10.1145/200000/191848/p44-biliris.pdf?key1=191848&key2=6889097711&coll=GUIDE&dl=GUIDE&CFID=21288866&CFTOKEN=93794674. |
Mark Potts et al., “Business Transactions in Workflow and Business Process Management,” OASIS Business Transactions Technical Committee Workflow sub-committee, 2001, pp. 1-14, http://www.ifi.uio.no/indis/v2002/handouts/2001-07-12.BTPModelForWF2.pdf. |
Huanqing Lu, “Implementation of an Advanced Transaction Model for an Integrated Computing Environment for Building Construction,” 2002, 85 pgs., http://etd.fcla.edu/UF/UFE1000138/lu—h.pdf. |
U.S. Office Action dated Nov. 12, 2009 cited in U.S. Appl. No. 11/768,735, p. 1-22. |
Number | Date | Country | |
---|---|---|---|
20090006440 A1 | Jan 2009 | US |