WO2001002928A2 - An integrated platform and data model for developing and maintaining a distributed multiapplication online presence - Google Patents
An integrated platform and data model for developing and maintaining a distributed multiapplication online presence Download PDFInfo
- Publication number
- WO2001002928A2 WO2001002928A2 PCT/US2000/018099 US0018099W WO0102928A2 WO 2001002928 A2 WO2001002928 A2 WO 2001002928A2 US 0018099 W US0018099 W US 0018099W WO 0102928 A2 WO0102928 A2 WO 0102928A2
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- data
- application
- user
- recited
- model
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/70—Software maintenance or management
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/10—Requirements analysis; Specification techniques
Definitions
- the present invention relates generally to computer network-based application programming, design, and maintenance. More specifically, it relates to data constructs and methodologies for creating online, multiuser applications based on a single, uniform data model.
- a wizard is a set of steps (presented as separate screens/panels) that automate a task by asking users questions (with between one and ten questions per screen/panel).
- Many users now create their own home pages or complete Web sites using software from various vendors, such as popular software from Symantec Software Corporation and Microsoft Corporation, to name just two.
- Another trend that will inevitably grow more in the future is entities, typically commercial entities, building their own Web site to conduct online business or electronic commerce (“e-commerce").
- e-commerce electronic commerce
- Newton hand-held digital organizer developed by Apple Computer Corp.
- the tool developed for the Newton enabled the execution of multiple applications but was geared for a single-user space.
- any single-user model is not well suited for online application development.
- neither model supported a distributed architecture in which various components of the application reside at different places on the network.
- an integrated platform having a reactive architecture that allows a user to create a distributed, online application that can perform as a complete solution to a goal or problem.
- the platform should provide for single registration and have a seamless, uniform user experience that fosters leveraging skills learned from previous sessions. It would also be desirable for the platform to be distributed, and be multi-user and multi-application. Furthermore, it would be desirable for the architecture to be task-based and to provide for a uniform expression of data, which can be shared and is extensible.
- software architectures, platforms, and data constructs which provide a system for enabling a non-technical or lay user to perform discrete technical tasks necessary to build a complete network- based, multiuser application.
- the system also allows the user to have a uniform user experience throughout development of the application.
- the platform can be used to construct and maintain an Internet or online Web site capable of handling e-commerce transactions or can be used to develop a customer relationship management system, two name just two examples.
- a software architecture that enables many users to perform a variety of tasks via a wide-area network, such as an enterprise network or the Internet.
- the architecture has several services, systems, and an extensible database for storing data objects.
- the database has an underlying structure referred to as a schema that can be extended with previously undefined attributes without having to alter the basic format of the schema.
- the architecture also includes an integrated platform that enables each of the users to perform the tasks by controlling interaction or communication between the services and systems, and the extensible database.
- the software architecture and the platform in particular, contextualizes each stage of a task according to a particular user.
- the architecture and platform allow each user and application to extend the database in a user-specific way.
- the architecture provides a user interface or user experience that is uniform across the multiple applications used "behind the scenes" to build the network-based application desired by the user.
- the software architecture is a reactive architecture which supports various levels of task granularity and is dynamically aware of what information has been entered by a user.
- an integrated software platform for creating an end-user application having a uniform user experience and a single- registration feature.
- a data model arranges and configures application data, which are either of a fixed attribute type or an extended attribute type.
- the platform also includes a data logic or dependency logic component for operating on the application data.
- a back-end code layer manages the uniform user experience and a visual design component implements the user experience primairly by presenting a user interface that is used for entering data into the system.
- the platform communicates with a data schema or repository for storing the application data configured in the data model.
- a task-based architecture for building a multiuser, online application through a task-based approach.
- the architecture includes a data schema for storing data related to the online application.
- a data model stores and shares the data as multiple tasks are completed and is physically stored in the data schema.
- the task-based architecture also includes multiple tools and a task viewer application for creating a user interface.
- Several services allow a user to gather and author the data.
- One of the tools includes a data extension framework for defining and extracting data.
- Another tool is a context management tool for determining the context in which a particular task is being completed.
- a system for building a distributed, multiapplication program includes multiple tasks, where a task is made up of one or more sequences.
- the system also includes multiple panel objects within a sequence through which data related to the multiapplicatin program is entered and manipulated.
- a panel object is aware of data object to acces to retrieve existing application data.
- a method of building a customized Web site is described.
- One or more Web pages such as a home page or a dynamic map page is created and maintained.
- a communication service for communicating with users accessing the Web site is developed.
- An online transaction system for processing online orders made through the Web site is also developed.
- a reporting service for generating reports relating to Web site activity is created.
- the method of building the customized Web site involves a task-based approach to completing an activity and has a uniform user experience.
- data constructs, models, and architectures which provide a foundation for an application-building system for enabling a non-technical user to perform discrete tasks to build a complete network-based application and maintain the same user experience throughout the application development.
- the architectures and data constructs can be used to construct and maintain an Internet or online presence capable of handling e-commerce transactions or build a customer relationship management system.
- a data model having an extensible underlying structure that can be used in a user-oriented application development system having a task-based architecture is defined.
- the data model is capable of allowing for extensible attributes such that the addition of a new data attribute can be made without changing the underlying structure of the data model.
- Multiple applications making up the user-oriented application development system can access data from the data model.
- Data stored in a database having the data model as an underlying structure can be reused by the task-based architecture for various applications.
- the data model is capable of abstracting data and aggregating or collecting data over an integrated common platform in a way that allows the data to be authored and distributed.
- the data model performs as a uniform and shared data source for all users containing domain-specific data such that each user can leverage the shared data source.
- a data model having a structure for dynamically configuring and sharing existing application data from multiple systems contains a central or hub system containing a unique identifier.
- the hub system is accessible by the other systems using the unique identifier.
- the data model includes a first set of multiple data objects containing application data for managing tasks and a uniform user interface for creating an application.
- a data object has fixed attributes and extensible attributes.
- a second set of data objects representing an additional system is dynamically added to the data model and done so without altering the structure of the data model. The additional system can share existing application data with the hub system and the first set of data objects using the unique identifier.
- the data model includes a first set of multiple model objects for containing the first set of multiple data objects.
- the model objects include a data input means and verification methods for verifying the application data.
- the model objects contains dependency logic for operating on the first set of data objects.
- additional application data is added to the data model and dynamically configured as one or more tasks are completed.
- the data model has an Extensible Markup Language (XML) layer thereby allowing for extension of data objects.
- XML Extensible Markup Language
- an extensible model object for containing and manipulating application data in a data model.
- the extensible model object contains one or more data objects for persistently storing application data relating to the model object where the application data includes fixed attributes and extensible attributes.
- the model object also includes a data manipulation logic component for manipulating the application data in the one or more data objects, where the model object is a logical interface between an application-building system and an end-user.
- the extensible attributes of a data object can include previously undefined attributes that are specific to an application.
- an application-building software architecture for enabling multiple users and multiple services to use a data model having a framework via a wide area network is described.
- the platform enables a user to extend the data model by adding a previously undefined data type in a dynamic way without having to alter the framework of the data model.
- the multiple services can use the previously undefined data type and another user can use an extension to the data model created by the first user.
- FIG. 1 is an illustration showing numerous layers of the platform in accordance with one embodiment of the present invention.
- FIG. 2 is an illustration of components in a task-based architecture of an integrated platform in accordance with one embodiment of the present invention.
- FIG. 3 is an illustration of a data model for an e-commerce enabled Web site in accordance with one embodiment of the present invention.
- FIG. 4 is a block diagram of a data object, a model object, and a data schema in accordance with one embodiment of the present invention.
- FIG. 5 is a block diagram showing a relationship among tasks, sequences, and panels.
- FIG. 6 is a screen illustration showing components of a task viewer application in accordance with one embodiment of the present invention.
- FIG. 7 is a block diagram showing various services used for creating and maintaining a commercial online presence in accordance with one embodiment of the present invention.
- FIG. 8 is a block diagram showing various tools for use in an application- development system in accordance with one embodiment of the present invention.
- FIGS. 9 A, 9B, and 9C are flow diagrams illustrating a task-based approach to building a particular application, namely, an e-commerce Web site, in accordance with one embodiment of the present invention.
- FIG. 10 is a flow diagram of a process of creating and editing a map page in the application building process in accordance with one embodiment of the present invention.
- FIG. 11 A is a screenshot showing three map page layout options from which a user can choose.
- FIG. 1 IB is a screenshot showing options available to a user for completing a map page layout task.
- FIG. 1 IC is a screenshot showing how to complete a user direction layout task.
- the present invention describes a platform and data model that allows non- technical users to develop online and network-based applications.
- the platform can be viewed as an operating system which facilitates self-development of online and stand-alone applications.
- the data model component which can also be viewed as a component of the platform, allows for the collection, aggregation, and modeling of user data which leads to efficient utilization and scaling of the data, such that the data can be shared across a high volume of users.
- the aggregated data typically from many users, creates a data source which can be shared and leveraged by all the users.
- the data component or model is also robust in that it is easily extensible, flexible, and uniform.
- the data model provides a foundation for an integrated platform on which a task-based architecture and methodology is implemented.
- This task-based architecture and methodology for building applications facilitates using a large data pool based on the data model.
- the data model and task-based architecture also allow for a uniform user experience, as well as other advantages described below. Similar to a conventional operating system, in order for the integrated platform to function, numerous applications and tools are needed. These applications and tools allow a user to use the data model and the task-based architecture to create a comprehensive, multiuser, online application, such as an e-commerce Web site, a catalog or portfolio-oriented Web site (for service-based online businesses), a customer relationship management application which allows a user to manage various types of customer relationships online, marketing and related business- acquisition tools, and different types of customer communication applications.
- FIG. 1 is an illustration showing numerous layers of an integrated platform in accordance with one embodiment of the present invention.
- a platform 100 At the bottom of a platform 100 is a core data repository or data schema 102 which physically stores data for a one or more data models.
- a data model described in greater detail in FIGS. 3 and 4, represents an arrangement or configuration of data in terms of fixed and extensible attributes as well as logic for operating on the data.
- data arranged in the data model can be, for example, business data and data relating to users, where a user is an SBO or online merchant.
- the data model has a unique configuration that facilitates the collection and aggregation of data and the addition of previously undefined data attributes, referred to as extensibility.
- Data schema 102 physically stores the data used by the applications, tools, and functions in conjunction with the task-based architecture.
- Data schema 102 can store data in the form of a relational database, flat files, a multidimensional database, or any other appropriate data storage schema.
- a back-end code application layer 104 is Immediately above data schema 102.
- application layer 104 contains numerous application modules and programs that run behind the scenes of the user experience; that is, what the user sees and does when using the integrated platform.
- interface layer 106 which is the first layer of the system front-end.
- the front-end consisting of interface layer 106, an information architecture layer 108, and a visual design layer 110, is loosely tied to back-end code application layer 104.
- Interface layer 106 provides a container mechanism, usually implemented as an HTML form element, which wraps data for transfer between application layer 104 and interface layer 106.
- Interface layer 106 connects layer 104 with an information architecture layer 108 and a visual design layer 110.
- Information architecture layer 108 maps a user's "mental model,” i.e., the user's knowledge domain, to data repository 102. Layer 108 also maps the user's mental model of a task-based interface to interface layer 106 and application layer 104. Information architecture layer 108 models the user experience and embodies a task-based architecture by implementing and reinforcing various models and flows for each task within the system, described below.
- Interface layer 106 and application layer 104 translate the instructions provided by information architecture layer 108 and present the desired screens/panels to the user. Through this process, the technicalities and expertise normally needed to complete otherwise highly technical tasks are abstracted away.
- a visual design layer 110 rests on top of information architecture layer 108 and implements a user experience by presenting the actual interface that the user uses to enter data into the system. Visual design layer 110 implements the user interface for the task-based architecture.
- Layers of integrated platform 100 that are part of the task-based architecture and, thus, particularly relevant are information architecture layer 108, back-end code application layer 104, and data schema 102, or, more specifically, the data model embodied in data schema 102. A more detailed view of the last two layers is shown in FIG. 2.
- FIG. 2 is an illustration of components in a task-based architecture of an integrated platform in accordance with one embodiment of the present invention.
- data schema 102 which physically stores the data.
- a data model 202 that configures and handles data stored in data schema 102.
- a data model facilitates collecting, storing, and sharing information from a user.
- the data are modeled in such a way that they allow for efficient reuse of data already entered, in a way that is intuitive to and expected by the user.
- Data arranged in data model 202 are dynamically configured as the user completes various tasks. Data are expressed uniformly and can be shared by disparate and newly added applications and modules in the system.
- data model 202 has an Extensible Markup Language (XML) layer 203 that further facilitates the flexibility of data model 202 and its ability to collect and output data in a distributed manner.
- XML Extensible Markup Language
- data model 202 allows for the abstraction, aggregation, and modeling of data in a common integrated platform and enables the task-based architecture of the present invention.
- Data model 202 is described in greater detail in FIG. 3.
- Toolkit layer 204 In direct communication with data model 202 is a toolkit layer 204 containing numerous toolkits 206.
- Toolkits 206 are modules, systems, and frameworks that perform core functions of the application-building system of the present invention.
- the toolkits necessary for implementing the task-based architecture of the integrated platform are described in FIG. 8.
- the application-building system of the present invention can be implemented by a service provider who manages the integrated platform, the data model, data repository, and other components of the system.
- the application- building system is a collection of database-driven applications.
- One such application is a task viewer application.
- a task viewer implements an interface for users to create relevant data, such as business data for an SBO.
- the task viewer provides a core set of services enabling a uniform user experience. These services include the delivery of sequential forms and screens for gathering and formatting information, information validation, and information storing services.
- the primary responsibility of the task viewer is the delivery of an atomic data gathering procedures.
- a services layer 210 can be considered part of interface layer 106 and the front-end of the application-building system.
- one such multiuser application is creating a comprehensive e-commerce Web site for a user who wants an online presence.
- FIG. 3 is an illustration of a data model for an e-commerce enabled Web site in accordance with one embodiment of the present invention.
- Shop system 302 is a collection of model objects.
- Shop 302 contains a unique sequence identifier ("SID") used for identifying a user.
- SID is used by other systems to key into shop 302.
- the user's SID is retrieved and used to pull in the rest of the data from the other systems for that user.
- Each of the systems can get to shop using the user's SID.
- Shop 302 is the key to getting data from the other systems.
- a task management system 304 is a wizard framework for handling all user interaction through tasks, sequences, and panels. These specific components are described below.
- Task management system 304 is responsible for presenting a standard, seamless, user interface to a user for all data creation and editing functions. It allows for tracking and resuming tasks when a user stops working on a task before the task is completed. It is also responsible for the identification, verification, and publication of all data it receives from a user through panels.
- a partner system 306 is used primarily by the application-building service provider and not the user. It allows the service provider to partner with third-parties through which users choose to build their applications. Partner system 306 is an aggregator of objects that relate to aspects of the application-building service that can be modified according to a particular partner.
- a consumer system 308 maintains a database of end-users somehow associated with the user, such as a list of visitors and customers to an SBO Web site. This list or database is fully integrated and addressable from other systems in data model 300 using the user's SID.
- a site management system 310 encapsulates data relating to a user's Web site. A user can have multiple sites, such as one that is being created and is previewed only by the user and another that is published and viewable by the public.
- a commerce/catalog system 312 is a catalog database attached to a user through shop 302, similar to the database in consumer system 308. A typical catalog database contains descriptions and prices of products and services available from the user. Additionally, this system is responsible for recording all commerce transaction associated with the shop.
- a user management system 314 performs general user authentication and checks roles and permission levels within the system. For example, a user, such as an SBO, may have several employees who can access the application-building service, some of whom can perform only certain tasks, such as creating a map page, but not others, such as establishing a merchant account. User management system 314 controls access of users in the system.
- new system or application constructs 316A and 316B show that new systems and applications can be added to data model 300 dynamically without effecting existing systems. As long as new systems 316A and 316B can be accessed using a user's SID, the platform can be extended to include them. This can be done by creating additional model objects and data objects, described in FIG. 4, and without altering the structure of the underlying data schema. In addition, new systems 316A and 316B can use data from the other systems described above.
- FIG. 4 is a block diagram of a data object, a model object, and a data schema in accordance with one embodiment of the present invention.
- a data object 400 is used for efficient persistent storage and is capable of reading from and writing to data schema 102 but is not capable of performing any logical operations on the data.
- data object 400 has two components: fixed attributes 402 and extensible attributes 404.
- Fixed attributes 402 represent items known to the user at the time the data object is created and may include data items such as a URL or Web address, a user name, address, and other basic data. Some data items can be divided into subcomponents. For example, phone number can be stored as several components: country code, suffix, prefix, area code, and so on.
- Extensible attributes 404 include data that are user-specific or are added to the user system at a later time or cannot be defined in fixed attributes 402. Extensible attributes 404 can include user-specific preferences, such as performing a task in beginner or advanced mode, or hiding or showing a summary area for a task. Another example of extensible attributes is "Frequently Asked Questions" or FAQs data for an SBO which are typically very business specific and, therefore, ideal for being stored as extensible attributes in a data object. Arrow 406 represents that data of either attribute can be shared, or can be converted from one type to another when allowed by the system.
- an SBO or online merchant can be represented as a collection of data objects 400. These data can be further reduced into categories that represent, at a high level, components of the business. To illustrate, business data can generally be categorized into four areas: business information (e.g., hours of operation, location, name, tax information, etc.), a catalog of good and/or services which the business offers, a collection of customers and their related attributes (e.g., name, contact information, profile information, billing, etc.) and financial data such as income and operating costs. The information is collected via applications in these categories and is utilized to deploy a core set of user applications that rely on this data for functionality. Information is entered, exchanged, and reused among components in a multiuser application.
- business information e.g., hours of operation, location, name, tax information, etc.
- a catalog of good and/or services which the business offers
- a collection of customers and their related attributes e.g., name, contact information, profile information, billing, etc.
- financial data such as income and operating costs
- the e-commerce Web site is described as a collection of data.
- the model for this data can be populated by many applications. Examples of multiuser applications include the creation of Web pages, management of a complex Web site, construction of online catalogs or portfolios, as well as online order processing functionality, and e-commerce transactions.
- a model object 408 is a containment structure for data objects through which all interaction between applications and the data schema occurs. It contains business intelligence in the form of dependency logic 410 for one or more related data objects 412.
- Dependency logic 410 understands the relationship between data objects 412 and knows what needs to be done when certain data are modified. In a simple example, when a user changes a Web address, at the data object level, a URL field in fixed attributes component 402 is written to with the new address. However, data object 400 does not know that an external DNS server needs to be notified.
- Model object 408, and specifically, dependency logic 410 understands that the DNS server needs to be notified and that there needs to be a storage change in the data schema, and causes these events to occur.
- Data schema 102 is the physical storage of data model 202 which, in turn, is a collection of data objects.
- An API 414 between model object 408 and data schema 102 allows for modification of the data.
- API 414 is determined by the type of physical data storage mechanism used, such as a relational database or a multidimensional database.
- model object 408 Besides being a container of data objects, model object 408 provides a user with a standardized interface for manipulating attributes in data objects 412. Users do not need an external understanding of the data objects' interdependencies or how the data are configured and stored.
- the model object can be seen as a type of logical interface between the application-building system and the user, and the data objects, as contained in model objects, as a type of database interface.
- model objects and data objects are implemented by encapsulating them using JavaTM bean technology as is known in the field of Internet and network-based application programming.
- XML is used to implement data and logic for the model objects and data objects.
- XML allows for arbitrary attributes to be structured in a hierarchical format. This hierarchical format enforces structure and dependency while allowing for changes that do not affect external clients or users of the contained data.
- data object 400 exposes its data to model object 408 via an XML layer (shown as XML layer 203 of FIG. 2) thereby allowing for attributes to be added as desired, i.e., making them extensible.
- Model objects can be extended as new relationships form which require enforcement of data dependencies.
- the interaction between a model object and data object can be illustrated by taking the example of a model object that acts on a relationship between an SBO and an online customer.
- the model object in this case enforces a dependency binding a data object to a business entity.
- Extensible attributes of such a data object may begin with data relating to when the relationship was established, how the customer was referred to the SBO online site, and whether a transaction was completed.
- Using XML to define these attributes facilitates extending the system i.e., the SBO's Web site, to be aware of the number of return visits by the customer without requiring the SBO to have an understanding of or having to modify the underlying storage structures or dependencies.
- the XML definition for such a "customer relationship" object may expand to cover all aspects of the history of transactions between the business and the customer.
- the original specification describing when the customer first visited the Web site remains unchanged while whole new subcategories of information have been added to the object.
- the overall model has added no new rules to support the new data, nor has the underlying data layer and storage system changed to support the potentially vast data contained by the system.
- FIG. 5 is a block diagram showing a relationship among tasks, sequences, and panels.
- a task 500 is a goal-based activity or operation that a user performs in the application-building process.
- One example is creating a home page in the case of building an e-commerce Web site.
- Another example is creating an ad banner, generating a list of potential consumers, and enabling the ad banner to be presented to the potential consumers in a consumer marketing campaign application.
- Tasks are managed by a task viewer in task viewer application layer 208 of FIG. 2 and further described in FIG. 6.
- Task 500 is made up of one or more sequences 502, where a sequence is geared towards completing a more granular operation within the task, such as selecting an overall layout of a home page.
- a sequence in turn, is made up of a series of panel objects 504. It is at the panel level where the user typically creates or edits data. Examples of this are shown in FIGS. 9 to 12.
- Each panel object 506 represents an atomic step in task 500. Panels 504 do this by creating form elements that enable windows for data to be entered, displayed, or edited.
- a form element is an HTML construct that defines the fields that will be sent to a server when a user clicks a SUBMIT button.
- a panel object 506 is responsible for knowing where to go in the data objects to get its default data. This default data are used for describing the requirements for valid edits of the data and for describing where in the system to store valid results.
- Panel object 506 can describe valid inputs for each of their form elements or windows. Validation methods are used to determine if a panel object's contents meet the criteria for storage in one or more data objects. The task viewer manages validation by refusing to advance past panels that do not meet the panel object's validation criteria.
- the user experience of the application-building process of the present invention is based on a task-by-task approach.
- users complete tasks (self-guided, goal-based operations) to build and manage various parts of their application, such as an e-commerce Web site, including the creation of Web pages, management of a potentially complex Web site, construction of online catalogs, online order processing functionality, and e-commerce merchant functions.
- the architecture is designed to have discrete layers of functionality, building up from discrete actions or panels to combinations of panels to form sequences which, in turn, form tasks. Discrete actions, such as filling out a form field or clicking a button, are combined together to make a task such as building a Web page. Discrete tasks combine together to form an activity, such as creating and managing an online catalog.
- FIGS. 9A, 9B, and 9C An example of a task-based approach to building an application is shown in FIGS. 9A, 9B, and 9C.
- FIG. 6 is a screen illustration showing components of a task viewer application in accordance with one embodiment of the present invention.
- a task viewer application 600 is implemented as a collection of JHTML (JavaTM HTML) files.
- Task viewer 600 as displayed in a user interface, has numerous sections: a controls area 602 for the application; a current task information area 604; navigation elements 606; a configurable HTML form region 608 which allows submitting/viewing information; and a content region 610 acting as a placeholder for contents for a current panel object.
- JHTML JavaTM HTML
- FIG. 7 is a block diagram showing various services used for creating and maintaining a commercial online presence 700 in accordance with one embodiment of the present invention.
- a site building service 702 allows a user to build and maintain Web pages in a step-by-step manner in which discrete tasks are completed. This service gives the user control over the site's appearance and content, and allows the user to make changes to the Web site at anytime. This is enabled in large part by data model 202.
- a communication service 704 facilitates communicating with online users viewing the online merchant's site through such services as personalized email newsletters and online surveys. Communication service 704 can also facilitate building a customer database storing customer buying patterns and personal preferences, all of which can improve communication between the online merchant and visitors to the site.
- a catalog service 706 allows a user to display products or services through an online catalog or portfolio. The user can dynamically change the format, style, and information. Given that an online e-commerce site is being created, a merchant account and an online transaction system needs to be in place. This can be done using a commerce service 708. This service allows users to manage online orders and establish an efficient checkout process, if needed.
- a marketing service 710 lets the user promote the online business using various marketing tools. For example, marketing service 710 facilitates submitting the site to search engines. As with the communication service, the marketing service takes advantage of email newsletters and surveys, as well as banner advertising.
- a reporting service 712 allows the SBO to create sales and customer profile reports. Such reports can also include statistics about Web site activity and trends in visitor traffic.
- FIG. 8 is a block diagram showing various tools for use in an application- development system in accordance with one embodiment of the present invention. It describes in greater detail toolkit layer 204 and toolkits 206 of FIG. 2 describing the task-based architecture of the present invention.
- a contextual template system (CTS) tool or context manager 802 used to filter all derived objects based on a current user state.
- CTS implements a registry of extensible context checks and uses them to maintain a polled snapshot of the current operating environment. This context signature is used to retrieve certain records
- the CTS or context manager is a runtime object that is responsible for maintaining the context signature for a current user, and is used by other objects to retrieve a list of relevant objects.
- CTS 802. there are three components in CTS 802.
- a context check component 804 is used by context manager 802 to assess and maintain the context signature.
- Context check module 804 is a module of code which produces a Boolean result. Context checks are written to allow for filtering of a particular rule. An example of this might be a check that is written to determine if the current user is "owned” by a specific partner of the service provider. Certain Renderers (e.g. page layouts) might only be allowed for this specific partner, in which case the task would specify a "Requires" context check for that specific aggregator. In this context a partner is a third-party that has co- branded the service provider's interface and offers it to their users.
- a user can be in a basic or advanced mode within a task or the user may be in a create sequence or an edit sequence. For many tasks, users are walked through a create sequence to set a Web page or create their customer database. After this, the user can access data that they have created within edit mode or sequence thereby avoiding having to walk through all the steps again.
- context information record 806 Another component is a context information record 806. All contextual objects include a context information record.
- context information records have three sections: Requires, Excludelf, and Mandatorylf. Each of these categories is expressed in record 806 as a list of context check IDs and the desired value for the condition to be true.
- a task might express itself as follows: I Require that the user has already built a site, but I should be Excludedlf the customer has already added a map to their site.
- Context Check module 804 is programmed using any JavaTM development environment. The resulting class file is registered with a name and ID using a content registration tool 808. This tool is able to list context check modules by name when Tasks and Renderers are being registered.
- Context Checks are stored in the database and registered when CTS 802 is constructed.
- CTS 802 manages a runtime instance of each context check. At pre- determined times the CTS polls each of the checks to produce a current signature. When asked for a list of contextual objects, the CTS uses the current signature to filter and sort the results of the database query, resulting in a qualified list of Tasks or Renderers.
- An Extended Attribute Framework (EAF) 810 is a tool by which data object attributes are defined, manipulated, and extracted from data schema 102. This attribute framework is extended by all classes in the system which support attributes. Framework 810 provides interfaces and methods which need to be implemented by the extending classes. The attributes themselves, for each instance of a class extending EAF 810, are persistent and present in the database. In the described embodiment, EAF 810 consists of an "attributecollection" class 812 which consists of attribute manipulation methods. The manipulation of attributes includes methods to add, remove, replace and get attributes. EAF 810 implements an indexed hierarchical collection of attributes. Each attribute has associated with it a name, type and index within the collection.
- Task management system 814 Another tool is a task management system (“TMS”) 814 system which is used to deliver a task-based interface.
- Task management system 814 encapsulates the design and storage of task sequences 502, their related panel objects 504, their in-memory representation, and their interaction with task viewer application 600.
- Task manager 814 consists of four components that collectively manage the design, delivery, and storage of task information.
- a task list component 816 is a persistent object with two primary purposes. First, it maintains a list of tasks that customers have specified an interest in starting at a deferred time. Second, task list component 816 is used to determine a context- sensitive suggestion of tasks that the current customer might want to pursue. Task viewer component 818 defines a user interface shown generally in FIG.
- Task viewer 818 includes a collection of navigation controls (e.g., next, previous, and special), a title area, a content region which contains the current panel in the sequence (containing form/data entry fields), and a collection of task management widgets such as Save buttons.
- Task viewer application 818 queries the current task to determine the next panel to display, the appropriateness of specific navigation elements, the title to display, and other information relevant to the accomplishment of the task.
- the in-memory representation of a task object is a model which is manipulated by task viewer 818 acting as controller.
- a task 822 is a read-only persistent object that encapsulates visible aspects of a task, contextual information for determining the task's relevance under dynamic conditions, and the sequence logic required for its delivery.
- tasks are delivered as an attribute list with high-level accessors available for common functions.
- a panel 820 is an atomic element of a sequence that is used to perform a specific step in a task. Panels are registered in the system to provide for reference counting of the sequences that contain them, and the management of their assets.
- Task viewer application 818 is launched in response to a request to perform a task.
- a task 822 is either user- added or dynamically added to task list 816.
- a TSPTask object is added to a current session object.
- the TSPTask acts as the intermediary for identifying how task viewer 818 should respond to user interaction events.
- FIGS. 9A, 9B, and 9C are flow diagrams illustrating a task-based approach to building a particular application, namely, an e-commerce Web site, in accordance with one embodiment of the present invention.
- the process of building such an application is shown in three sample phases.
- Phase 1 illustrated in FIG. 9A, shows generic tasks for developing an e-commerce Web site.
- Phase 2 illustrated in FIG. 9B, shows sample tasks needed for building an online catalog to be used in the Web site and
- Phase 3 illustrated in FIG. 9C, shows sample tasks for activating e- commerce functions.
- a user such as an SBO, takes on the first task of registering a domain name.
- a user can either register their existing Web address (e.g., www.my-store.com) or register a domain name with the application-building service provider, in which case the address would resemble www.mv-store.service-provider.com.
- the service provider verifies that the name for "my-store” is available and verifies basic business information such as address and other user contact information, including the user's email address.
- the user also creates a password for his account. It should be noted that the entire application-building process requires that the user only register once with the service provider.
- the user does not have to re-register or register multiple times with different application tools when beginning work on a different aspect or feature of the application.
- the user performs the task of determining the general design and look of the Web site by selecting, for example, a color scheme, design layout, and character fonts of the site.
- the display aspect of the site is separated from the content. In this task, the display aspect is being determined. By doing so, the user is settling on a consistent look and appearance for the site. In the described embodiment, this is done by offering the user a number of options or templates for layout designs and color schemes.
- Each template is a set of HTML objects and graphic templates, and is coded to contain, for example, predetermined fonts, foreground and background colors, and other graphical features.
- a home page introduces a consumer to the user's business and may describe generally the goods or services being offered.
- the home page is typically updated frequently by the user to reflect, for example, changes in the user's business (i.e., new products or services) or contact information.
- the user completes the task of creating and editing a map page. The various panels, or steps, for completing this task are described in greater detail in FIG. 10.
- the user creates and edits a customer contact page which essentially displays more detailed information about contacting the user, which can be useful if the user is a large, nation-wide business with many locations and departments.
- These last two tasks are only two illustrative examples of pages that the user can create for the Web site.
- templates are provided to the user to easily create and edit these pages. Some of these templates are shown in FIGS. 11 A, 1 IB, and 1 IC for creating and editing a map page. Numerous other templated pages can be offered to a user: an "About Us" page, a "Business Relationships" page, a "Job Listings" page, "Frequently Asked Questions," "Employee Bios,” and so on.
- Steps 902 to 910 illustrate five examples of tasks for creating a basic commercially viable Web site which, in turn, is one example of a multiuser application.
- numerous other types of tasks may be more appropriate for a particular application or for the site-building application.
- these tasks can be grouped together as phase 1 of the application- building process. It should also be noted that these tasks and the ones following are presented to the user in a consistent manner. The more tasks the user completes, the more comfortable and efficient the user becomes with the process, which does not change significantly as the user advances in the process. This enhances the overall user experience in using the application-building process of the present invention.
- FIGB illustrates an example of a second phase of the process.
- the tasks are oriented towards a more specific aspect of the Web site-building application.
- the example described is building an online catalog for the user's business.
- Most SBOs, for example, will want to display to consumers a catalog or list of goods and services offered along with photos, descriptions, prices, and so on.
- the user creates category pages. This task is useful for categorizing and distinguishing the user's various goods and services. For example, if the user is an SBO in the retail wine business, there could be a category page for Reds, Whites, Dessert, and so on, and additional category pages within each category.
- the next described task is creating and editing items to be listed in the catalog, as shown in step 914.
- the user can upload photos or pictures of the items shown in the online catalog.
- the user creates and edits a front page for the catalog that can, for example, generally describe to consumers the various categories of goods or services being offered.
- Another possible task involved in building an online catalog is rearranging the order of items on the category pages at step 920. This completes one example of a phase 2 series of tasks for completing another aspect of a Web-site application building process.
- FIG. 9C describes yet another series of tasks for developing a commercially viable Web site. It describes tasks for activating certain e-commerce functions normally needed by businesses for accepting and processing actual orders online in which consumers can make payments, for example, with a credit card and have payments go directly to a merchant account.
- the user applies for an online merchant account for accepting payments from consumers.
- the service provider has an API to a third-party partner specializing in merchant banking and related online shopping cart services. As part of this task, the user completes an online form as required by the third-party, and the service provider then submits this to the third-party.
- the user can open an online merchant account prior to beginning the application-building process and enter the existing information, such as bank name, account number, in place of performing this task (entering such existing information would itself be considered a task).
- the user prepares a series of shopping cart checkout messages.
- such messages can begin when the consumer first places a first item in his shopping cart and can end with the content of an email to the consumer when the goods are shipped out.
- the user can choose from standard messages, such as "Thank you for your order . . .” to more customized messages.
- the user can select whether the confirmation email to the consumer should contain a list of the items purchased or a simpler message.
- the user fills out a shipping rates table to inform consumers of shipping costs and factors effecting such costs such as weight, number of items, etc.
- the user sets up a sales tax table.
- the user prepares a merchant policy stating practices and policies the merchant abides by in processing online transactions.
- the user if an SBO or other type of merchant, may be required to abide by a set of standards for issues like refunds, shipping, and so on, considered to be good e-business practices.
- FIG. 10 is a flow diagram of a process of creating and editing a map page in the application building process in accordance with one embodiment of the present invention. It describes the task shown in step 908 of FIG. 9 A.
- the user can create a customized, interactive map page for the site.
- the user's business address is plotted on the map and consumers can zoom in, zoom out, or recenter the map as desired.
- the user completes a panel for creating an introduction panel for the map page.
- the introduction panel informs consumers of a physical location of the user's business, including directions and other information.
- FIG. 11 A is a screenshot showing three map page layout options from which a user can choose. As shown in panel 1102, the user selects one of three layouts: layout 1104, layout 1106, or layout 1108, as part of completing this particular task.
- FIG. 1 IB is a screenshot showing options available to a user for completing this task.
- a panel 1110 is an initial map layout 1112.
- the user can re-orient layout 1112 by selecting one of the direction buttons, such as buttons 1114 for SW and S.
- the user can select the level of desired detail by using a slider 1116 for zooming in or out.
- FIG. 1 IC is a screenshot showing how this panel is completed.
- a panel 1118 is map layout 1112 and numerous text entry boxes that are self-explanatory. Box 1120 allows a user to enter a headline for the directions, box 1122 allows the user to enter specific directions for consumers, and box 1124 lets the user add any additional information that might be useful to a consumer, such as parking information.
- the user can edit the map page by bringing up a screen similar to FIG. 1 IC and editing the text in boxes 1120, 1122, and 1124.
Landscapes
- Engineering & Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
Claims
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| AU60624/00A AU6062400A (en) | 1999-07-01 | 2000-06-29 | An integrated platform and data model for developing and maintaining a distributed multiapplication online presence |
Applications Claiming Priority (6)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US14218199P | 1999-07-01 | 1999-07-01 | |
| US60/142,181 | 1999-07-01 | ||
| US09/603,467 US7219327B1 (en) | 1999-07-01 | 2000-06-22 | Extensible data model for use in an integrated platform for creating a distribution multiapplication online presence |
| US09/602,576 US7356559B1 (en) | 1999-07-01 | 2000-06-22 | Integrated platform for developing and maintaining a distributed multiapplication online presence |
| US09/602,576 | 2000-06-22 | ||
| US09/603,467 | 2000-06-22 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| WO2001002928A2 true WO2001002928A2 (en) | 2001-01-11 |
| WO2001002928A3 WO2001002928A3 (en) | 2002-01-10 |
Family
ID=27385773
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2000/018099 Ceased WO2001002928A2 (en) | 1999-07-01 | 2000-06-29 | An integrated platform and data model for developing and maintaining a distributed multiapplication online presence |
Country Status (2)
| Country | Link |
|---|---|
| AU (1) | AU6062400A (en) |
| WO (1) | WO2001002928A2 (en) |
Cited By (10)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20030061061A1 (en) * | 2000-10-27 | 2003-03-27 | Cox Earl D. | Uniform data model |
| WO2001071488A3 (en) * | 2001-03-20 | 2004-02-26 | Ampersand Corp | Systems for developing websites and methods therefor |
| US7107186B2 (en) | 2003-10-31 | 2006-09-12 | Abb Research Ltd. | Transformer testing |
| US7376664B2 (en) | 2003-10-31 | 2008-05-20 | Abb Research Ltd. | Method for evaluating a transformer design |
| WO2012154310A1 (en) * | 2011-05-12 | 2012-11-15 | Google Inc. | Development architecture for cloud-based applications |
| US8671387B2 (en) | 2011-05-12 | 2014-03-11 | Google Inc. | Compilation and injection of scripts in a rapid application development |
| US8788955B2 (en) | 2011-05-12 | 2014-07-22 | Google Inc. | Creation and configuration of compound widgets |
| US8806348B2 (en) | 2011-05-12 | 2014-08-12 | Google Inc. | Data model generation based on user interface specification |
| US9141346B2 (en) | 2011-05-12 | 2015-09-22 | Google Inc. | Layout management in a rapid application development tool |
| CN112965446A (en) * | 2021-01-29 | 2021-06-15 | 华中科技大学 | Flexible production line control system platform based on micro-service architecture |
Family Cites Families (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6044205A (en) * | 1996-02-29 | 2000-03-28 | Intermind Corporation | Communications system for transferring information between memories according to processes transferred with the information |
| JPH09297684A (en) * | 1996-03-05 | 1997-11-18 | Fujitsu Ltd | Information processing equipment by object network |
| US6016307A (en) * | 1996-10-31 | 2000-01-18 | Connect One, Inc. | Multi-protocol telecommunications routing optimization |
-
2000
- 2000-06-29 WO PCT/US2000/018099 patent/WO2001002928A2/en not_active Ceased
- 2000-06-29 AU AU60624/00A patent/AU6062400A/en not_active Abandoned
Cited By (13)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20030061061A1 (en) * | 2000-10-27 | 2003-03-27 | Cox Earl D. | Uniform data model |
| WO2001071488A3 (en) * | 2001-03-20 | 2004-02-26 | Ampersand Corp | Systems for developing websites and methods therefor |
| US7107186B2 (en) | 2003-10-31 | 2006-09-12 | Abb Research Ltd. | Transformer testing |
| US7376664B2 (en) | 2003-10-31 | 2008-05-20 | Abb Research Ltd. | Method for evaluating a transformer design |
| WO2012154310A1 (en) * | 2011-05-12 | 2012-11-15 | Google Inc. | Development architecture for cloud-based applications |
| US8671387B2 (en) | 2011-05-12 | 2014-03-11 | Google Inc. | Compilation and injection of scripts in a rapid application development |
| US8788955B2 (en) | 2011-05-12 | 2014-07-22 | Google Inc. | Creation and configuration of compound widgets |
| US8806348B2 (en) | 2011-05-12 | 2014-08-12 | Google Inc. | Data model generation based on user interface specification |
| US9141346B2 (en) | 2011-05-12 | 2015-09-22 | Google Inc. | Layout management in a rapid application development tool |
| US9465822B2 (en) | 2011-05-12 | 2016-10-11 | Google Inc. | Data model generation based on user interface specification |
| US9952839B2 (en) | 2011-05-12 | 2018-04-24 | Google Llc | Layout management in a rapid application development tool |
| US10740072B2 (en) | 2011-05-12 | 2020-08-11 | Google Llc | Layout management in a rapid application development tool |
| CN112965446A (en) * | 2021-01-29 | 2021-06-15 | 华中科技大学 | Flexible production line control system platform based on micro-service architecture |
Also Published As
| Publication number | Publication date |
|---|---|
| AU6062400A (en) | 2001-01-22 |
| WO2001002928A3 (en) | 2002-01-10 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US7356559B1 (en) | Integrated platform for developing and maintaining a distributed multiapplication online presence | |
| US7219327B1 (en) | Extensible data model for use in an integrated platform for creating a distribution multiapplication online presence | |
| US8381180B2 (en) | Visually exposing data services to analysts | |
| US7778889B2 (en) | Modular e-commerce web site development system | |
| JP5132311B2 (en) | How to do retail sales analysis | |
| US8417715B1 (en) | Platform independent plug-in methods and systems for data mining and analytics | |
| US6662199B1 (en) | Method and apparatus for customized hosted applications | |
| Brambilla et al. | Designing web applications with WebML and WebRatio | |
| Kurbel | The making of information systems: software engineering and management in a globalized world | |
| US7360215B2 (en) | Application interface for analytical tasks | |
| US20020038256A1 (en) | Transactional control system | |
| US20210103862A1 (en) | Methods and apparatus for exposing workflow process definitions as business objects | |
| US8239226B2 (en) | Methods and apparatus for combining properties and methods from a plurality of different data sources | |
| Brambilla et al. | Business process-based conceptual design of rich internet applications | |
| WO2001002928A2 (en) | An integrated platform and data model for developing and maintaining a distributed multiapplication online presence | |
| US20150262098A1 (en) | Unified digitization of company essentials with remote accessibility | |
| US20020065681A1 (en) | Method of using web-enabling technology in support of workflow policies and processes | |
| US20020087412A1 (en) | Method for post-sales customer retention | |
| US20020161595A1 (en) | Business knowledge plug & play system or KOWAK | |
| Welke | The shifting software development paradigm | |
| WO2011011170A1 (en) | Creation and maintenance of an electronic commerce listings catalog | |
| US20070143711A1 (en) | Methods and apparatus for displaying a setup sequence | |
| US20070208777A1 (en) | Methods and apparatus for designing a workflow process using resource maps and process maps | |
| US20120296840A1 (en) | Interactive graphical tool for designing product parameters | |
| US20040230978A1 (en) | Analytical task invocation |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AK | Designated states |
Kind code of ref document: A2 Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY CA CH CN CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW |
|
| AL | Designated countries for regional patents |
Kind code of ref document: A2 Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG |
|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
| DFPE | Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101) | ||
| AK | Designated states |
Kind code of ref document: A3 Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY CA CH CN CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW |
|
| AL | Designated countries for regional patents |
Kind code of ref document: A3 Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG |
|
| REG | Reference to national code |
Ref country code: DE Ref legal event code: 8642 |
|
| 122 | Ep: pct application non-entry in european phase | ||
| NENP | Non-entry into the national phase |
Ref country code: JP |