US20090249374A1 - Dynamic template instantiation - Google Patents

Dynamic template instantiation Download PDF

Info

Publication number
US20090249374A1
US20090249374A1 US12/059,767 US5976708A US2009249374A1 US 20090249374 A1 US20090249374 A1 US 20090249374A1 US 5976708 A US5976708 A US 5976708A US 2009249374 A1 US2009249374 A1 US 2009249374A1
Authority
US
United States
Prior art keywords
application
composite
composite application
template
instance
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.)
Granted
Application number
US12/059,767
Other versions
US8312425B2 (en
Inventor
Stefan Hepper
Stefan Liesche
Andreas Nauerz
Juergen Schaeck
Thomas Stober
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.)
International Business Machines Corp
Original Assignee
International Business Machines 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 International Business Machines Corp filed Critical International Business Machines Corp
Priority to US12/059,767 priority Critical patent/US8312425B2/en
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: HEPPER, STEFAN, LIESCHE, STEFAN, NAUERZ, ANDREAS, SCHAECK, JUERGEN, STOBER, THOMAS
Publication of US20090249374A1 publication Critical patent/US20090249374A1/en
Application granted granted Critical
Publication of US8312425B2 publication Critical patent/US8312425B2/en
Expired - Fee Related legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Definitions

  • the present disclosure relates to computer runtime systems, and specifically composite applications implemented in computer runtime systems.
  • composite portal applications such as composite portal applications (or portal server applications)
  • SOA Service Oriented Architecture
  • Composite portal applications provide a flexible framework to produce very complex websites with reasonable effort.
  • the basic functional units of a composite portal application are application components (or portlets, when specifically referring to the functional units of a composite portal application).
  • the composite portal application aggregates the output of the individual portlets to an output which can be rendered in a browser. This aggregation of content is an important feature of composite portal applications, since the composite portal application effectively integrates the user interface (UI) of independent portlets without the need to write any integration code.
  • UI user interface
  • JAVA® is a registered trademark of Sun Microsystems, Inc., portlets, Enterprise JAVA® Beans (EJBs) (EJB is a trademark or registered trademark of Sun Microsystems, Inc.), processes, Plain Old JAVA® Objects (POJOs), or other code artifacts.
  • Portals expose a user to multiple services in a single interface.
  • Composite applications allow the user to interact with these multiple services.
  • Composite applications do away with multiple User Interfaces (UIs) and permit improved data connectivity.
  • UIs User Interfaces
  • Composite applications achieve this by making functionality and data independent from an architecture.
  • users can, on their own, define, create and manage composite portal applications.
  • the use of a composite application delivery model emphasizes a move towards a strongly business-driven usage model with plug-ability and fewer dependencies on support by system administrators.
  • Modern composite portal applications typically have a considerable number of application components. Furthermore, application components can be added to an existing aggregation of application components to produce even more sophisticated composite applications. Each application component in the aggregation must be executable on the designated target system to which the composite portal application is deployed.
  • a target system is the JAVA® Platform, Enterprise Edition (J2EE), which provides a programming platform for developing and running distributed multi-tier architecture JAVA® applications.
  • J2EE JAVA® Platform, Enterprise Edition
  • a complex composite portal application comprises manifold application component types, which are all suited together in a coherent composite application produced by a large application development team.
  • U.S. Published Patent Application US2006/0036993 A1 describes a system and method for developing a composite portal application by creating a portal application archive, and for automatically deploying the portal application archive into a portal server environment.
  • a portal application is a specific type of application.
  • a portal application is a collection of pages, portlets, policies, and roles.
  • a composite portal application is provided to a portal server environment as a portal application archive.
  • the portal application archive includes (i) all application components in machine-readable code for forming the composite portal application, and (ii) an application component assembly descriptor in machine readable code that specifies how the application components need to be assembled such that the composite portal application is correctly deployed into the portal server environment.
  • the portal application archive is provided to a deployment mechanism within the portal server application environment.
  • the deployment mechanism enables the deployment of the portal application archive into the portal server environment.
  • the application component assembly descriptor included in the portal application archive is evaluated by means of the deployment mechanism.
  • the application components are automatically deployed into respective parts of the portal server application environment according to information included in the application component assembly descriptor.
  • the application component assembly descriptor can be implemented in the form of an Extensible Markup Language (XML) descriptor file and includes meta-data that describe how each particular application component of the composite portal application is to be used within the composite portal application. Each piece of meta-data is evaluated accordingly via the deployment mechanism described above.
  • the meta-data provided by the application component assembly descriptor therefore provides added value for the composite application with respect to the standard JAVA® J2EE. While JAVA® supports coding, deployment, and life cycle aspects of composite portal applications, the meta-data can be regarded as comprising the logic focus description language on top of JAVA® and can be implemented in the form of XML.
  • the application component assembly descriptor can be viewed as a template, which describes how to create/instantiate one or multiple instances of the composite application.
  • the instantiation results in a set of portlet instances and page instances.
  • a composite application's runtime environment creates all the resources that are needed to represent the desired composite application.
  • Such resources can be component instances, Portal pages, code instances, portlet instances, and other types of layout elements.
  • the current approach provides a very efficient way to generate many similar Portal applications, while using a common template definition.
  • the drawback of the described template instantiation is that the instantiation process creates real resources in the portal. These real resources consume memory and limit the number of possible instances that can be used. According to some use-cases, the consequences of such a drawback do not have a significant impact (e.g., when there are only a limited number of teamroom applications on a system). However, there are use-cases, where the fact that individual copies of the same portal resources are needed for each instance is a severe limitation. One exemplary scenario where such severe limitations occur is in the use of a web conference application or an “activities” application, which will need to scale to a considerably higher number of supported instances.
  • a template that describes a composite application having a plurality of application components is created.
  • the template includes a composite application component assembly descriptor which lists each of the plurality of application components of the composite application.
  • the template is stored in a template library.
  • the composite application is instantiated using the template for creating at least one composite application instance.
  • an application instance registry one or more composite application instances and instance information related to the one or more composite application instances are registered.
  • the one or more composite application instances are transiently represented in the application instance registry by a respective table entry without creating a real object.
  • the real object is dynamically created.
  • the real object represents a particular composite application instance during a composite application usage session.
  • the dynamic creation is based on a most recent version of the template having the composite application component assembly descriptor. After an end of the composite application usage session, the particular composite application instance representing the real object is then removed.
  • FIG. 1 depicts an exemplary computer in which the present invention may be implemented
  • FIG. 2 is an exemplary illustration that represents how one or more instances of a composite application are created, according to an embodiment of the present invention
  • FIG. 3 is an exemplary diagram of a system for dynamic instantiation of a composite application, according to one embodiment of the invention.
  • FIG. 4 is high-level flow-chart of an exemplary method for dynamically instantiating a template in a composite application infrastructure (CAI), according to an embodiment of the present invention.
  • CAI composite application infrastructure
  • the present invention may be embodied as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment (including firmware, resident software, micro-code, etc.) or an embodiment combining software and hardware aspects that may all generally be referred to herein as a “circuit,” “module” or “system.” Furthermore, the present invention may take the form of a computer program product on a computer-usable storage medium having computer-usable program code embodied in the medium.
  • 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 examples (a non-exhaustive list) of the computer-readable medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a transmission media such as those supporting the Internet or an intranet, or a magnetic storage device.
  • a 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.
  • 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 medium may include a propagated data signal with the computer-usable program code embodied therewith, either in baseband or as part of a carrier wave.
  • the computer usable program code may be transmitted using any appropriate medium, including but not limited to the Internet, wireline, optical fiber cable, RF, etc.
  • Computer program code for carrying out operations of the present invention may be written in an object oriented programming language such as JAVA®, Smalltalk® (SMALLTALK is a trademark or registered trademark of Cincom Systems, Inc.), C++ or the like.
  • the computer program code for carrying out operations of the present invention may also be written in conventional procedural programming languages, such as the “C” programming language or similar programming languages.
  • the program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
  • the remote computer may be connected to the user's computer through a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
  • LAN local area network
  • WAN wide area network
  • Internet Service Provider for example, AT&T, MCI, Sprint, EarthLink, MSN, GTE, etc.
  • These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function/act specified in the flowchart and/or block diagram block or blocks.
  • the computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • Computer 100 includes a processor unit 104 that is coupled to a system bus 106 .
  • a video adapter 108 which drives/supports a display 110 , is also coupled to system bus 106 .
  • System bus 106 is coupled via a bus bridge 112 to an Input/Output (I/O) bus 114 .
  • An I/O interface 116 is coupled to I/O bus 114 .
  • I/O interface 116 affords communication with various I/O devices, including a keyboard 118 , a mouse 120 , a Compact Disk-Read Only Memory (CD-ROM) drive 122 , and a flash memory drive 126 .
  • the format of the ports connected to I/O interface 116 may be any known to those skilled in the art of computer architecture, including but not limited to Universal Serial Bus (USB) ports.
  • USB Universal Serial Bus
  • Computer 100 is able to communicate with a remote server 150 via a network 128 using a network interface 130 , which is coupled to system bus 106 .
  • Network 128 may be an external network such as the Internet, or an internal network such as an Ethernet or a Virtual Private Network (VPN).
  • Remote server 150 may be architecturally configured in the manner depicted for computer 100 .
  • a hard drive interface 132 is also coupled to system bus 106 .
  • Hard drive interface 132 interfaces with a hard drive 134 .
  • hard drive 134 populates a system memory 136 , which is also coupled to system bus 106 .
  • System memory 136 is defined as a lowest level of volatile memory in computer 100 . This volatile memory may include additional higher levels of volatile memory (not shown), including, but not limited to, cache memory, registers, and buffers.
  • Code that populates system memory 136 includes an operating system (OS) 138 and application programs 144 .
  • OS operating system
  • OS 138 includes a shell 140 , for providing transparent user access to resources such as application programs 144 .
  • shell 140 (as it is called in UNIX® (UNIX is a registered trademark of The Open Group in the United States and other countries)) is a program that provides an interpreter and an interface between the user and the operating system. Shell 140 provides a system prompt, interprets commands entered by keyboard 118 , mouse 120 , or other user input media, and sends the interpreted command(s) to the appropriate lower levels of the operating system (e.g., kernel 142 ) for processing.
  • OS 138 also includes kernel 142 , which includes lower levels of functionality for OS 138 . Kernel 142 provides essential services required by other parts of OS 138 and application programs 144 . The services provided by kernel 142 include memory management, process and task management, disk management, and I/O device management.
  • Application programs 144 include a browser 146 .
  • Browser 146 includes program modules and instructions enabling a World Wide Web (WWW) client (i.e., computer 100 ) to send and receive network messages to the Internet.
  • Computer 100 may utilize HyperText Transfer Protocol (HTTP) messaging to enable communication with remote server 150 .
  • Application programs 144 in system memory 136 also include a Dynamic Composite Application Instantiation (DCAI) Utility 148 .
  • DCAI utility 148 performs the functions illustrated below in FIG. 4 , and may include all logic, helper functions, databases and other resources depicted below in FIGS. 2-3 .
  • DCAI utility 148 processes electronic signals from a multitude of sources, such as remote server 150 in network 128 , as well as from other application programs 144 .
  • computer 100 may include alternate memory storage devices such as magnetic cassettes, Digital Versatile Disks (DVDs), Bernoulli cartridges, and the like. These and other variations are intended to be within the spirit and scope of the present invention.
  • exemplary illustration 200 shows how one or more instances 202 of composite applications 203 are created, according to one embodiment that is useful for understanding the invention.
  • Composite applications aggregate a set of application components 204 (e.g., business components) into a single, coherent entity. Individual application components 204 and the interactions (indicated by arrow 206 ) among these application component(s) 204 work together to implement complex logic (e.g., business logic) as defined by an end-user (e.g., business user).
  • complex logic e.g., business logic
  • Examples of application components 204 of composite application 203 include, but are not limited to, JAVA® classes, portlets, Enterprise JAVA® Beans (EJBs), processes, Plain Old JAVA® Objects (POJOs), or other code artifacts.
  • Template 208 describes a composite application in an abstract way (i.e., a “blueprint” for composite application 203 ).
  • Template 208 includes information that defines how complex logic is assembled out of a given set of application components 204 .
  • template 208 is an XML file 209 that references all applicable application components 204 .
  • template 208 specifies meta-data (e.g., such as specific configuration settings) for each application component 204 .
  • Template 208 describes the behavior of composite application 203 and to define the desired interaction between application components 204 (e.g., wires between portlets).
  • template 208 defines which desired access control logic is to be enforced, such as application-specific user roles.
  • Template 208 is also used to exchange composite application definitions between different runtime target platform systems. After creating template 208 , template 208 is stored in template catalog 210 and made available to a user community.
  • template catalog 210 may be represented by a JAVA® Content Repository (JCR) content store.
  • JCR JAVA® Content Repository
  • a user can create one or more instances 202 (or application instances) of composite application 203 .
  • the user selects template 208 (e.g., template XML file 209 ) from template catalog 210 and creates one or more instances 202 of composite application 203 based on a definition of template 208 .
  • the instances 202 run within application runtime target platform system, which is referred to as Composite Application Infrastructure (CAI) 212 .
  • CAI Composite Application Infrastructure
  • a set of tools are used to enable end-users to assemble and manage business logic from individual application components 204 that can include, for example, portlets, processes, or other code artifacts.
  • FIG. 2 shows how business components 204 , template 208 , and composite application instances 202 relate to each other.
  • Template 208 is assembled from business components 204 and stored as an XML description file 209 in template catalog 210 .
  • Template instantiation service 214 creates (or instantiates) one or more application instances 202 in CAI 212 .
  • the particular standard that is used to describe template 208 can vary from the example using XML.
  • Other standards that can be used to describe the various business components 204 include, but are not limited to Common Object Request Broker Architecture (CORBA) and JAVA®. The functionality of each application component 204 is described.
  • CORBA Common Object Request Broker Architecture
  • JAVA® The functionality of each application component 204 is described.
  • FIG. 3 shows an exemplary diagram of system 300 for dynamic instantiation of a composite application, according to one embodiment of the invention.
  • System 300 includes template 208 (e.g., Teamroom Generic Application Template 302 ), which defines one or more instances 202 (or composite application instances) of composite application 203 via application definition 304 .
  • Template 208 is stored in template catalog (or template library) 210 .
  • template catalog 210 can be represented by a JCR content store.
  • Template 208 includes a composite application component assembly descriptor (CACAD) 306 in machine-readable code that lists each application component 204 of composite application 203 .
  • CACAD composite application component assembly descriptor
  • System 300 also includes an application instance registry (e.g., JCR 312 ) that registers (i) one or more composite application instances and (ii) instance information related to each composite application instance, once template 208 has been instantiated (indicated by arrow 314 ).
  • Instance information can include, for example, specific values for parameters and owner information.
  • each composite application instance is transiently represented by a respective table entry.
  • meta application 316 (e.g., Teamroom Meta Application) is created.
  • Meta application 316 includes a sample persistent page instance 317 of composite application 203 , which is dynamically created via a transformation from application definition 304 .
  • the persistent (or real) sample instance of meta application 316 can be dynamically cloned as one or more Transient Instances (TI or transient page instances) 318 (e.g., Teamroom Application Instances: TI 1 , TI 2 , and TI 3 forming application nodes 315 of composite application tree 313 ) whenever a copy of composite application 203 is needed during a composite application usage session.
  • TI or transient page instances e.g., Teamroom Application Instances: TI 1 , TI 2 , and TI 3 forming application nodes 315 of composite application tree 313 .
  • meta application 316 i.e., a real object
  • the dynamic creation of meta application 316 in response to a composite application usage session is based on the most recent version of template 208 .
  • a user will be provided the most up-to-date version of template 208 upon initiating the composite application usage session.
  • meta application 316 forms part of a node within hidden sub-tree branch (represented by dashed connector 320 ) of composite application tree 313 .
  • FIG. 4 is a flow-chart 400 of an exemplary method containing steps for instantiating template 208 in a composite application infrastructure (CAI) 212 .
  • the exemplary method in FIG. 4 is implemented in DCAI utility 148 of FIG. 1 and exemplary illustrations 200 and 300 of FIGS. 2 and 3 , respectively.
  • template 208 is created, as depicted in block 404 .
  • Template 208 describes composite application 203 having one or more application components 204 .
  • template 208 is included within composite application package 312 , which includes (i) CACAD 306 for listing each application component 204 of composite application 203 and describing the functionality of each application component 204 , and (ii) one or more platform-specific handlers (not shown) for deploying composite application components for a plurality of different target platforms (not shown).
  • template 208 is stored in template library 210 .
  • one or more instances of composite application 203 is/are then instantiated using template 208 .
  • one or more composite application instances and instance information related to the application instance(s) are registered in application instance registry 312 , as depicted in block 410 .
  • one or more composite application instances are transiently represented in application instance registry 312 by a respective table entry, such that a real object is not created.
  • each dynamic instance is created from an XML deployment descriptor.
  • a real object e.g., persistent page instance 317
  • the real object is defined as meta application 316 .
  • the dynamic creation of the real object is based on a most recent version of template 208 having CACAD 306 .
  • the particular composite application instance representing the real object is removed, as depicted in block 414 .
  • system resources are released for other use.
  • the composite application instances are removed once the last user of the composite application has logged out of the system.
  • a daemon (not shown) is implemented to remove unused composite application instances during certain execution intervals. From block 414 , the method ends at termination block 416 .
  • each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s).
  • the functions noted in the block may occur out of the order noted in the figures. 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 involved.

