US20120317591A1 - Implementation System for Business Applications - Google Patents

Implementation System for Business Applications Download PDF

Info

Publication number
US20120317591A1
US20120317591A1 US13/488,236 US201213488236A US2012317591A1 US 20120317591 A1 US20120317591 A1 US 20120317591A1 US 201213488236 A US201213488236 A US 201213488236A US 2012317591 A1 US2012317591 A1 US 2012317591A1
Authority
US
United States
Prior art keywords
service
metadata
business
application
execution program
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US13/488,236
Inventor
Eric Samson
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Progress Software Corp
Original Assignee
Progress Software Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Progress Software Corp filed Critical Progress Software Corp
Priority to US13/488,236 priority Critical patent/US20120317591A1/en
Publication of US20120317591A1 publication Critical patent/US20120317591A1/en
Assigned to PROGRESS SOFTWARE CORPORATION reassignment PROGRESS SOFTWARE CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: XCALIA S.A.
Assigned to JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT reassignment JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT SECURITY INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: PROGRESS SOFTWARE CORPORATION
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/541Interprogram communication via adapters, e.g. between incompatible applications
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management

Definitions

  • This invention relates to an implementation system fir business applications that can be used to federate the data received from data providers into a common set and process said set in real time.
  • the first step in all this work is to manage to formally describe the most common services and businesses by using data describing the services, known as metadata, but the problem is a difficult one, due to the diversity and complexity.
  • CICS Custom Information Control System or transaction processing monitors for mainframes
  • middleware middleware
  • MQSeries asynchronous message-oriented middleware
  • ERP Enterprise Resource Planning
  • DBMS Database Management Systems
  • RDBMS Relational Database Management Systems
  • OODBMS Object-Oriented Database Management Systems
  • qurey languages such as SQL (Structured Query Language)
  • object-oriented languages such as OOQL (Object-Oriented Query Language)
  • Systems hosting business applications written in Web language such as Java, HTML (Hypertext Markup Language) and XML (Extended Markup Language)
  • this Java business application must have access to the data relating to an invoicing service, a customer service and a product service.
  • This data is presumed to reside in memory blocks, but it is not. in the current example, it can only be retrieved by querying an RDBMS and must be translated into XML data. As most of these operations are manual, the invoices cannot be viewed in real time, which means that the system is impracticable.
  • an SQL application cannot be used to query or even call callable services over the Web, and conversely, a Web-based Java application cannot be used to call and query a service related to an RDBMS or a transaction processing system, nor receive data associated with the requested service.
  • the invention relates to an implementation system for business applications based on at least one callable functional service, comprising a man-machine interface for controlling the application, a server running the application, a server hosting the service and a server for automatically calling the service, including memory resources containing the data describing the service and business on the application, and designed to call the service, receive the data related to the service and transform that data so that it can be processed in the application server, all of which under the control of the man-machine interface and the application server.
  • the service-related data will preferably be transformed automatically.
  • a callable service is taken to mean a service comprising an API (Application Programming Interface).
  • the server for automatically calling the service acts as an intermediary between the server running the application and the server hosting the service.
  • the server for automatically calling the service comprises an intermediation module designed to substitute for the business application during the time required to send a service-related data business query to the server hosting the service and return the data to it.
  • the business application can therefore process the service-related data in real time.
  • the server for automatically calling the service preferably comprises a mapper module featuring the memory resources containing the data describing the service and the data describing the business on the application for calculating the data describing the execution of the business queries and arranging them in the memory resources. In particular, this allows for the subsequent processing of business requirements that are not known during development.
  • the intermediation module has the advantage of featuring an execution block for substituting for the business application during a query phase.
  • the application query phase is executed via a compiled query program, where said compiled program is enhanced with call commands for the intermediation module in the appropriate parts of the program when post-compiling on said program.
  • the intermediation module is designed to extract the data describing the execution of the business queries from the memory resources containing them, and to query the service-related data, the execution block features a translation function designed to translate the queries to the service into calls compliant with the API (Application Programming Interface), a selection function designed to select a driver according to the type of server hosting it and a command function for the selected driver and for executing the translated queries.
  • API Application Programming Interface
  • the intermediation module features a rule engine block designed to calculate, schedule and arrange the data describing the organization of the calls to said services in a program memory block.
  • the rule engine block is designed to calculate execution rules for the calls to the services according to a business application query, the data describing the services and business, and the grammar.
  • a noteworthy characteristic of the invention is that there is no need to translate the data related to one of the services into data related to one of the other services to execute the business application.
  • the native data for each service is used in Web language, such as XML, which ensures that the results are as integral and complete as possible, where this data alone is capable of meeting the most demanding of production requirements.
  • the server for automatically calling the service is preferably connected to a general-purpose computer network of the Internet or Intranet variety to serve as a data server or benefit from the Web services, and can be called from the server running the application and is connected to a company's specific computer network, such as an Ethernet type, of database management systems hosting services.
  • FIG. 1 represents the functional block diagram of the implementation system for business applications, according to the invention, based on several callable services
  • FIG. 2 is a simplified illustration of the management of the memories describing the services, the business and the program memory in the simple case of an application for viewing invoices
  • FIG. 3 is a chronological operating diagram of the system according to the invention.
  • the appendix contains a partial list of the specific grammar for the invention's rule engine.
  • the system ( 1 ) comprises:
  • a set of heterogeneous computer systems ( 6 , 16 , 26 , 36 , each hosting services ( 3 , 13 , 23 , 33 ).
  • This set comprises the above-mentioned systems—in the example in FIG. 1 , a CICS transaction processing system ( 6 ) and its transactional database ( 6 ), a middleware or MQSeries system( 26 ), an ERP ( 36 ), an RDBMS ( 16 ) and the relational database ( 16 ′) of the system ( 16 )
  • a set of computer networks ( 15 , IS′, 17 , 24 ) linking the servers ( 5 , 7 ) and e systems ( 6 , 16 , 26 , 36 ). This set comprises:
  • the intermediate server ( 7 ) is linked to the application server ( 5 ) by an Intranet ( 15 ), for example also by an Ethernet link, and to the Internet ( 15 )—on the one hand, to be controlled if required from a Web-based application, and on the other, to query Web services, such as by using a Web language (e.g. WSDL or SOAP).
  • a Web language e.g. WSDL or SOAP
  • Each service ( 3 , 13 , 23 , 33 ) comprises an API ( 3 ′, 13 ′, 23 ′, 33 ′), so that it can be called, programmed and executed by the network channel to which it is connected.
  • the business application ( 2 ) is based on the processing of service data, which can be retrieved by calling the services from among 3 , 13 , 23 and 33 . it is controlled by the interface ( 4 ).
  • the intermediate server ( 7 ) will now be described.
  • control/command methods such as a supervisor and real-time monitors, an input/output module ( 40 ) and, specifically in this case, a mapper module ( 10 ) or EDME (Entity Data Mapping Engine) and an intermediation module ( 9 ).
  • the mapper module ( 10 ) is a mapping engine for the data describing the services ( 3 , 13 , 23 , 33 ) and the BMM (Business Method Model) metadata on the business application ( 2 ).
  • SEM Service Entity Model
  • SMM Service Method Model
  • the BMM metadata is arranged in a third memory block ( 22 ) of the mapper module.
  • mapping of the data describing the services ( 3 , 13 , 23 , 33 ) and the BMM metadata are stored as mapping tables in a fourth memory block ( 22 ′) for each application ( 2 ) query when executed in real time by the mapper ( 10 ).
  • mapping tables ( 22 ′) are deduced logically.
  • memory blocks 8 and 8 ′ are initialized with the SEM and SMM metadata of all services of use to the business application ( 2 ), where for each service the metadata describes the structure ( 120 ) of the service in memory block 8 and the method ( 130 ) for creating the structure ( 120 ) of the service in memory block 8 ′, based on the “Bibliographical” SDM (Service Description Model) metadata ( 110 ).
  • SDM Service Description Model
  • an initial service ( 3 ) is a database of the structure ( 120 ), identified as SEM 3 , containing hierarchical data or entities, where the customer reference entity covers the account, invoice and product reference entities.
  • the structure ( 120 ) of the second service 15 ( 13 ), identified as SEM 13 cannot be seen and more simply contains a product reference entity with which a product description is associated.
  • the mapper module ( 10 ) Based on a list ( 140 ) of BMM business data subject to an application ( 2 ) query for the product feature description of a product subject to a customer invoice, the mapper module ( 10 ) deduces the mapping table ( 150 ), indicating the useful services ( 3 , 13 ) and supplying the useful entities for providing the service responses to the query and stores it in memory 22 . An incompatibility between the business requirements and the available services may be detected at this level of processing.
  • the mapper module ( 10 ) arranges the metadata in memory blocks 8 , 8 ′ and 22 for services 3 , 13 , 23 and 33 into a directory ( 19 ), which is arranged by the references of the callable services ( 3 , 13 , 23 , 33 ) with the characteristics of the corresponding APIs ( 3 ′, 13 ′, 23 ′, 33 ′).
  • the intermediation module ( 9 ) comprises an execution block ( 14 ), a rule engine block ( 29 ) containing an engine program (M), a memory block ( 29 ′) containing the elements for the specific grammar (or metalanguage) and a program memory block ( 11 ).
  • the input/output block ( 40 ) comprises a set of bidirectional drivers ( 12 , 18 ) adapted to the APIs of the different systems ( 6 , 16 , 26 , 36 ) hosting the services ( 3 , 13 , 23 , 33 ), a service response processing block ( 20 ) and a transceiver block ( 21 ).
  • Block 21 comprises a function ( 31 ) for transforming the service responses into data that can be read by the application ( 2 ) and a function ( 32 ) for sending to the application ( 2 ).
  • the execution block ( 14 ) comprises a selection function ( 71 ) designed to select the required driver according to the type of server ( 6 , 16 , 26 , 36 ) hosting the service ( 3 , 13 , 23 , 33 ), a translation function ( 72 ) designed to translate the queries to the services ( 3 , 13 , 23 , 33 ) into calls compliant with their respective APIs ( 3 ′, 13 ′, 23 ′, 33 ′) and a function ( 73 ) for controlling the selected driver and executing the translated queries.
  • a selection function ( 71 ) designed to select the required driver according to the type of server ( 6 , 16 , 26 , 36 ) hosting the service ( 3 , 13 , 23 , 33 )
  • a translation function ( 72 ) designed to translate the queries to the services ( 3 , 13 , 23 , 33 ) into calls compliant with their respective APIs ( 3 ′, 13 ′, 23 ′, 33 ′) and a function ( 73 ) for controlling
  • the rule engine ( 29 ) retrieves the contents of memory blocks 22 and 8 ′, computes a query execution program and arranges the program in program memory block 11 .
  • the query execution program in memory block 11 is computed as a program in formal language, referred to here as SEL (Symbolic Execution Language) or BPEL (Business Process Execution Language), and which can be considered as the data describing the organization of the calls to the services.
  • SEL Symbolic Execution Language
  • BPEL Business Process Execution Language
  • the SEL is the terminal language calculated from the contents of memory blocks 22 and 8 ′, considered as a non-terminal language by applying the specific grammar ( 29 ′).
  • the grammar ( 29 ′ is invariable and depends only on the configuration of the system ( 1 ). It is initially established according to the known mathematical methods in the field of artificial intelligence and expert systems, and is subsequently an integral part of the system ( 1 ). Part of its listing in XSD format (XML Scheme Definition) is given in the appendix.
  • the engine program (M) of the rule engine ( 29 ) calculates the contents of program memory block 11 , meaning the execution program ( 160 ) in symbolic execution language (SEL).
  • the engine program (M) first analyzes the SEM metadata ( 120 ) according to the analysis rules included in program M and predetermined by the structure of the services concerned and the facts. It deduces the SMM generation methods ( 130 ) according to the effect rules included in program M and predetermined by the results demanded from the various services, taking account of the hierarchical dependency links, such as those identified as 121 , 122 and 123 between the entities, of the SEM data structure seen above.
  • the system ( 1 ) has transformed two real hierarchical databases into a virtual relational database.
  • the application ( 2 ) query is executed by running a service query program, belonging to the application ( 2 ) and expressed in a precompiled language, from the man-machine interface ( 4 ).
  • Enhancement can be executed when post-compiling the program following compilation.
  • the calls to the intermediation module ( 9 ) and the response from the module are programmed to comply with the currently known data access standards, such as IDO (JSR 12 ) and SDO.
  • the BMM metadata for all applications ( 2 ) is arranged in directory 19 according to the business and application references when initially integrating the system ( 1 ).
  • the user orders a launch stage ( 200 ) for the application ( 2 ) via the interface ( 4 ) keyboard ( 41 ) for the server ( 5 ).
  • the application ( 2 ) launches a Java query program that executes a call ( 202 ) to the into intermediation module ( 9 ) of the intermediate server 7 ), which is sent during stage 203 by the network channel ( 15 ), the input/output block ( 40 ) and the transceiver block ( 21 ).
  • the call is referenced A, like the application ( 2 ), and contains the Ei entity references.
  • the intermediation module ( 9 ) searches in directory 19 for one or more service references from 3 , 13 , 23 , 33 to be queried from the E entities subject to the query performed by the reference A application ( 2 ). Two cases may arise as follows:
  • Directory 19 contains references of Sj services matching the Ei entities, in which case module ( 9 ) launches the mapper module ( 10 ), which during stage 205 retrieves (but it might be the intermediation module ( 9 ), as in FIG. 1 ) the SEMj and SMMj metadata of Sj in directory 19 and arranges it in memory blocks 8 and 8 ′, retrieves the BMM metadata of the reference A application ( 2 ) and arranges it in memory block 22 , and during stage 206 maps the contents of memory block 22 ′ from the contents of memory blocks 8 , 8 ′ and 22 , as seen earlier. Then the intermediation module ( 9 ) runs the execution block ( 14 ).
  • Directory 19 cannot find a reference for the Sj service matching the Ei entities, in which case the module ( 9 ) launches ( 207 ) a message indicating that there is no callable service for responding to the query. The message is sent over the network ( 15 ) by block 21 .
  • stage 208 the execution module ( 14 ) retrieves the SMMj contents and the mapping in memory blocks 8 ′ and 22 ′ respectively and runs the rule engine block ( 29 ), which generates the query execution program (BPEL) in stage 209 from the grammar ( 29 ′) that it arranges in program memory block 11 .
  • BPEL query execution program
  • the execution block ( 14 ) reads the formal BPEL language in memory block 11 , uses the selection function ( 72 ) to select the API driver ( 3 ′, 13 , 23 , 33 ′) of the service ( 3 , 3 , 33 ) on the server ( 6 , 16 , 26 , 36 ) hosting the service, translates it via its translation function ( 71 ) into queries for the selected API and executes the API queries via its function ( 73 ) by the channel for drivers 12 and 18 in the input/output block ( 40 ).
  • the selected service processes the API query and in stage 212 retrieves the data from the relevant database ( 6 ′, 16 ′) or performs the usual transactions with its data provider, such as the Internet ( 15 ′).
  • the selected service ( 3 , 13 , 23 , 33 ) returns the retrieved data in native format in Web language (e.g. XML), which ensures that the results are as integral and complete as possible, to the input/output block ( 40 ), which during stage 214 resends it to the execution block ( 14 ) to complete (by looping back to stage 210 ) the execution of the BPEL program in memory block 11 or to launch stage 215 for resending via block 21 of the input/output block ( 40 ) to the application ( 2 ) via the Intranet ( 15 ) channel ( 216 ).
  • Web language e.g. XML
  • the application ( 2 ) is rerun as if the data were present in the memory of the server ( 5 ) hosting the application.
  • the intermediate server ( 7 ) is a true server for automatically calling the services that acts as an intermediary between a business server comprising business applications and complementary computerized services ( 3 , 13 , 23 , 33 ) hosted on the heterogeneous systems of a mixed range of data providers.

Abstract

A system for addressing incompatibility between services and applications is disclosed. The system comprises an intermediation module, a mapper module and an execution module. The intermediation module is configured to receive a first call from an application and retrieve from a directory a reference to a service associated with the application. The mapper module is configured to retrieve, from the directory, service metadata describing the service and business metadata describing business on the application. The mapper module generates a mapping table that maps the business metadata to the service metadata for providing a response to the application query. The mapper module determines if an incompatibility exists between a business requirement associated with the application and the service. The execution module selects and executes an interface of the service based on the mapping of the business metadata and the service metadata.

Description

  • This application is a continuation of U.S. patent application Ser. No. 11/327,025 filed Jan. 5, 2006, entitled “Implementation System for Business Applications,” the entirety of which is hereby incorporated by reference.
  • This invention relates to an implementation system fir business applications that can be used to federate the data received from data providers into a common set and process said set in real time.
  • The first developments of this variety were produced in certain major corporations. They were used during the manufacturing stage to computer process the IT data received from specific businesses by automatically transferring a computer file in so-called neutral format.
  • The emergence of Intranets and the Internet, and especially the growth in the number of computerized businesses, has led to the need for increased automatic exchanges between those businesses.
  • International organizations began thinking of SOAs (Service-Oriented Architectures), in which the business applications are based on services instead of coded entities, for the purpose of more effectively gearing the new information technologies towards the company's businesses and introducing a higher degree of flexibility into their working environment.
  • Services, or functional services, are actually taken to mean functional IT modules, such as functional modules of payroll, invoicing, production management, technical data and client systems, or CAD (Computer-Aided Design) and CAM (Computer-Aided Manufacturing) modules, and so on. The last meaning given will be used in the remainder of this document.
  • Currently, an approach extending that used for neutral formats involves developing a standard bus capable of supporting computer exchanges between heterogeneous services or businesses. The ESB (Enterprise Service Bus) is one example. Such a solution works all the time that the exchange requirements are low, but beyond that, the solution is not necessarily efficient.
  • Furthermore, work performed by standardization groups, such as OMG (Object Management Group), JDO (Java Data Object), JCA (Java Connector Architecture), JMS (Java Messaging Service), EJB (Enterprise JavaBeans) and SOAP (Service-Oriented Architecture Protocol), is common knowledge.
  • These working groups particularly rely on the capacities of the Java languages (programming language for the Web), as well as the WSDL (Web Service Definition Language) and OWL languages (Web Ontology Language) for developing business applications on the Web. Work is also focussing on languages for corporate metadata, such as EMD (Enterprise Metadata Discovery), but it is still unfinished or deliberately incomplete.
  • Obviously, the first step in all this work is to manage to formally describe the most common services and businesses by using data describing the services, known as metadata, but the problem is a difficult one, due to the diversity and complexity.
  • The diversity is increased even more by the wide range of systems or servers hosting them:
  • Transaction processing mainframe systems (CICS Custom Information Control System—or transaction processing monitors for mainframes), middleware, MQSeries (asynchronous message-oriented middleware), ERP (Enterprise Resource Planning), DBMS (Database Management Systems), possibly RDBMS (Relational Database Management Systems) or OODBMS (Object-Oriented Database Management Systems), and the use of qurey languages, such as SQL (Structured Query Language), and object-oriented languages, such as OOQL (Object-Oriented Query Language) Systems hosting business applications written in Web language, such as Java, HTML (Hypertext Markup Language) and XML (Extended Markup Language)
  • For example, if we consider an application used by a consumer goods company to view its customer invoices on the Web, this Java business application must have access to the data relating to an invoicing service, a customer service and a product service. This data is presumed to reside in memory blocks, but it is not. in the current example, it can only be retrieved by querying an RDBMS and must be translated into XML data. As most of these operations are manual, the invoices cannot be viewed in real time, which means that the system is impracticable.
  • In brief and to simplify matters, an SQL application cannot be used to query or even call callable services over the Web, and conversely, a Web-based Java application cannot be used to call and query a service related to an RDBMS or a transaction processing system, nor receive data associated with the requested service.
  • Consequently, even if the data describing the services or businesses in question were available, it would be impossible to create a consistent dataset containing federated data from the Web and from un RDBMS or OODBMS, or in any other system above, and especially process that set in real time.
  • The applicant has been present in the market for several years via its work in the field of query software for large-capacity databases, such as RDBMS and OODBMS, and other data sources available on the Web, XML and binary files. As part of its wish to extend the scope of its products to SOA service-oriented architectures, the applicant came upon the idea for its invention.
  • Therefore, the invention relates to an implementation system for business applications based on at least one callable functional service, comprising a man-machine interface for controlling the application, a server running the application, a server hosting the service and a server for automatically calling the service, including memory resources containing the data describing the service and business on the application, and designed to call the service, receive the data related to the service and transform that data so that it can be processed in the application server, all of which under the control of the man-machine interface and the application server.
  • The service-related data will preferably be transformed automatically.
  • A callable service is taken to mean a service comprising an API (Application Programming Interface).
  • The server for automatically calling the service acts as an intermediary between the server running the application and the server hosting the service.
  • To do so, the server for automatically calling the service comprises an intermediation module designed to substitute for the business application during the time required to send a service-related data business query to the server hosting the service and return the data to it. The business application can therefore process the service-related data in real time.
  • The server for automatically calling the service preferably comprises a mapper module featuring the memory resources containing the data describing the service and the data describing the business on the application for calculating the data describing the execution of the business queries and arranging them in the memory resources. In particular, this allows for the subsequent processing of business requirements that are not known during development.
  • The intermediation module has the advantage of featuring an execution block for substituting for the business application during a query phase. To do so, the application query phase is executed via a compiled query program, where said compiled program is enhanced with call commands for the intermediation module in the appropriate parts of the program when post-compiling on said program.
  • To query the service-related data, the intermediation module is designed to extract the data describing the execution of the business queries from the memory resources containing them, and to query the service-related data, the execution block features a translation function designed to translate the queries to the service into calls compliant with the API (Application Programming Interface), a selection function designed to select a driver according to the type of server hosting it and a command function for the selected driver and for executing the translated queries.
  • As the implementation system preferably contains at least two callable services, the intermediation module features a rule engine block designed to calculate, schedule and arrange the data describing the organization of the calls to said services in a program memory block. The rule engine block is designed to calculate execution rules for the calls to the services according to a business application query, the data describing the services and business, and the grammar.
  • A noteworthy characteristic of the invention is that there is no need to translate the data related to one of the services into data related to one of the other services to execute the business application. The native data for each service is used in Web language, such as XML, which ensures that the results are as integral and complete as possible, where this data alone is capable of meeting the most demanding of production requirements.
  • The server for automatically calling the service is preferably connected to a general-purpose computer network of the Internet or Intranet variety to serve as a data server or benefit from the Web services, and can be called from the server running the application and is connected to a company's specific computer network, such as an Ethernet type, of database management systems hosting services.
  • The invention will be easier to understand when reading the following description of the implementation system for business applications, according to the invention and the accompanying diagram, wherein:
  • FIG. 1 represents the functional block diagram of the implementation system for business applications, according to the invention, based on several callable services
  • FIG. 2 is a simplified illustration of the management of the memories describing the services, the business and the program memory in the simple case of an application for viewing invoices
  • FIG. 3 is a chronological operating diagram of the system according to the invention
  • The appendix contains a partial list of the specific grammar for the invention's rule engine.
  • With reference to FIG. 1, the system (1) comprises:
  • 1) A server (5) featuring a man-machine interface (4), comprising a keyboard (41) and a monitor (42), which is used to run a functional or business application (2); in other words, whose function enables a business to be performed—for example, a company business as described above
  • 2) A set of heterogeneous computer systems (6, 16, 26, 36, each hosting services (3,13, 23, 33). This set comprises the above-mentioned systems—in the example in FIG. 1, a CICS transaction processing system (6) and its transactional database (6), a middleware or MQSeries system(26), an ERP (36), an RDBMS (16) and the relational database (16′) of the system (16)
  • 3) An intermediate server (7) between the server (5) and the set of systems (6, 16,26,36) and which will be described further on
  • 4) A set of computer networks (15, IS′, 17, 24) linking the servers (5, 7) and e systems (6, 16, 26, 36). This set comprises:
      • A computer network (17), such as an Ethernet network, linking the transaction processing systems 6, 26) to the intermediate server (7) and/or an external computer network (15′), the Internet in this case, to which the server (7) is also linked
      • A network (24), of the Ethernet variety or other, linking the corporate systems (16, 36) and/or the servers (5, 7).
  • In the example in FIG. 1, the intermediate server (7) is linked to the application server (5) by an Intranet (15), for example also by an Ethernet link, and to the Internet (15)—on the one hand, to be controlled if required from a Web-based application, and on the other, to query Web services, such as by using a Web language (e.g. WSDL or SOAP).
  • Each service (3, 13, 23, 33) comprises an API (3′, 13′, 23′, 33′), so that it can be called, programmed and executed by the network channel to which it is connected.
  • The business application (2) is based on the processing of service data, which can be retrieved by calling the services from among 3, 13, 23 and 33. it is controlled by the interface (4).
  • The intermediate server (7) will now be described.
  • it conventionally features all the control/command methods (not represented), such as a supervisor and real-time monitors, an input/output module (40) and, specifically in this case, a mapper module (10) or EDME (Entity Data Mapping Engine) and an intermediation module (9).
  • The mapper module (10) is a mapping engine for the data describing the services (3, 13, 23, 33) and the BMM (Business Method Model) metadata on the business application (2).
  • There are two types of data describing the services (3, 13, 23, 33) as follows:
  • SEM (Service Entity Model) metadata arranged in memory block 8 of the memory resources of the mapper module (10)
  • Service Method Model (SMM) metadata arranged in another memory block (8′) of the memory resources
  • The BMM metadata is arranged in a third memory block (22) of the mapper module.
  • The mapping of the data describing the services (3, 13, 23, 33) and the BMM metadata are stored as mapping tables in a fourth memory block (22′) for each application (2) query when executed in real time by the mapper (10).
  • The mapping tables (22′) are deduced logically.
  • For example, by considering the application mentioned earlier for viewing invoices, as illustrated in FIG. 2, memory blocks 8 and 8′ are initialized with the SEM and SMM metadata of all services of use to the business application (2), where for each service the metadata describes the structure (120) of the service in memory block 8 and the method (130) for creating the structure (120) of the service in memory block 8′, based on the “bibliographical” SDM (Service Description Model) metadata (110).
  • In the example in FIG. 2, an initial service (3) is a database of the structure (120), identified as SEM 3, containing hierarchical data or entities, where the customer reference entity covers the account, invoice and product reference entities. The structure (120) of the second service 15 (13), identified as SEM 13, cannot be seen and more simply contains a product reference entity with which a product description is associated.
  • Based on a list (140) of BMM business data subject to an application (2) query for the product feature description of a product subject to a customer invoice, the mapper module (10) deduces the mapping table (150), indicating the useful services (3, 13) and supplying the useful entities for providing the service responses to the query and stores it in memory 22. An incompatibility between the business requirements and the available services may be detected at this level of processing.
  • Furthermore, the mapper module (10) arranges the metadata in memory blocks 8, 8′ and 22 for services 3, 13, 23 and 33 into a directory (19), which is arranged by the references of the callable services (3, 13,23,33) with the characteristics of the corresponding APIs (3′, 13′,23′,33′).
  • The intermediation module (9) comprises an execution block (14), a rule engine block (29) containing an engine program (M), a memory block (29′) containing the elements for the specific grammar (or metalanguage) and a program memory block (11).
  • The input/output block (40) comprises a set of bidirectional drivers (12, 18) adapted to the APIs of the different systems (6, 16, 26, 36) hosting the services (3, 13, 23, 33), a service response processing block (20) and a transceiver block (21).
  • Block 21 comprises a function (31) for transforming the service responses into data that can be read by the application (2) and a function (32) for sending to the application (2).
  • The execution block (14) comprises a selection function (71) designed to select the required driver according to the type of server (6, 16, 26, 36) hosting the service (3, 13, 23, 33), a translation function (72) designed to translate the queries to the services (3, 13, 23, 33) into calls compliant with their respective APIs (3′, 13′, 23′, 33′) and a function (73) for controlling the selected driver and executing the translated queries.
  • The rule engine (29) retrieves the contents of memory blocks 22 and 8′, computes a query execution program and arranges the program in program memory block 11.
  • The query execution program in memory block 11 is computed as a program in formal language, referred to here as SEL (Symbolic Execution Language) or BPEL (Business Process Execution Language), and which can be considered as the data describing the organization of the calls to the services.
  • The SEL is the terminal language calculated from the contents of memory blocks 22 and 8′, considered as a non-terminal language by applying the specific grammar (29′).
  • Although the contents of memory blocks 22 and 8′ change with each query, the grammar (29′ is invariable and depends only on the configuration of the system (1). It is initially established according to the known mathematical methods in the field of artificial intelligence and expert systems, and is subsequently an integral part of the system (1). Part of its listing in XSD format (XML Scheme Definition) is given in the appendix.
  • To go back to the simple example of displaying customer invoice details, the engine program (M) of the rule engine (29) calculates the contents of program memory block 11, meaning the execution program (160) in symbolic execution language (SEL).
  • To do so, the engine program (M) first analyzes the SEM metadata (120) according to the analysis rules included in program M and predetermined by the structure of the services concerned and the facts. It deduces the SMM generation methods (130) according to the effect rules included in program M and predetermined by the results demanded from the various services, taking account of the hierarchical dependency links, such as those identified as 121, 122 and 123 between the entities, of the SEM data structure seen above.
  • Then according to the mapping (150) performed above, the SMM 3 and 13 data in 130 and the specific grammar)(29′ for the rule engine (29), it computes the execution program (160) for the calls to services 3 and 13, which orchestrates two successive calls - one to service 3 to find the product reference in the invoice of the customer performing the query, and the other to service 13 to find the features of the product above. In this case, the system (1) has transformed two real hierarchical databases into a virtual relational database.
  • The application (2) query is executed by running a service query program, belonging to the application (2) and expressed in a precompiled language, from the man-machine interface (4).
  • To ensure that the program can access the services, it is enhanced with call commands for the intermediation module (9) at appropriate parts of the program. Enhancement can be executed when post-compiling the program following compilation.
  • As the query program is programmed in Java language, the calls to the intermediation module (9) and the response from the module are programmed to comply with the currently known data access standards, such as IDO (JSR12) and SDO.
  • Finally, the BMM metadata for all applications (2) is arranged in directory 19 according to the business and application references when initially integrating the system (1).
  • The overall operation of the system (1) will now be described in reference to FIG. 3.
  • To perform a business application (2) query, the user orders a launch stage (200) for the application (2) via the interface (4) keyboard (41) for the server (5).
  • During stage 201, the application (2) launches a Java query program that executes a call (202) to the into intermediation module (9) of the intermediate server 7), which is sent during stage 203 by the network channel (15), the input/output block (40) and the transceiver block (21). The call is referenced A, like the application (2), and contains the Ei entity references.
  • During stage 204, the intermediation module (9) searches in directory 19 for one or more service references from 3, 13, 23, 33 to be queried from the E entities subject to the query performed by the reference A application (2). Two cases may arise as follows:
  • 1) Directory 19 contains references of Sj services matching the Ei entities, in which case module (9) launches the mapper module (10), which during stage 205 retrieves (but it might be the intermediation module (9), as in FIG. 1) the SEMj and SMMj metadata of Sj in directory 19 and arranges it in memory blocks 8 and 8′, retrieves the BMM metadata of the reference A application (2) and arranges it in memory block 22, and during stage 206 maps the contents of memory block 22′ from the contents of memory blocks 8, 8′ and 22, as seen earlier. Then the intermediation module (9) runs the execution block (14).
  • 2) Directory 19 cannot find a reference for the Sj service matching the Ei entities, in which case the module (9) launches (207) a message indicating that there is no callable service for responding to the query. The message is sent over the network (15) by block 21.
  • In stage 208, the execution module (14) retrieves the SMMj contents and the mapping in memory blocks 8′ and 22′ respectively and runs the rule engine block (29), which generates the query execution program (BPEL) in stage 209 from the grammar (29′) that it arranges in program memory block 11.
  • In stage 210, the execution block (14) reads the formal BPEL language in memory block 11, uses the selection function (72) to select the API driver (3′, 13, 23, 33′) of the service (3, 3, 33) on the server (6, 16, 26, 36) hosting the service, translates it via its translation function (71) into queries for the selected API and executes the API queries via its function (73) by the channel for drivers 12 and 18 in the input/output block (40).
  • In stage 211, the selected service (3, 13, 23, 33) processes the API query and in stage 212 retrieves the data from the relevant database (6′, 16′) or performs the usual transactions with its data provider, such as the Internet (15′).
  • In stage 213, the selected service (3, 13, 23, 33) returns the retrieved data in native format in Web language (e.g. XML), which ensures that the results are as integral and complete as possible, to the input/output block (40), which during stage 214 resends it to the execution block (14) to complete (by looping back to stage 210) the execution of the BPEL program in memory block 11 or to launch stage 215 for resending via block 21 of the input/output block (40) to the application (2) via the Intranet (15) channel (216).
  • When the service data is received during stage 217, the application (2) is rerun as if the data were present in the memory of the server (5) hosting the application.
  • At the next stage (218), the application is continued.
  • It can be seen that the intermediate server (7) is a true server for automatically calling the services that acts as an intermediary between a business server comprising business applications and complementary computerized services (3, 13, 23, 33) hosted on the heterogeneous systems of a mixed range of data providers.