Abstract

Method, system, and computer program product for instantiating a template in a composite application infrastructure. A template that describes a composite application having a plurality of application components is created. The template includes a composite application component assembly descriptor which lists each application component of the composite application. The template is stored in a template library. The composite application is instantiated using the template for creating at least one composite application instance. In an application instance registry, composite application instance(s) and instance information related to the composite application instance(s) is/are registered. The composite application instances are transiently represented in the application instance registry by a respective table entry without creating a real object. The real object that is dynamically created represents a particular composite application instance during a composite application usage session. At an end of the composite application usage session, the particular unused composite application instance is removed.

Description

    BACKGROUND OF THE INVENTION
  • The present disclosure relates to computer runtime systems, and specifically composite applications implemented in computer runtime systems.
  • The process of building complex business logic using a set of components, such as portlets, can be a tedious endeavour. First, individual components are deployed sequentially. Then, the deployed individual components are arranged on a customer's staging system as desired. Finally, component interaction and access control are defined according to the business logic to be implemented. The above steps require active involvement of application developers, portal administrators and persons with the necessary business domain skills.
  • To simplify the aforementioned process, composite applications, such as composite portal applications (or portal server applications), were introduced as a key strategy for implementing meaningful business value within a Service Oriented Architecture (SOA). Composite portal applications provide a flexible framework to produce very complex websites with reasonable effort. The basic functional units of a composite portal application are application components (or portlets, when specifically referring to the functional units of a composite portal application). The composite portal application aggregates the output of the individual portlets to an output which can be rendered in a browser. This aggregation of content is an important feature of composite portal applications, since the composite portal application effectively integrates the user interface (UI) of independent portlets without the need to write any integration code.
  • Business analysts and application designers can leverage composite applications to assemble complex business logic easily from individual application components, such as JAVA® classes (JAVA® is a registered trademark of Sun Microsystems, Inc., portlets, Enterprise JAVA® Beans (EJBs) (EJB is a trademark or registered trademark of Sun Microsystems, Inc.), processes, Plain Old JAVA® Objects (POJOs), or other code artifacts. Portals expose a user to multiple services in a single interface. Composite applications allow the user to interact with these multiple services. Composite applications do away with multiple User Interfaces (UIs) and permit improved data connectivity. Composite applications achieve this by making functionality and data independent from an architecture. As a result, users can, on their own, define, create and manage composite portal applications. The use of a composite application delivery model emphasizes a move towards a strongly business-driven usage model with plug-ability and fewer dependencies on support by system administrators.
  • Modern composite portal applications typically have a considerable number of application components. Furthermore, application components can be added to an existing aggregation of application components to produce even more sophisticated composite applications. Each application component in the aggregation must be executable on the designated target system to which the composite portal application is deployed. One example of a target system is the JAVA® Platform, Enterprise Edition (J2EE), which provides a programming platform for developing and running distributed multi-tier architecture JAVA® applications. However, other target systems are conceivable as well. A complex composite portal application comprises manifold application component types, which are all suited together in a coherent composite application produced by a large application development team.
  • U.S. Published Patent Application US2006/0036993 A1 describes a system and method for developing a composite portal application by creating a portal application archive, and for automatically deploying the portal application archive into a portal server environment. A portal application is a specific type of application. In particular, a portal application is a collection of pages, portlets, policies, and roles. According to an embodiment of the method in accordance with the above mentioned document, a composite portal application is provided to a portal server environment as a portal application archive. The portal application archive includes (i) all application components in machine-readable code for forming the composite portal application, and (ii) an application component assembly descriptor in machine readable code that specifies how the application components need to be assembled such that the composite portal application is correctly deployed into the portal server environment.
  • In order to deploy the composite portal application into the portal server environment, the portal application archive is provided to a deployment mechanism within the portal server application environment. The deployment mechanism enables the deployment of the portal application archive into the portal server environment. Further, the application component assembly descriptor included in the portal application archive is evaluated by means of the deployment mechanism. The application components are automatically deployed into respective parts of the portal server application environment according to information included in the application component assembly descriptor.
  • The application component assembly descriptor can be implemented in the form of an Extensible Markup Language (XML) descriptor file and includes meta-data that describe how each particular application component of the composite portal application is to be used within the composite portal application. Each piece of meta-data is evaluated accordingly via the deployment mechanism described above. The meta-data provided by the application component assembly descriptor therefore provides added value for the composite application with respect to the standard JAVA® J2EE. While JAVA® supports coding, deployment, and life cycle aspects of composite portal applications, the meta-data can be regarded as comprising the logic focus description language on top of JAVA® and can be implemented in the form of XML.
  • The application component assembly descriptor can be viewed as a template, which describes how to create/instantiate one or multiple instances of the composite application. The instantiation results in a set of portlet instances and page instances. According to the current state in the art, a composite application's runtime environment creates all the resources that are needed to represent the desired composite application. Such resources can be component instances, Portal pages, code instances, portlet instances, and other types of layout elements. The current approach provides a very efficient way to generate many similar Portal applications, while using a common template definition.
  • However, the drawback of the described template instantiation is that the instantiation process creates real resources in the portal. These real resources consume memory and limit the number of possible instances that can be used. According to some use-cases, the consequences of such a drawback do not have a significant impact (e.g., when there are only a limited number of teamroom applications on a system). However, there are use-cases, where the fact that individual copies of the same portal resources are needed for each instance is a severe limitation. One exemplary scenario where such severe limitations occur is in the use of a web conference application or an “activities” application, which will need to scale to a considerably higher number of supported instances. As a result, there can potentially be thousands of scheduled web conferences, while only a few web conferences will be able to take place concurrently. Thus, in summary, a limitation of the existing approach is that the template is used to permanently generate new instances of the composite application. For scalability reasons, such an approach is not suitable if a large number of instances of the same template are required.
  • SUMMARY OF THE ILLUSTRATIVE EMBODIMENTS
  • In view of the foregoing, a method, system, and computer program product for instantiating a template in a composite application infrastructure are disclosed. A template that describes a composite application having a plurality of application components is created. The template includes a composite application component assembly descriptor which lists each of the plurality of application components of the composite application. The template is stored in a template library. The composite application is instantiated using the template for creating at least one composite application instance. In an application instance registry, one or more composite application instances and instance information related to the one or more composite application instances are registered. The one or more composite application instances are transiently represented in the application instance registry by a respective table entry without creating a real object. The real object is dynamically created. The real object represents a particular composite application instance during a composite application usage session. The dynamic creation is based on a most recent version of the template having the composite application component assembly descriptor. After an end of the composite application usage session, the particular composite application instance representing the real object is then removed.
  • All objects, features, and advantages of the present invention will become apparent in the following detailed written description.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • Aspects of the invention itself will best be understood by reference to the following detailed description of an illustrative embodiment when read in conjunction with the accompanying drawings, where:
  • FIG. 1 depicts an exemplary computer in which the present invention may be implemented;
  • FIG. 2 is an exemplary illustration that represents how one or more instances of a composite application are created, according to an embodiment of the present invention;
  • FIG. 3 is an exemplary diagram of a system for dynamic instantiation of a composite application, according to one embodiment of the invention; and
  • FIG. 4 is high-level flow-chart of an exemplary method for dynamically instantiating a template in a composite application infrastructure (CAI), according to an embodiment of the present invention.
  • DETAILED DESCRIPTION OF THE DRAWINGS
  • As will be appreciated by one skilled in the art, the present invention may be embodied as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment (including firmware, resident software, micro-code, etc.) or an embodiment combining software and hardware aspects that may all generally be referred to herein as a “circuit,” “module” or “system.” Furthermore, the present invention may take the form of a computer program product on a computer-usable storage medium having computer-usable program code embodied in the medium.
  • Any suitable computer usable or computer readable medium may be utilized. 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 examples (a non-exhaustive list) of the computer-readable medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a transmission media such as those supporting the Internet or an intranet, or a magnetic storage device. 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. In the context of this document, 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 medium may include a propagated data signal with the computer-usable program code embodied therewith, either in baseband or as part of a carrier wave. The computer usable program code may be transmitted using any appropriate medium, including but not limited to the Internet, wireline, optical fiber cable, RF, etc.
  • Computer program code for carrying out operations of the present invention may be written in an object oriented programming language such as JAVA®, Smalltalk® (SMALLTALK is a trademark or registered trademark of Cincom Systems, Inc.), C++ or the like. However, the computer program code for carrying out operations of the present invention may also be written in conventional procedural programming languages, such as the “C” programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
  • The present invention is described below with reference to flowchart illustrations and/or block diagrams of methods, apparatuses (systems) and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function/act specified in the flowchart and/or block diagram block or blocks.
  • The computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
  • With reference now to the figures, and in particular to FIG. 1, there is depicted a block diagram of an exemplary computer 100, with which the present invention may be utilized. Computer 100 includes a processor unit 104 that is coupled to a system bus 106. A video adapter 108, which drives/supports a display 110, is also coupled to system bus 106. System bus 106 is coupled via a bus bridge 112 to an Input/Output (I/O) bus 114. An I/O interface 116 is coupled to I/O bus 114. I/O interface 116 affords communication with various I/O devices, including a keyboard 118, a mouse 120, a Compact Disk-Read Only Memory (CD-ROM) drive 122, and a flash memory drive 126. The format of the ports connected to I/O interface 116 may be any known to those skilled in the art of computer architecture, including but not limited to Universal Serial Bus (USB) ports.
  • Computer 100 is able to communicate with a remote server 150 via a network 128 using a network interface 130, which is coupled to system bus 106. Network 128 may be an external network such as the Internet, or an internal network such as an Ethernet or a Virtual Private Network (VPN). Remote server 150 may be architecturally configured in the manner depicted for computer 100.
  • A hard drive interface 132 is also coupled to system bus 106. Hard drive interface 132 interfaces with a hard drive 134. In one embodiment, hard drive 134 populates a system memory 136, which is also coupled to system bus 106. System memory 136 is defined as a lowest level of volatile memory in computer 100. This volatile memory may include additional higher levels of volatile memory (not shown), including, but not limited to, cache memory, registers, and buffers. Code that populates system memory 136 includes an operating system (OS) 138 and application programs 144.
  • OS 138 includes a shell 140, for providing transparent user access to resources such as application programs 144. Generally, shell 140 (as it is called in UNIX® (UNIX is a registered trademark of The Open Group in the United States and other countries)) is a program that provides an interpreter and an interface between the user and the operating system. Shell 140 provides a system prompt, interprets commands entered by keyboard 118, mouse 120, or other user input media, and sends the interpreted command(s) to the appropriate lower levels of the operating system (e.g., kernel 142) for processing. As depicted, OS 138 also includes kernel 142, which includes lower levels of functionality for OS 138. Kernel 142 provides essential services required by other parts of OS 138 and application programs 144. The services provided by kernel 142 include memory management, process and task management, disk management, and I/O device management.
  • Application programs 144 include a browser 146. Browser 146 includes program modules and instructions enabling a World Wide Web (WWW) client (i.e., computer 100) to send and receive network messages to the Internet. Computer 100 may utilize HyperText Transfer Protocol (HTTP) messaging to enable communication with remote server 150. Application programs 144 in system memory 136 also include a Dynamic Composite Application Instantiation (DCAI) Utility 148. DCAI utility 148 performs the functions illustrated below in FIG. 4, and may include all logic, helper functions, databases and other resources depicted below in FIGS. 2-3. DCAI utility 148 processes electronic signals from a multitude of sources, such as remote server 150 in network 128, as well as from other application programs 144.
  • The hardware elements depicted in computer 100 are not intended to be exhaustive, but rather represent and/or highlight certain components that may be utilized to practice the present invention. For instance, computer 100 may include alternate memory storage devices such as magnetic cassettes, Digital Versatile Disks (DVDs), Bernoulli cartridges, and the like. These and other variations are intended to be within the spirit and scope of the present invention.
  • Referring now to FIG. 2, exemplary illustration 200 shows how one or more instances 202 of composite applications 203 are created, according to one embodiment that is useful for understanding the invention. Composite applications aggregate a set of application components 204 (e.g., business components) into a single, coherent entity. Individual application components 204 and the interactions (indicated by arrow 206) among these application component(s) 204 work together to implement complex logic (e.g., business logic) as defined by an end-user (e.g., business user). Examples of application components 204 of composite application 203 include, but are not limited to, JAVA® classes, portlets, Enterprise JAVA® Beans (EJBs), processes, Plain Old JAVA® Objects (POJOs), or other code artifacts.
  • Composite applications involve template 208. Template 208 describes a composite application in an abstract way (i.e., a “blueprint” for composite application 203). Template 208 includes information that defines how complex logic is assembled out of a given set of application components 204. In most cases, template 208 is an XML file 209 that references all applicable application components 204. Additionally, template 208 specifies meta-data (e.g., such as specific configuration settings) for each application component 204. Template 208 describes the behavior of composite application 203 and to define the desired interaction between application components 204 (e.g., wires between portlets). Moreover, template 208 defines which desired access control logic is to be enforced, such as application-specific user roles. Template 208 is also used to exchange composite application definitions between different runtime target platform systems. After creating template 208, template 208 is stored in template catalog 210 and made available to a user community. For example, template catalog 210 may be represented by a JAVA® Content Repository (JCR) content store.
  • Using defined template 208, a user can create one or more instances 202 (or application instances) of composite application 203. The user selects template 208 (e.g., template XML file 209) from template catalog 210 and creates one or more instances 202 of composite application 203 based on a definition of template 208. The instances 202 run within application runtime target platform system, which is referred to as Composite Application Infrastructure (CAI) 212. Thus, each end-user manages his/her particular instance 202 of composite application 203, without having the need for administrative authority. A set of tools are used to enable end-users to assemble and manage business logic from individual application components 204 that can include, for example, portlets, processes, or other code artifacts.
  • Moreover, FIG. 2 shows how business components 204, template 208, and composite application instances 202 relate to each other. Template 208 is assembled from business components 204 and stored as an XML description file 209 in template catalog 210. Template instantiation service 214 creates (or instantiates) one or more application instances 202 in CAI 212. It should be appreciated by persons of ordinary skill in the art that the particular standard that is used to describe template 208 can vary from the example using XML. Other standards that can be used to describe the various business components 204 include, but are not limited to Common Object Request Broker Architecture (CORBA) and JAVA®. The functionality of each application component 204 is described.
  • FIG. 3 shows an exemplary diagram of system 300 for dynamic instantiation of a composite application, according to one embodiment of the invention. System 300 includes template 208 (e.g., Teamroom Generic Application Template 302), which defines one or more instances 202 (or composite application instances) of composite application 203 via application definition 304. Template 208 is stored in template catalog (or template library) 210. For example, template library 210 can be represented by a JCR content store. Template 208 includes a composite application component assembly descriptor (CACAD) 306 in machine-readable code that lists each application component 204 of composite application 203.
  • System 300 also includes an application instance registry (e.g., JCR 312) that registers (i) one or more composite application instances and (ii) instance information related to each composite application instance, once template 208 has been instantiated (indicated by arrow 314). Instance information can include, for example, specific values for parameters and owner information. Thus, rather than creating physical objects (or real objects) for each composite application instance, each composite application instance is transiently represented by a respective table entry.
  • According to one embodiment, before a user can gain access to a particular composite application instance, meta application 316 (e.g., Teamroom Meta Application) is created. Meta application 316 includes a sample persistent page instance 317 of composite application 203, which is dynamically created via a transformation from application definition 304. The persistent (or real) sample instance of meta application 316 can be dynamically cloned as one or more Transient Instances (TI or transient page instances) 318 (e.g., Teamroom Application Instances: TI1, TI2, and TI3 forming application nodes 315 of composite application tree 313) whenever a copy of composite application 203 is needed during a composite application usage session. Moreover, the dynamic creation of meta application 316 (i.e., a real object) in response to a composite application usage session is based on the most recent version of template 208. As a result, a user will be provided the most up-to-date version of template 208 upon initiating the composite application usage session. In the example shown in FIG. 3, meta application 316 forms part of a node within hidden sub-tree branch (represented by dashed connector 320) of composite application tree 313.
  • FIG. 4 is a flow-chart 400 of an exemplary method containing steps for instantiating template 208 in a composite application infrastructure (CAI) 212. According to the present invention, the exemplary method in FIG. 4 is implemented in DCAI utility 148 of FIG. 1 and exemplary illustrations 200 and 300 of FIGS. 2 and 3, respectively. After initiator block 402, template 208 is created, as depicted in block 404. Template 208 describes composite application 203 having one or more application components 204. In one embodiment, template 208 is included within composite application package 312, which includes (i) CACAD 306 for listing each application component 204 of composite application 203 and describing the functionality of each application component 204, and (ii) one or more platform-specific handlers (not shown) for deploying composite application components for a plurality of different target platforms (not shown).
  • From block 404, the method continues to block 406, where template 208 is stored in template library 210. At block 408, one or more instances of composite application 203 is/are then instantiated using template 208. As part of the instantiation method, one or more composite application instances and instance information related to the application instance(s) are registered in application instance registry 312, as depicted in block 410. With regard to block 410, one or more composite application instances are transiently represented in application instance registry 312 by a respective table entry, such that a real object is not created. According to one embodiment, each dynamic instance is created from an XML deployment descriptor. From block 410, the method proceeds to block 412, where a real object (e.g., persistent page instance 317) is dynamically created during a composite application usage session. According to one embodiment, the real object is defined as meta application 316. The dynamic creation of the real object is based on a most recent version of template 208 having CACAD 306.
  • Once the composite application usage session has ended (i.e., the particular composite application instance is no longer used or will not be used for a predetermined time), the particular composite application instance representing the real object is removed, as depicted in block 414. As a result, system resources are released for other use. According to one embodiment, the composite application instances are removed once the last user of the composite application has logged out of the system. Moreover, according to another embodiment, a daemon (not shown) is implemented to remove unused composite application instances during certain execution intervals. From block 414, the method ends at termination block 416.
  • Note that the flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. 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 involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
  • The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used herein, the singular forms “a”, “an” and “the” are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms “comprises” and/or “comprising,” when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
  • The corresponding structures, materials, acts, and equivalents of all means or step plus function elements in the claims below are intended to include any structure, material, or act for performing the function in combination with other claimed elements as specifically claimed. The description of the present invention has been presented for purposes of illustration and description, but is not intended to be exhaustive or limited to the invention in the form disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the invention. The embodiment was chosen and described in order to best explain the principles of the invention and the practical application, and to enable others of ordinary skill in the art to understand the invention for various embodiments with various modifications as are suited to the particular use contemplated.
  • Having thus described the invention of the present application in detail and by reference to preferred embodiments thereof, it will be apparent that modifications and variations are possible without departing from the scope of the invention defined in the appended claims.

Claims (1)

1. A method of instantiating a template in a composite application infrastructure, said method comprising:
creating a template describing a composite application having a plurality of application components, wherein said template includes a composite application component assembly descriptor listing each of said plurality of application components of said composite application;
storing said template in a template library; and
instantiating said composite application using said template for creating at least one composite application instance by:
registering in an application instance registry: said at least one composite application instance and instance information related to said at least one composite application instance, wherein said at least one composite application instance is transiently represented in said application instance registry by a respective table entry without creating a real object; and
dynamically creating said real object representing a particular composite application instance during a composite application usage session, wherein said dynamic creation is based on a most recent version of said template having said composite application component assembly descriptor; and
removing said particular composite application instance representing said real object after an end of said composite application usage session.
US12/059,767 2008-03-31 2008-03-31 Dynamic template instantiation Expired - Fee Related US8312425B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/059,767 US8312425B2 (en) 2008-03-31 2008-03-31 Dynamic template instantiation

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US12/059,767 US8312425B2 (en) 2008-03-31 2008-03-31 Dynamic template instantiation

Publications (2)

Publication Number Publication Date
US20090249374A1 true US20090249374A1 (en) 2009-10-01
US8312425B2 US8312425B2 (en) 2012-11-13

Family

ID=41119147

Family Applications (1)

Application Number Title Priority Date Filing Date
US12/059,767 Expired - Fee Related US8312425B2 (en) 2008-03-31 2008-03-31 Dynamic template instantiation

Country Status (1)

Country Link
US (1) US8312425B2 (en)

Cited By (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100122241A1 (en) * 2008-11-13 2010-05-13 Oracle International Corporation Executable template
US20100153916A1 (en) * 2008-12-15 2010-06-17 International Business Machines Corporation Method and system for topology modeling
US20120079095A1 (en) * 2010-09-24 2012-03-29 Amazon Technologies, Inc. Cloud-based device synchronization
US20120272190A1 (en) * 2011-04-20 2012-10-25 Raytheon Company Method and System for Graphically Enabled Service Oriented Architecture
US20130014274A1 (en) * 2010-03-31 2013-01-10 Irdeto Canada Corporation System and Method for Encapsulating and Enabling Protection Through Diverse Variations in Software Libraries
CN103150165A (en) * 2013-03-07 2013-06-12 中国农业大学 Frame and method for building outdoor data acquisition program
US8584121B2 (en) 2010-11-19 2013-11-12 International Business Machines Corporation Using a score-based template to provide a virtual machine
WO2013148651A3 (en) * 2012-03-28 2014-01-03 Bmc Software, Inc. Automated blueprint assembly for assembling an application
US20140136710A1 (en) * 2012-11-15 2014-05-15 Red Hat Israel, Ltd. Hardware resource allocation and provisioning for composite applications
CN105229603A (en) * 2013-04-22 2016-01-06 微软技术许可有限责任公司 Access when controlling the operation to application programming interface
US9268562B1 (en) * 2015-01-21 2016-02-23 PredictSpring, Inc. Methods and apparatuses for dynamically generating mobile application layouts using client-independent configuration
US9703549B2 (en) * 2015-09-18 2017-07-11 ReactiveCore LLC System and method for providing supplemental functionalities to a computer program via an ontology instance
US9766879B2 (en) 2015-09-18 2017-09-19 ReactiveCore LLC System and method for providing supplemental functionalities to a computer program via an ontology instance
US9798538B2 (en) 2015-09-18 2017-10-24 ReactiveCore LLC System and method for providing supplemental functionalities to a computer program
US9864598B2 (en) 2015-09-18 2018-01-09 ReactiveCore LLC System and method for providing supplemental functionalities to a computer program
US10042657B1 (en) * 2011-06-30 2018-08-07 Emc Corporation Provisioning virtual applciations from virtual application templates
US10264058B1 (en) 2011-06-30 2019-04-16 Emc Corporation Defining virtual application templates
US10282524B1 (en) 2010-09-24 2019-05-07 Amazon Technologies, Inc. Content selection and delivery for random devices
US10395293B1 (en) 2016-08-25 2019-08-27 PredictSpring, Inc. Canonical order management system
US10643023B2 (en) * 2015-09-25 2020-05-05 Oath, Inc. Programmatic native rendering of structured content
US10699038B2 (en) 2012-03-30 2020-06-30 Litmus Blue Technology LLC Configurable representation of domain models

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8005950B1 (en) 2008-12-09 2011-08-23 Google Inc. Application server scalability through runtime restrictions enforcement in a distributed application execution system
JP5966934B2 (en) * 2011-02-18 2016-08-10 日本電気株式会社 Refactoring device, refactoring method, and program
EP2728498A1 (en) * 2012-11-06 2014-05-07 Open Text S.A. System and method for creation of templates
US9563419B2 (en) 2014-02-20 2017-02-07 International Business Machines Corporation Managing deployment of application pattern based applications on runtime platforms
US9684497B1 (en) * 2015-12-10 2017-06-20 International Business Machines Corporation Optimized compiling of a template function
CN110235122B (en) 2016-12-21 2023-07-07 开文公司 System and method for converting web content into reusable templates and components

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6189138B1 (en) * 1996-07-03 2001-02-13 Sun Microsystems, Inc. Visual composition tool for constructing application programs using distributed objects on a distributed object network
US20040098706A1 (en) * 2001-03-28 2004-05-20 Khan Kashaf N Component-based software distribution and deployment
US20050055667A1 (en) * 2003-09-05 2005-03-10 Joerg Beringer Pattern-based software design
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
US20050268280A1 (en) * 2004-05-26 2005-12-01 Ulf Fildebrandt Encapsulating changes to a software application
US20060010421A1 (en) * 2000-02-01 2006-01-12 Gurevich Michael N Methods and apparatus for portable object-oriented components
US20060031849A1 (en) * 2004-04-06 2006-02-09 International Business Machines Corporation User task interface in a Web application
US20060165123A1 (en) * 2005-01-06 2006-07-27 Jerrard-Dunne Stanley K Method, and aggregation component for aggregating application components
US20070033571A1 (en) * 2005-08-02 2007-02-08 Sap Ag Dynamic work center
US7178129B2 (en) * 2001-12-07 2007-02-13 Dbase, Inc. Drag-and drop dynamic distributed object model
US20080059949A1 (en) * 2006-09-01 2008-03-06 Sap Ag System and method for implementing a safe framework
US20090172635A1 (en) * 2007-12-28 2009-07-02 Auriemma Stephen T System and method for allowing the creation of composite applications through the wiring of loosely coupled existing or custom components of disparate technologies

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040187140A1 (en) 2003-03-21 2004-09-23 Werner Aigner Application framework
US7739695B2 (en) 2004-07-19 2010-06-15 Sap Ag Computer implemented method and system for running a plurality of business processes
CN1811702B (en) 2004-08-16 2010-08-25 国际商业机器公司 System and method for developing portal applications and automatically deploying them into a portal server application
US7774744B2 (en) 2006-04-26 2010-08-10 Sap Ag Using relatedness information for programming

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6189138B1 (en) * 1996-07-03 2001-02-13 Sun Microsystems, Inc. Visual composition tool for constructing application programs using distributed objects on a distributed object network
US20060010421A1 (en) * 2000-02-01 2006-01-12 Gurevich Michael N Methods and apparatus for portable object-oriented components
US20040098706A1 (en) * 2001-03-28 2004-05-20 Khan Kashaf N Component-based software distribution and deployment
US7178129B2 (en) * 2001-12-07 2007-02-13 Dbase, Inc. Drag-and drop dynamic distributed object model
US20050055667A1 (en) * 2003-09-05 2005-03-10 Joerg Beringer Pattern-based software design
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
US20060031849A1 (en) * 2004-04-06 2006-02-09 International Business Machines Corporation User task interface in a Web application
US20050268280A1 (en) * 2004-05-26 2005-12-01 Ulf Fildebrandt Encapsulating changes to a software application
US20060165123A1 (en) * 2005-01-06 2006-07-27 Jerrard-Dunne Stanley K Method, and aggregation component for aggregating application components
US20070033571A1 (en) * 2005-08-02 2007-02-08 Sap Ag Dynamic work center
US20080059949A1 (en) * 2006-09-01 2008-03-06 Sap Ag System and method for implementing a safe framework
US20090172635A1 (en) * 2007-12-28 2009-07-02 Auriemma Stephen T System and method for allowing the creation of composite applications through the wiring of loosely coupled existing or custom components of disparate technologies

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Maturana, FP et al.Distributed multi-agent architecture for automation systems, Expert Systems with Applications, January 2004, pages 49-56, Retrieved on [2012-06-25] Retrieved from the Internet: URL *
Schmidt, R.Web Services Based Architectures to Support Dynamic Inter-organizational Business Processes, Lecture Notes in Computer Science, 2003, pages 323-335, Retrieved on [2012-06-25] Retrieved from the Internet: URL *

Cited By (38)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8321846B2 (en) * 2008-11-13 2012-11-27 Oracle International Corporation Executable template
US20100122241A1 (en) * 2008-11-13 2010-05-13 Oracle International Corporation Executable template
US20100153916A1 (en) * 2008-12-15 2010-06-17 International Business Machines Corporation Method and system for topology modeling
US8352912B2 (en) * 2008-12-15 2013-01-08 International Business Machines Corporation Method and system for topology modeling
US20130014274A1 (en) * 2010-03-31 2013-01-10 Irdeto Canada Corporation System and Method for Encapsulating and Enabling Protection Through Diverse Variations in Software Libraries
CN102947835A (en) * 2010-03-31 2013-02-27 埃德图加拿大公司 A system and method for encapsulating and enabling protection through diverse variations in software libraries
US9892272B2 (en) * 2010-03-31 2018-02-13 Irdeto B.V. System and method for encapsulating and enabling protection through diverse variations in software libraries
US10185837B2 (en) * 2010-03-31 2019-01-22 Irdeto B.V. System and method for encapsulating and enabling protection through diverse variations in software libraries
US10282524B1 (en) 2010-09-24 2019-05-07 Amazon Technologies, Inc. Content selection and delivery for random devices
US20120079095A1 (en) * 2010-09-24 2012-03-29 Amazon Technologies, Inc. Cloud-based device synchronization
US8584121B2 (en) 2010-11-19 2013-11-12 International Business Machines Corporation Using a score-based template to provide a virtual machine
US8595724B2 (en) 2010-11-19 2013-11-26 International Business Machines Corporation Using a score-based template to provide a virtual machine
US20120272190A1 (en) * 2011-04-20 2012-10-25 Raytheon Company Method and System for Graphically Enabled Service Oriented Architecture
US10264058B1 (en) 2011-06-30 2019-04-16 Emc Corporation Defining virtual application templates
US10042657B1 (en) * 2011-06-30 2018-08-07 Emc Corporation Provisioning virtual applciations from virtual application templates
US8914768B2 (en) 2012-03-28 2014-12-16 Bmc Software, Inc. Automated blueprint assembly for assembling an application
US9557969B2 (en) 2012-03-28 2017-01-31 Bmc Software, Inc. Automated blueprint assembly for assembling an application
US9727315B2 (en) 2012-03-28 2017-08-08 Bmc Software, Inc. Automated blueprint assembly for assembling an application
WO2013148651A3 (en) * 2012-03-28 2014-01-03 Bmc Software, Inc. Automated blueprint assembly for assembling an application
US10699038B2 (en) 2012-03-30 2020-06-30 Litmus Blue Technology LLC Configurable representation of domain models
US9047131B2 (en) * 2012-11-15 2015-06-02 Red Hat Israel, Ltd. Hardware resource allocation and provisioning for composite applications
US20140136710A1 (en) * 2012-11-15 2014-05-15 Red Hat Israel, Ltd. Hardware resource allocation and provisioning for composite applications
CN103150165A (en) * 2013-03-07 2013-06-12 中国农业大学 Frame and method for building outdoor data acquisition program
CN105229603A (en) * 2013-04-22 2016-01-06 微软技术许可有限责任公司 Access when controlling the operation to application programming interface
US11003511B2 (en) 2013-04-22 2021-05-11 Microsoft Technology Licensing, Llc Controlling runtime access to application program interfaces
US20210096708A1 (en) * 2015-01-21 2021-04-01 PredictSpring, Inc. Methods and apparatuses for dynamically generating mobile application layouts using client- independent configuration
US9268562B1 (en) * 2015-01-21 2016-02-23 PredictSpring, Inc. Methods and apparatuses for dynamically generating mobile application layouts using client-independent configuration
US9703549B2 (en) * 2015-09-18 2017-07-11 ReactiveCore LLC System and method for providing supplemental functionalities to a computer program via an ontology instance
US10223100B2 (en) 2015-09-18 2019-03-05 ReactiveCore LLC System and method for providing supplemental functionalities to a computer program via an ontology instance
US10152319B2 (en) 2015-09-18 2018-12-11 ReactiveCore LLP System and method for providing supplemental functionalities to a computer program via an ontology instance
US10346154B2 (en) 2015-09-18 2019-07-09 ReactiveCore LLC System and method for providing supplemental functionalities to a computer program
US10387143B2 (en) 2015-09-18 2019-08-20 ReactiveCore LLC System and method for providing supplemental functionalities to a computer program
US9864598B2 (en) 2015-09-18 2018-01-09 ReactiveCore LLC System and method for providing supplemental functionalities to a computer program
US9798538B2 (en) 2015-09-18 2017-10-24 ReactiveCore LLC System and method for providing supplemental functionalities to a computer program
US9766879B2 (en) 2015-09-18 2017-09-19 ReactiveCore LLC System and method for providing supplemental functionalities to a computer program via an ontology instance
US10643023B2 (en) * 2015-09-25 2020-05-05 Oath, Inc. Programmatic native rendering of structured content
US10395293B1 (en) 2016-08-25 2019-08-27 PredictSpring, Inc. Canonical order management system
US11276097B1 (en) 2016-08-25 2022-03-15 PredictSpring, Inc. Canonical order management system

Also Published As

Publication number Publication date
US8312425B2 (en) 2012-11-13

Similar Documents

Publication Publication Date Title
US8312425B2 (en) Dynamic template instantiation
US8904368B2 (en) Instantiating a composite application for different target platforms
Burns et al. Kubernetes: up and running
US8352423B2 (en) Apparatus and method for providing streaming data
Eeles et al. Building business objects
US8448163B2 (en) Deploying J2EE web applications in an OSGI environment
US20050251527A1 (en) System and method for integrating disparate data and application sources using a web services orchestration platform with business process execution language (BPEL)
US20100275210A1 (en) Execution engine for business processes
US20050251501A1 (en) System and method for integrating disparate data sources
US8037484B2 (en) Building compound extensible AJAX applications
KR20090031669A (en) Techniques to perform gradual upgrades
US20200004530A1 (en) Melding of mediation flow service component architecture (sca) components
Skidmore et al. iPlant atmosphere: a gateway to cloud infrastructure for the plant sciences
US20070061277A1 (en) Method, system, and storage medium for providing dynamic deployment of grid services over a computer network
Chapin et al. Programming AWS Lambda: build and deploy serverless applications with Java
Schmeling et al. Kubernetes Native Development
Hoffman Building Microservices with ASP. NET Core: Develop, Test, and Deploy Cross-platform Services in the Cloud
Stoneman Docker on Windows: From 101 to production with Docker on Windows
Krause et al. SharePoint 2010 as a Development Platform
Madushan Cloud Native Applications with Ballerina: A guide for programmers interested in developing cloud native applications using Ballerina Swan Lake
Carrick et al. OSSIE 0.8. 2 installation and user guide
Kou GlassFish Administration
Karus XML development with plug‐ins as a service
Anton Distributed User Interfaces for the Web
Beckner et al. Deployment

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:HEPPER, STEFAN;LIESCHE, STEFAN;NAUERZ, ANDREAS;AND OTHERS;REEL/FRAME:020735/0855

Effective date: 20080328

REMI Maintenance fee reminder mailed
LAPS Lapse for failure to pay maintenance fees
STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20161113