Claims (22)

1. A system for addressing incompatibility between services and applications, the system comprising:
a non-transitory computer-readable medium storing computer-executable code, the computer-readable medium comprising:
an intermediation module configured to receive a first call from an application and retrieve from a directory a reference to a service associated with the application;
a mapper module, communicatively coupled to the intermediation module, to retrieve from the directory (1) service metadata describing the service and (2) business metadata describing business on the application, the mapper module generating, based at least in part on a list of the business metadata subject to an application query, a mapping table that maps the business metadata to the service metadata for providing a response to the application query, the mapper module determining if an incompatibility exists between a business requirement associated with the application and the service; and
an execution module, communicatively coupled to the mapper module, to select and execute an interface of the service based on the mapping of the business metadata and the service metadata.
2. The system of claim 1 wherein the service metadata includes a description of a structure of the service.
3. The system of claim 1 wherein the service metadata includes a method for creating a structure of the service.
4. The system of claim 1 wherein the service metadata includes a description of an entity useful for providing the service.
5. The system of claim 1 comprising:
a rule engine, communicatively coupled to the mapper module, configured to create an execution program based on the mapping of the service metadata and the business metadata; and
wherein the execution module selects the interface of the service based on the execution program.
6. The system of claim 5 wherein the rule engine is configured to create the execution program based on a configuration of the system.
7. The system of claim 5 wherein the execution program comprises data describing an organization of a plurality of calls to the service.
8. The system of claim 5 wherein the execution program comprises data describing an organization of the first call to the service and a second call to a second service.
9. The system of claim 8 wherein the rule engine is configured to create the execution program based on a hierarchical link between the service and the second service.
10. The system of claim 5 wherein the execution module selects the interface of the service by translating a part of the execution program into the interface of the service.
11. The system of claim 5 wherein the execution module is configured to select a driver for a server hosting the service and execute the interface through the driver.
12. A method implemented by a processor for addressing incompatibility between services and applications, the method comprising:
the processor:
receiving a first call from an application;
retrieving from a directory a reference to a service associated with the application;
retrieving service metadata describing the service;
retrieving business metadata describing business on the application;
generating, based at least in part on a list of the business metadata subject to an application query, a mapping table that maps the business metadata to the service metadata for providing a response to the application query;
determining if an incompatibility exists between a business requirement associated with the application and the service; and
selecting and executing an interface of the service based on the mapping of the business metadata and the service metadata.
13. The method of claim 12 wherein the service metadata includes a description of a structure of the service.
14. The method of claim 12 wherein the service metadata includes a method for creating a structure of the service.
15. The method of claim 12 wherein the service metadata includes a description of an entity useful for providing the service.
16. The method of claim 12 comprising:
creating an execution program based on the mapping of the business metadata to the service metadata, wherein the selection of the interface of the service based on the mapping comprises selecting the interface based on the execution program.
17. The method of claim 16 wherein creating the execution program is based on a configuration of a system that executes the method.
18. The method of claim 16 wherein the execution program comprises data describing an organization of a plurality of calls to the service.
19. The method of claim 16 wherein the execution program comprises data describing an organization of the first call to the service and a second call to a second service.
20. The method of claim 19 wherein creating the execution program comprises creating the execution program based on a hierarchical link between the service and the second service.
21. The method of claim 16 wherein the selection of the interface of the service comprises translating a part of the execution program into the interface of the service.
22. The method of 16 wherein executing the interface comprises selecting a driver for a server hosting the service and executing the interface through the driver.
US13/488,236 2005-09-22 2012-06-04 Implementation System for Business Applications Abandoned US20120317591A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US13/488,236 US20120317591A1 (en) 2005-09-22 2012-06-04 Implementation System for Business Applications

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
FR0509714 2005-09-22
FR0509714A FR2891077B1 (en) 2005-09-22 2005-09-22 SYSTEM FOR IMPLEMENTING A BUSINESS APPLICATION.
US11/327,025 US8209710B2 (en) 2005-09-22 2006-01-05 Implementation system for business applications
US13/488,236 US20120317591A1 (en) 2005-09-22 2012-06-04 Implementation System for Business Applications

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US11/327,025 Continuation US8209710B2 (en) 2005-09-22 2006-01-05 Implementation system for business applications

Publications (1)

Publication Number Publication Date
US20120317591A1 true US20120317591A1 (en) 2012-12-13

Family

ID=36282748

Family Applications (2)

Application Number Title Priority Date Filing Date
US11/327,025 Active 2029-01-14 US8209710B2 (en) 2005-09-22 2006-01-05 Implementation system for business applications
US13/488,236 Abandoned US20120317591A1 (en) 2005-09-22 2012-06-04 Implementation System for Business Applications

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US11/327,025 Active 2029-01-14 US8209710B2 (en) 2005-09-22 2006-01-05 Implementation system for business applications

Country Status (3)

Country Link
US (2) US8209710B2 (en)
EP (1) EP1768023A1 (en)
FR (1) FR2891077B1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8739132B2 (en) * 2012-07-30 2014-05-27 International Business Machines Corporation Method and apparatus for assessing layered architecture principles compliance for business analytics in traditional and SOA based environments
US20180248827A1 (en) * 2017-02-24 2018-08-30 Vidscale Services, Inc. Heterogeneous cloud controller
CN112564978A (en) * 2020-12-16 2021-03-26 中盈优创资讯科技有限公司 Equipment configuration service selection method based on metadata registration

Families Citing this family (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7814198B2 (en) 2007-10-26 2010-10-12 Microsoft Corporation Model-driven, repository-based application monitoring system
FR2891077B1 (en) 2005-09-22 2008-12-12 Xcalia Sa SYSTEM FOR IMPLEMENTING A BUSINESS APPLICATION.
US8024396B2 (en) * 2007-04-26 2011-09-20 Microsoft Corporation Distributed behavior controlled execution of modeled applications
US8239505B2 (en) 2007-06-29 2012-08-07 Microsoft Corporation Progressively implementing declarative models in distributed systems
US7970892B2 (en) * 2007-06-29 2011-06-28 Microsoft Corporation Tuning and optimizing distributed systems with declarative models
US8112434B2 (en) * 2007-07-09 2012-02-07 International Business Machines Corporation Performance of an enterprise service bus by decomposing a query result from the service registry
US8230386B2 (en) 2007-08-23 2012-07-24 Microsoft Corporation Monitoring distributed applications
US7926070B2 (en) 2007-10-26 2011-04-12 Microsoft Corporation Performing requested commands for model-based applications
US8181151B2 (en) * 2007-10-26 2012-05-15 Microsoft Corporation Modeling and managing heterogeneous applications
US8099720B2 (en) 2007-10-26 2012-01-17 Microsoft Corporation Translating declarative models
US7974939B2 (en) 2007-10-26 2011-07-05 Microsoft Corporation Processing model-based commands for distributed applications
US20090113292A1 (en) * 2007-10-26 2009-04-30 Microsoft Corporation Flexibly editing heterogeneous documents
US8225308B2 (en) * 2007-10-26 2012-07-17 Microsoft Corporation Managing software lifecycle
US7698181B2 (en) * 2008-01-09 2010-04-13 Penske Truck Leasing Co., Lp Method and apparatus for custom cost accounting invoicing
US8949779B2 (en) * 2008-05-14 2015-02-03 Nec Corporation Service combination support apparatus, service combination support method, and storage medium
US7962447B2 (en) * 2008-12-30 2011-06-14 International Business Machines Corporation Accessing a hierarchical database using service data objects (SDO) via a data access service (DAS)
US9858093B2 (en) * 2013-03-08 2018-01-02 Oracle International Corporation Model for configuration independent process templates and business catalog
BR112018077512A2 (en) 2016-06-29 2019-04-02 3M Innovative Properties Company method of fitting a hearing protector and a hearing protector
US20230177186A1 (en) * 2021-12-06 2023-06-08 Sap Se Integrated end-of-purpose protocol for multiple applications

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010032207A1 (en) * 1998-03-12 2001-10-18 Bruce Hartley Operational system for operating on client defined rules
US20020091702A1 (en) * 2000-11-16 2002-07-11 Ward Mullins Dynamic object-driven database manipulation and mapping system
US20020099738A1 (en) * 2000-11-22 2002-07-25 Grant Hugh Alexander Automated web access for back-end enterprise systems
US20020161734A1 (en) * 1999-03-03 2002-10-31 Christopher Stauber Application instantiation based upon attributes and values stored in a meta data repository, including tiering of application layers objects and components
US20030101170A1 (en) * 2001-05-25 2003-05-29 Joseph Edelstein Data query and location through a central ontology model
US20040093559A1 (en) * 2001-05-25 2004-05-13 Ruth Amaru Web client for viewing and interrogating enterprise data semantically
US20040220910A1 (en) * 2003-05-02 2004-11-04 Liang-Jie Zang System and method of dynamic service composition for business process outsourcing
US20050050199A1 (en) * 2003-08-25 2005-03-03 Vijay Mital System and method for integrating management of components of a resource
US20050096960A1 (en) * 2003-11-03 2005-05-05 Plutowski Mark E. Dynamic web service composition
US20050125771A1 (en) * 2003-09-17 2005-06-09 Kamen Vitanov System and method for dynamic generation and customization of web service client applications for terminals
US20050278270A1 (en) * 2004-06-14 2005-12-15 Hewlett-Packard Development Company, L.P. Data services handler
US20060047721A1 (en) * 2004-08-31 2006-03-02 Narang Inderpal S Dynamic and selective data source binding through a metawrapper

Family Cites Families (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6085198A (en) * 1998-06-05 2000-07-04 Sun Microsystems, Inc. Integrated three-tier application framework with automated class and table generation
CA2281331A1 (en) * 1999-09-03 2001-03-03 Cognos Incorporated Database management system
US6611838B1 (en) * 2000-09-01 2003-08-26 Cognos Incorporated Metadata exchange
US6836777B2 (en) * 2001-11-15 2004-12-28 Ncr Corporation System and method for constructing generic analytical database applications
US20030204487A1 (en) * 2002-04-26 2003-10-30 Sssv Muni Kumar A System of reusable components for implementing data warehousing and business intelligence solutions
US20040148370A1 (en) * 2003-01-23 2004-07-29 Electronic Data Systems Corporation System and method for composing, configuring, deploying, and managing services using a graphical user interface
US7490331B2 (en) * 2003-03-04 2009-02-10 International Business Machines Corporation Mapping to and from native type formats
US7730446B2 (en) * 2003-03-12 2010-06-01 Microsoft Corporation Software business process model
US8005854B2 (en) * 2003-03-14 2011-08-23 Sybase, Inc. System with methodology for executing relational operations over relational data and data retrieved from SOAP operations
US20040187140A1 (en) * 2003-03-21 2004-09-23 Werner Aigner Application framework
US8027922B2 (en) * 2003-07-14 2011-09-27 Sprint Communications Company L.P. Integration infrastructure
US7693973B2 (en) * 2003-08-28 2010-04-06 International Business Machines Corporation Pluggable state meta-data processors based on meta information modeling in a service oriented architecture
US7426523B2 (en) * 2004-03-12 2008-09-16 Sap Ag Meta Object Facility compliant interface enabling
US20050203931A1 (en) * 2004-03-13 2005-09-15 Robert Pingree Metadata management convergence platforms, systems and methods
WO2005114381A2 (en) * 2004-05-14 2005-12-01 Gt Software, Inc. Systems and methods for web service function, definition implementation and/or execution
FR2891077B1 (en) 2005-09-22 2008-12-12 Xcalia Sa SYSTEM FOR IMPLEMENTING A BUSINESS APPLICATION.

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010032207A1 (en) * 1998-03-12 2001-10-18 Bruce Hartley Operational system for operating on client defined rules
US20020161734A1 (en) * 1999-03-03 2002-10-31 Christopher Stauber Application instantiation based upon attributes and values stored in a meta data repository, including tiering of application layers objects and components
US20020091702A1 (en) * 2000-11-16 2002-07-11 Ward Mullins Dynamic object-driven database manipulation and mapping system
US20020099738A1 (en) * 2000-11-22 2002-07-25 Grant Hugh Alexander Automated web access for back-end enterprise systems
US20030101170A1 (en) * 2001-05-25 2003-05-29 Joseph Edelstein Data query and location through a central ontology model
US20040093559A1 (en) * 2001-05-25 2004-05-13 Ruth Amaru Web client for viewing and interrogating enterprise data semantically
US20040220910A1 (en) * 2003-05-02 2004-11-04 Liang-Jie Zang System and method of dynamic service composition for business process outsourcing
US20050050199A1 (en) * 2003-08-25 2005-03-03 Vijay Mital System and method for integrating management of components of a resource
US20050125771A1 (en) * 2003-09-17 2005-06-09 Kamen Vitanov System and method for dynamic generation and customization of web service client applications for terminals
US20050096960A1 (en) * 2003-11-03 2005-05-05 Plutowski Mark E. Dynamic web service composition
US20050278270A1 (en) * 2004-06-14 2005-12-15 Hewlett-Packard Development Company, L.P. Data services handler
US20060047721A1 (en) * 2004-08-31 2006-03-02 Narang Inderpal S Dynamic and selective data source binding through a metawrapper

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8739132B2 (en) * 2012-07-30 2014-05-27 International Business Machines Corporation Method and apparatus for assessing layered architecture principles compliance for business analytics in traditional and SOA based environments
US20180248827A1 (en) * 2017-02-24 2018-08-30 Vidscale Services, Inc. Heterogeneous cloud controller
US10554607B2 (en) * 2017-02-24 2020-02-04 Telefonaktiebolaget Lm Ericsson (Publ) Heterogeneous cloud controller
CN112564978A (en) * 2020-12-16 2021-03-26 中盈优创资讯科技有限公司 Equipment configuration service selection method based on metadata registration

Also Published As

Publication number Publication date
FR2891077B1 (en) 2008-12-12
US8209710B2 (en) 2012-06-26
FR2891077A1 (en) 2007-03-23
EP1768023A1 (en) 2007-03-28
US20070089117A1 (en) 2007-04-19

Similar Documents

Publication Publication Date Title
US8209710B2 (en) Implementation system for business applications
US8589594B2 (en) Programmatic management of software resources in a content framework environment
US20190129734A1 (en) Data collection workflow extension
US7509649B2 (en) System and method for conversion of generic services' applications into component based applications for devices
US8180750B2 (en) Support model integration system and method
US7448022B1 (en) Dynamic software composition in a component-based software system
CN102375731B (en) Coding-free integrated application platform system
US6985939B2 (en) Building distributed software services as aggregations of other services
US7937500B2 (en) Dynamic, real-time integration of software resources through services of a content framework
US20060200748A1 (en) System and method for applying workflow of generic services' to component based applications for devices
US20130262443A1 (en) Method and system for processing data queries
CN101873334B (en) State-driven executable service flow execution method
CN103744891A (en) Method and system for data query
CN112379884A (en) Spark and parallel memory computing-based process engine implementation method and system
CA2538561C (en) System and method for conversion of web services applications into component based applications for devices
CN1312505A (en) Cooperation software application structure
CN110618810A (en) Metadata-driven diversified service mixed arrangement method
Billig et al. Platform independent model transformation based on triple
CN102073505A (en) Service composition-oriented declarative transaction integration method and system
WO2005033933A1 (en) System and method for workflow process management
De Giorgio et al. An approach to enable replacement of SOAP services and REST services in lightweight processes
CN116186022A (en) Form processing method, form processing device, distributed form system and computer storage medium
Madhusudan An intelligent mediator-based framework for enterprise application integration
US8375353B2 (en) Enabling the use of process flow applications within an information management system (IMS)
Van Lessen et al. An execution engine for semantic business processes

Legal Events

Date Code Title Description
AS Assignment

Owner name: PROGRESS SOFTWARE CORPORATION, MASSACHUSETTS

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:XCALIA S.A.;REEL/FRAME:030182/0625

Effective date: 20121029

AS Assignment

Owner name: JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT, NEW YORK

Free format text: SECURITY INTEREST;ASSIGNOR:PROGRESS SOFTWARE CORPORATION;REEL/FRAME:034504/0178

Effective date: 20141202

Owner name: JPMORGAN CHASE BANK, N.A., AS ADMINISTRATIVE AGENT

Free format text: SECURITY INTEREST;ASSIGNOR:PROGRESS SOFTWARE CORPORATION;REEL/FRAME:034504/0178

Effective date: 20141202

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION