A portion of the disclosure of this patent document contains material which is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document of the patent disclosure, as it appears in the Patent and Trademark Office patent file or records, but otherwise reserves all copyright rights whatsoever.
The following applications are cross-referenced and incorporated herein by reference:
U.S. patent application Ser. No. 10/271,162 entitled “APPLICATION VIEW COMPONENT FOR SYSTEM INTEGRATION,” by Mitch Upton, filed Oct. 15, 2002.
U.S. patent application Ser. No. 10/271,244 entitled “SYSTEM AND METHOD FOR INVOKING BUSINESS FUNCTIONALITY FOR A WORKFLOW,” by Mitch Upton, filed Oct. 15, 2002.
U.S. patent application Ser. No. 10/271,414 entitled “SYSTEM AND METHOD FOR USING WEB SERVICES WITH AN ENTERPRISE SYSTEM,” by Mitch Upton, filed Oct. 15, 2002.
U.S. patent application Ser. No. 10/271,157 entitled “SYSTEM AND METHOD FOR IMPLEMENTING AN EVENT ADAPTER,” by Mitch Upton, filed Oct. 15, 2002.
U.S. patent application Ser. No. 10/271,156 entitled “SYSTEM AND METHOD USING A CONNECTOR ARCHITECTURE FOR APPLICATION INTEGRATION,” by Mitch Upton, filed Oct. 15, 2002.
U.S. patent application Ser. No. 10/271,047 entitled “SYSTEM AND METHOD FOR IMPLEMENTING A SCHEMA OBJECT MODEL IN APPLICATION INTEGRATION,” by Mitch Upton, filed Oct. 15, 2002.
U.S. patent application Ser. No. 10/271,402 entitled “SYSTEM AND METHOD UTILIZING AN INTERFACE COMPONENT TO QUERY A DOCUMENT,” by Mitch Upton, filed Oct. 15, 2002.
U.S. patent application Ser. No. 10/271,423 entitled “SYSTEM AND METHOD USING ASYNCHRONOUS MESSAGING FOR APPLICATION INTEGRATION,” by Mitch Upton, filed Oct. 15, 2002.
U.S. patent application Ser. No. 10/271,215 entitled “SYSTEMS AND METHODS FOR INTEGRATION ADAPTER SECURITY,” by Mitch Upton, filed Oct. 15, 2002.
U.S. patent application Ser. No. 10/271,410 entitled “SYSTEM AND METHOD FOR IMPLEMENTING A SERVICE ADAPTER,” by Mitch Upton, filed Oct. 15, 2002.
The invention relates generally to the integration of applications.
E-commerce has become a major driving factor in the new economy. To be successful in the long-term, e-commerce will require many companies to engage in cross-enterprise collaborations. To achieve cross-enterprise integration, a company must first integrate its internal applications. Using existing technology and tools, application integration can be an expensive proposition. No integration solution exists that is easy to use, affordable, and based on industry standards. Neither does a solution exist that is based on an industry standard infrastructure, has universal connectivity, is capable of massive scalability, and has accessible business process tools.
Application integration to this point has been very inward-focused. Many existing integration systems have not focused on integrating applications between enterprises. Even when integration solutions were used for cross-enterprise integration, the solutions were still narrowly focused and aimed at vertical markets. This inward focus did little to help companies field external business-to-consumer and business-to-business applications, such as applications that can utilize the Internet to generate revenue and reduce costs. The requirement for Internet-enabled applications led to the rise of the application server market. To date, application servers have primarily been used to host external applications targeted at customers and partners. Application servers are themselves packaged applications that, instead of solving a specific problem, are general-purpose platforms that host vertical solutions.
The first attempts at application integration were primarily focused on low-level implementation details such as the format of the data, the byte ordering between machines, and character encoding. The focus on low-level data formats was necessary because, for the first generation of application integration solutions, there were no widely adopted standards for data encoding that could be deployed across multiple vertical applications.
The traditional approach involved connecting individual systems to, in effect, hardwire the systems together. This approach can be complex, as connecting different systems can require an intimate, low-level knowledge of the proprietary technologies of multiple systems.
Present integration systems, which have moved away from “hardwiring” systems together, still suffer from a lack of standards. Each integration vendor typically provides a proprietary solution for application integration, message transformation, message formats, message transport, and routing. Not one of these systems to date has achieved significant market share to enable its technologies to become the de-facto standard. This lack of standards has given packaged application vendors little incentive to integrate these systems with their applications. Further, each of these integration systems or servers has its own proprietary API, such that packaged application vendors cannot leverage development beyond a single integration server. This fragmentation of the integration market has provided little financial incentive for third parties.
Systems and methods in accordance with the present invention can take advantage of a Java-based interface to an application view component. An application view component can be used that provides an interface to an application or enterprise system for a Java client or Java application. A resource adapter can be used to expose functionality in the enterprise system to the Java client application. The resource adapter can be used to define services and events in the enterprise system that are available to the Java client application. A Java-based interface for the resource adapter can allow the Java client application to access the application view component. The Java-based interface can be a design-time graphical user interface, which can include a set of Java server pages and can be Web-based. The Java-based interface can allow a Java client application to access the application view component in order to accomplish a task such as creating, defining, deploying, and testing the application view component. Each of these tasks can have their own page in the interface, such as a Java server page.
Other features, aspects, and objects of the invention can be obtained from a review of the specification, the figures, and the claims.
Application integration components can be used to integrate a variety of applications and systems, such as Enterprise Information Systems (EISs). Information technology (IT) organizations typically utilize several highly-specialized applications. Without a common integration platform to facilitate application-level integration, these applications cannot be integrated without extensive, highly-specialized development efforts.
Application integration can utilize adapters to establish an enterprise-wide, united framework for integrating any current or future application. Adapters can simplify integration efforts by allowing each application to be integrated with an application server, instead of requiring that each application being integrated with every other application.
As used herein the terms Java™ and J2EE™ are trademarks of Sun Microsystems, Inc. The term SQL (structured query language) is the trademark of Oracle Corporation and the term XML (extensible markup language) is the trademark of the World Wide Web Consortium held by its host institutions MIT, INRIA and Keio.
The development and widespread acceptance of standards such as the Java 2 Platform, Enterprise Edition (J2EE) from Sun Microsystems, Inc. of Santa Clara, Calif., as well as the eXtensible Markup Language (XML), has laid the groundwork for a standardized approach to the development of these adapters. Perhaps the most significant of these standards for application integration is the J2EE Connector architecture. The J2EE Connector architecture provides a standardized approach for the development of adapters for all types of applications, from legacy mainframe applications, such as CICS from IBM, to packaged applications such as PeopleSoft, Siebel, and SAP. The adoption of such standards enables businesses to develop adapters that work on any J2EE-compliant application server, for example.
Application integration can build on this standardized approach in an application integration framework by providing a standards-based architecture for hosting J2EE Connector architecture-based adapters. Developers can build J2EE Connector architecture-compliant adapters and deploy these adapters, in the integration framework, to connect enterprise applications to an application server.
Adapters
In order to integrate the operations of an enterprise, the data and functions of the various enterprise systems in an organization must be exposed. In the J2EE model, EIS functionality is exposed to Java clients using an adapter, also referred to as a resource adapter or connector, according to the J2EE Connector Architecture. Adapters can be constructed that define services and events. A service represents a message that requests a specific action in the EIS. For example, an adapter might define a service named AddCustomer that accepts a message defining a customer and then invokes the EIS to create the appropriate customer record. An event issues messages when events of interest occur in the EIS. For example, an adapter might define an event that sends messages to interested parties whenever any customer record is updated in the EIS.
These adapters can be used to define business-focused interfaces to an EIS, the interfaces referred to herein as “application views” of the respective adapters. An application view can provide a simple, self-describing, consistent interface to services and events in an application. Application views can make use of an adapter for an EIS, making it possible to expose existing information systems as business services. Unlike adapters, however, an application view does not require users to have intimate knowledge of the EIS or the client interface for that EIS, such that non-programmers or technical analysts can use application views. An application view can provide a business-oriented way for business analysts to access enterprise data without worrying about the programmatic details defined in an adapter. These same users may be otherwise unable to use an adapter directly, due to a lack of familiarity with the EIS.
An application integration component directed at enterprise application integration can have several primary aspects. If the functionality of an EIS such as a PeopleSoft system or an SAP system is to be invoked, an implementation of the J2EE Connector Architecture can be used. If something occurs inside an EIS system, such as a trigger going off, an event can be generated. This event may, in some embodiments, need to be communicated to an external application. An event architecture in an application integration component can handle this communication.
Application Views
An application view can provide significant value to an application integration component. An application view can abstract away much of the complexity in dealing with an application, such as a backend EIS system. Application views can also simplify the way in which adapters are accessed. Application views can provide a layer of abstraction, for example, between an adapter and the EIS functions exposed by that adapter. Instead of accessing an EIS by direct programming a user can simply: edit an adapter's application views, create new application views, or delete any obsolete application view(s). A layer of abstraction formed by application views can help non-programmers maintain the services and events exposed by an adapter. Each application view can be specific to a single adapter, and can define a set of business functions on that adapter's EIS. After an adapter is created, a Web-based interface for the adapter can be used to define application views.
If an application view is used as a primary user interface for an adapter, a number of features can be included that are not commonly found in existing enterprise application integration technologies. Application views can, for example, use XML as a common language among applications. Service and event definitions can be used to expose application capabilities. XML schemas can be used to define the data for services and events. Bidirectional communication can also be supported in adapters.
An application view can be an integral part of an integration framework. An application view can provide a view of the application capabilities exposed by an adapter that a user can customize to meet specific needs. A user can tailor an application view, for example, for a specific business purpose. As a result, the application view can provide an effective alternative to the “one size fits all” approach that many applications provide for the design of a client interface. An application view can be defined for only the business or other capabilities that are applicable for a specific purpose. The capabilities can be customized such as by naming, describing, and defining the data requirements.
In one example of a system using a resource adapter and application view component, shown in
In addition to defining and implementing adapters, an application integration component can enable a developer to create application views. An application view can provide a layer of abstraction on top of an adapter. Whereas adapters are typically closely associated with specific functionality in the EIS, an application view can be associated with business processes that must be accomplished by clients. An application view can convert the steps in the business process into operations on the adapter.
An application view can expose services and events that serve the business process. An application view control can be associated with a particular application view, and can make the services and methods of the application view available to web services as control methods and callbacks. A variable name used to access a new application view control instance from a web service should be a valid Java identifier.
An example of a system using a Java interface to an application view component is shown in
Another such system is shown in
Integration Framework
Application integration can utilize an integration framework, which can provide a systematic, standards-based architecture for hosting application views. Features of such a framework can include application views for exposing application functions and design-time graphical user interfaces (GUIs), such as web-based interfaces that can be used for creating application views. The integration framework utilizes adapters, instead of “hardwiring” enterprise systems together. Once an adapter is deployed for an EIS, other components and applications can use that adapter to access data on the EIS.
A framework in accordance with one embodiment of the present invention relies on XML as the standard format for messages. XML includes XSLT, a standard for transforming XML documents into other XML documents. XSLT is designed for use as part of XSL, which is a stylesheet language for XML. In XSLT, an XML document is used to specify the operations to perform on a class of XML documents in order to transform the documents' structure and content. An XSLT transformation can make use of any of the operations built into the Java programming language, or can make use of custom operations written either in Java or in native code. An integration framework allows a business process to invoke an XSLT engine in order to transform XML messages.
An integration framework can also rely on standards for transporting messages such as Java Message Service (JMS) and HTTPS. JMS is a standard API for interfacing with message transport systems. Using JMS, a framework can utilize any message transport mechanism that provides a JMS interface. The J2EE Connector architecture standard does not specify a message transport mechanism, but an application integration framework can specify such a transport mechanism.
An integration framework can be based on an existing standard infrastructure, such as an application server that supports J2EE, JMS, and the J2EE Connector architecture. Using such a standard infrastructure also provides for high availability and scalability, such as by clustering and resource pooling. The framework can provide for universal connectivity by enabling the construction of XML-based application adapters that can connect to any legacy and packaged application. An adapter development kit can be used to allow users such as customers, system integrators, and packaged application vendors to quickly develop J2EE connector architecture-compliant and integration framework-based adapters. The framework can utilize XML, which means that the same data format can be used for both within- and between-enterprise integration, since many e-commerce systems use XML as the standard message format.
An integration framework can also utilize a business-process engine to allow non-programmers to graphically construct and maintain business processes. An integration framework can implement a common model on top of the J2EE Connector architecture that is focused on business-level concepts. This model, which can consist of XML-encoded events and services, allows the management of a consistent integration environment, regardless of the interface required between adapters and their target applications. The business processes can react to events generated by applications, and they can invoke an application's functionality via services that are exposed by an application adapter.
Editing Application Views
An existing application view can be modified to, for example: account for definition errors, incomplete definition, change in business purpose, or change in underlying application connectivity. The resulting application view can satisfy the business data requirements and can perform the proper interaction with applications. In order to edit an application view, it can be necessary to first identify the application view and verify that it exists. The technical analyst can enlist the help of a subject matter expert to assist in defining the application view by offering application expertise, and possibly by modifying the application or its metadata to meet the needs of the application view. It is necessary, in some embodiments, that the adapter for the application selected by the technical analyst has been installed, and that the appropriate JSP-based design-time GUI has been installed. The server hosting the adapter and the design-time interface should also be up and running.
Using the appropriate JSP- or Java-based interface, a Java client or Java application can create or modify an application view component using a method such as that shown by the flowchart of
The basic flow, as well as alternate flows, can assume that the business analyst, technical analyst, and subject matter expert are all interacting during the creation/definition of the application view. In the case that each user is taking a turn reviewing the current state of the application view, the flow of events can take the form of multiple passes through the flow of events, with each pass representing only the single user interactions.
To edit services and events for an application view, a technical analyst can browse a metadata tree of the application and identify the proper metadata to represent the event or service. The technical analyst can then create an event or service that is specific to the adapter and its design-time interface capabilities. An event or service definition can be created and added to the application view. What the definition contains can be specific to the adapter, but the definition can contain enough information for the event adapter to properly generate events of the requested type at runtime.
Along with event and service adapters, an ADK design-time framework can provide the tools needed to build a Web-based GUI that adapter users need to define, deploy, and test their application views. Although each adapter can have EIS-specific functionality, each adapter can also require a GUI for deploying application views. This framework can minimize the effort required to create and deploy these interfaces. This minimization can be accomplished at least in part by using two primary components. One such component is a Web application component that allows a user to build an HTML-based GUI by using, for example, Java Server Pages (JSP). This component can be augmented by tools such as JSP templates, a tag library, and the JavaScript library. A second such component is a deployment helper component or request handler that can provide a simple API for deploying, undeploying, and editing application views on an application server.
ADK classes, interfaces, methods, and constructors can be defined in Javadocs included in a development kit. An ADK can employ a build process based upon Ant, a 100% pure Java-based build tool. For the ADK, Ant can facilitate creating a Java archive (.jar) file for the adapter, creating .war file for an adapter's Web application, creating a .rar file for a J2EE-compliant adapter, and encapsulating the above listed components into a .ear file for deployment.
Traditionally, build tools are inherently shell-based. They evaluate a set of dependencies and then execute commands, not unlike those that would be issued on a shell. While it can be simple to extend these tools by using or writing any program for a user-specific operating system, the user is typically limited to that operating system (OS), or at least that OS type.
Ant can be preferable to shell-based make tools for several reasons. For instance, instead of a model that is extended with shell-based commands, the model can be extended using Java classes. Instead of writing shell commands, the configuration files can also be XML-based, calling out a target tree where various tasks get executed. Each task can be run by an object that implements a particular task interface. While this can remove some of the expressive power inherent in being able to construct a shell command, it can give an application the ability to be cross-platform. Also, if a user wants to execute a shell command, Ant has an execute rule that can allow different commands to be executed based on the OS upon which it is executing.
Graphical User Interface (GUI)
An integration framework can provide a way for developers to provide a design-time GUI for each adapter. A design-time GUI can provide a way to: create application views; to add services and events to application views; and to deploy, test, and edit application views. An application view console can be included in a GUI to help a user access, organize, and edit all application views in an enterprise. An application view console can be used to create new folders and add new application views to the folders. These new folders can allow a user to organize application views according to a particular navigation scheme, regardless of the adapter being used by the application view.
An application view can be removed when it becomes obsolete or the application is retired. An application view can be removed in some embodiments only if certain conditions are true. One such condition is that the user has undeployed the application view. Another condition is that the user is logged onto the application server with the appropriate write privileges. To remove a folder, a user can first remove all application views and subfolders in that folder. The user can then remove or delete the folder.
Application integration configuration data can be stored in the same repository as data for business process management (BPM). Therefore, the same tools can be used to migrate application integration when migrating BPM data. However, there can be special considerations for migrating application integration data and deploying the migrated data in the target environment. Migrating application integration data can be straightforward between application server domains and an EIS when instances do not change. However, if the EIS instances change, special procedures may need to be followed in order to ensure a working solution in the target environment.
In some instances it may be desirable to migrate application integration data between application server domains when the EIS instances involved do not change. An example of this type of migration involves moving application view definitions between repositories for different domains of application integration. In this case, only the application integration domain changes, but the target EIS instances referred to in the application views remain the same. Here, an import/export utility can be used to make migrating data simple. For BPM, this can involve exporting a package from BPM in the source domain, and importing that package into BPM in the target domain.
A file structure used to build a design-time GUI adapter can be similar to that required for service adapters. The design-time interface for each adapter can be a J2EE web application that is bundled as a .war file. A web application can be a bundle of .jsp, .html and image files. A Web application descriptor, such as adapters/ADAPTER/src/ war/WEB-INF/web.xml, can instruct the J2EE web container how to deploy and initialize the web application.
Developing a Design-Time GUI for Adapters
A design-time framework can provide tools that a user can use to build a web-based GUI that adapter users need to define, deploy, and test their application views. Although each adapter can have EIS-specific functionality, all adapters can require a GUI for deploying application views. A design-time framework can minimize the effort required to create and deploy these interfaces, primarily by using two components in one embodiment. One such component is a web application component that allows a user to build an HTML-based GUI using Java Server Pages (JSP). This component can be augmented by tools such as JSP templates, a JSP tag library, and a JavaScript library. Another such component is a request handler class, such as abstractDesignTimeRequestHandler, which can provide a simple API for deploying, undeploying, copying, and editing application views on an application server.
There are a variety of approaches to processing forms using Java Servlets and JSPs. A basic requirement of one form processing approach is to display an HTML form, such as by generating the form layout using HTML. It can be indicated to the user which fields are mandatory and which fields can be populated with defaults, if they exist. When a user submits the form data, the field values in the HTTP request can be validated. In order to validate the request, logic can be supplied to determine if all mandatory fields have a value. For each value submitted, the value can be validated against a set of constraints. If any field values are invalid, the form can be redisplayed to the user with an error message next to each erroneous field on the form. The error message can be localized for the user's preferred locale if the web application supports multiple locales. In addition, the user's last input can be redisplayed so the user does not have to re-input any valid information. The web application can loop as many times as needed until all fields submitted are valid.
Once all fields have passed coarse-grained validation, the form data can be processed. While processing the form data, an error condition can be encountered that does not relate to individual field validation, such as a Java exception. The form may need to be re-displayed to the user with a localized error message at the top of the page. All input fields can be saved so the user does not have to re-enter any valid information. It can be determined which object or method implements the form processing API, as well as how and when to advance the user to the next page in the web application. If the form processing succeeds, the next page in the web application can be displayed to the user.
The Flow of Events
When developing a design-time GUI, there are certain items that may need to be considered before commencing with design-time GUI development. The user can determine the adapters to be supported, such as event and/or service adapters. The user can also determine the approach to be used for browsing.
The EIS can supply functions to access the event/service catalog. If the EIS does not supply these, the user may not be able to browse the catalogs. If the EIS does supply them, a call from the design-time UI to get metadata from the EIS can be made, which is similar to a call from a run-time component. Both can execute functions on a back-end EIS. Consequently, a user may need to leverage a run-time architecture as much as possible to provide the design-time metadata features. Design-time specific functions can be invoked that use a CCI Interaction object.
A user can also determine schema generation, or how an adapter will generate a request/response schema for a service. An adapter may need to call the EIS to get metadata about a function or event. The adapter can transform the EIS metadata into XML schema format. To make this happen, a user can invoke, for example, a schema object model (SOM) component, such as a SOM API.
A user can also determine the order in which the JSPs will appear when the user displays the application view. The application view is a secure system, therefore, the user can be required to log in before he or she can implement the view. A logon page may therefore be the first page a user sees. To use a logon page, the user can supply a username and password. That information can be validated to ensure that the user is a member of the adapter group in the appropriate security realm.
Once a user successfully logs in, an Application View Management page can appear. This page can list or display folders that contain the application views, the status of these folders, and any action taken on them. From this page, a user can either view existing application views or add new ones. To view an existing application view, the user can select the appropriate folder and “drill down” to the desired application view. The user can select the application view, causing an Application View Summary page to appear. From here, a user can simply select an option to add an application view.
A definition page, such as defappvw.jsp, can allow a user to define a new application view in any folder in which the client is located. To do this, the user can provide a description that associates the application view with an adapter. If the new application view is valid, the user can configure the connection. A configure connection parameters page, such as confconn.jsp, can provide a form for the user to specify connection parameters for the EIS. Since connection parameters can be specific to every EIS, this page can be different across all adapters. When a user submits connection parameters, the adapter can attempt to open a new connection to the EIS using the parameters. If successful, the user can be forwarded a page for administering the application view.
A page can be provided that includes a summary of an undeployed application view. Specifically, the page can show information such as the connection criteria, a list of events, and a list of services. For each event on the application view, the user can view the appropriate XML schema, remove the event, or provide event properties. For each service on the application view, the user can view the request XML schema, view the response XML schema, or remove the service.
A user interface can include at least one page or section to allow a user to add new events and/or to an application view. Such a page can help to ensure that each event/service has a unique name, and that the name is proper. For example, an event name in one embodiment can only contain characters such as a-z, A-Z, 0-9, and underscore (_) and must begin with a letter. Spaces, dots, and commas may not be allowed. The length of the name may not be able to exceed 256 characters. The event name can also be unique to the application view. If a user specifies an event name that is not unique, the form can reload with an error message indicating that the event is already defined. A user may also be able to specify a description for the event, as well as any appropriate EIS parameters.
Once a user adds at least one service or event, he or she can deploy the application view. Deploying an application view makes it available to process events and services. From a deployment page, a user can specify, for example, connection pooling parameters, minimum pool size, maximum pool size, and a target fraction of the maximum pool size (between 0 and 1), as well as specifying whether the pool is allowed to shrink and which logging level to use. Logging levels can include levels to log all messages; log informationals, warnings, errors, and audit messages; log warnings, errors, and audit messages; and log errors and audit messages. A user can also have the ability to apply security restrictions for the application view, such as by clicking on a link that restricts access.
Form Processing Classes
Implementing the a processing method as described above for every form in a web application can be quite a tedious and error prone development process. A design-time framework can simplify this process using a Model-View-Controller (MVC) paradigm. There are five classes involved in one form processing mechanism. One such class is a RequestHandler class. This class can provide HTTP request processing logic. This class can be the model component of the MVC-based mechanism. This object can be instantiated by a ControllerServlet and saved in an HTTP session under the key handler.
A ControllerServlet class can be used that is responsible for receiving an HTTP request, validating each value in the request, delegating the request to a RequestHandler for processing, and determining which page to display to the user. ControllerServlet can use Java reflection to determine which method to invoke on the RequestHandler. ControllerServlet can look for an HTTP request parameter, such as “doAction”, to indicate the name of the method that implements the form processing logic. If this parameter is not available, ControllerServlet may not invoke any methods on the RequestHandler. ControllerServlet can be configured in a file such as web.xml for the web application. ControllerServlet can be responsible for delegating HTTP requests to a method on a RequestHandler.
An ActionResult class can encapsulate information about the outcome of processing a request. ActionResult can also provide information to ControllerServlet to help determine the next page to display to the user. A Word class, as well as its descendants, can supply logic to validate form fields, as all fields in a web application can require some validation. If any fields are invalid, a Word object can use a message bundle to retrieve an internationalized/localized error message for the field.
A tag class, such as an AbstractInputTagSupport class, as well as its descendants, can be responsible for generating the HTML for a form field and pre-populating its value with a default, if applicable. A tag class can also be responsible for displaying a localized error message next to the form field if the supplied value is invalid. A tag class can also be responsible for initializing a Word object and saving it in web application scope so that the validation object is accessible by the ControllerServlet using the form field's name.
Additionally, a submit tag such as <adk:submit name=‘xyz_submit’ doAction=‘xyz’/> can ensure that the doAction parameter is passed to the ControllerServlet in the request. This can result in the ControllerServlet invoking the xyz( ) method on the registered RequestHandler.
Design-Time Features
Design-time development can have features different from those associated with run-time adapter development. For example, a design-time GUI can be comprised of a set of ten Java Server Pages. JSPs are simply HTML pages that call Java servlets to invoke some transaction. To the user, the JSP can look just like any other web page. The JSPs that comprise a design-time GUI can include, for example:
A design-time framework can provide a set of JSP templates for rapidly assembling a web application to define, deploy, and test a new application view for an adapter. A template is an HTML page that is dynamically generated by a Java Servlet based on parameters provided in the HTTP request. Templates can be used to minimize the number of custom pages and custom HTML needed for a web application. Templates can provide at least three primary features for adapter developers. For example, design-time templates can provide most of the HTML forms needed to deploy an application view. Custom forms can be used to collect the EIS-specific connection parameters, collect the EIS-specific information needed to add an event, and/or to collect the EIS-specific information needed to add a service. In addition, a custom JSP can be used for browsing a metadata catalog for an EIS.
Templates can leverage the internationalization and localization features of the Java platform. The content of every page in the web application can be stored in a message bundle. Consequently, a web interface for an adapter can be quickly internationalized. Templates can also centralize look-and-feel into a single location.
Design-Time Interface
A design-time UI can be deployed as a J2EE web application from a .war file. A .war file is a .jar file with a web application descriptor in WEB-INF/web.xml in the .jar file. However, the .war file does not allow the J2EE Web container in the application server to re-compile JSPs “on the fly.” Consequently, a user may need to restart the application server just to change a JSP file. Since this goes against the spirit of JSP, a workaround such as the following can be used to update JSPs without restarting the application server. A user can construct a valid .war file for the adapter's design-time UI. An Ant target can construct a valid .war file for the design-time interface in a library directory such as PROJECT_ROOT/lib, where PROJECT_ROOT is the location under the application integration installation where the developer is constructing the adapter. In addition, this target can perform an “unjar” operation in the /lib directory. This can extract the .war into a temporary directory.
Next, the user can load a web application into the application server and configure the development environment. To load the web application into the application server, the user can edit the config.xml file for the user domain. The following sample code shows the name of adapter development tree:
<Application Deployed=“true” Name=“SAMPLE_ADK_Web” Path=“HOME\adapters\PROJECT_ROOT\lib”>
<WebAppComponent Name=“SAMPLE_ADK_Web” ServletReloadCheckSecs=“1” Targets=“myserver” URI=“SAMPLE_ADK_Web”/>
</Application>
To change a JSP, the user can change the page in the temporary directory, change it from the src/war directory, then rebuild the war target. When the .war file is created, it can also be extracted into a directory that the application server is watching. The application server may pick up the changes to the specific JSP only.
Finally, the user can precompile JSPs when the server starts. This saves the user from having to load every page before knowing if the pages will compile correctly. To enable precompilation, code such as the following can be used:
The user can also pre-compile JSPs using a JSP compiler when the user builds a .war target using Ant. This can be accomplished by creating the directory where the application server looks for JSP servlet classes at run time. A JSP compiler such as jspc can be invoked, which pre-compiles all the JSPs for a web application and places them in the appropriate directory for the web application.
Implementing the Design-Time GUI
In order to implement a design-time GUI, a user may need to implement a class such as DesignTimeRequestHandler. This class can accept user input from a form and perform a design-time action. To implement this class, the user can extend a request handler such as AbstractDesignTimeRequestHandler. Such a request handler can provide utility classes for deploying, editing, copying, and removing application views on an application server. It can also provide access to an application view descriptor. The application view descriptor can provide the connection parameters, list of events, list of services, log levels, and pool settings for an application view.
At a high-level, an AbstractDesignTimeRequestHandler can provide an implementation for all actions that are common across adapters. Specifically, these actions can include defining the application view, configuring the connection, deploying the application view, providing application view security, editing the application view, and undeploying the application view.
To ensure these actions, a user can supply certain methods when creating a concrete implementation of AbstractDesignTimeRequestHandler. One such method is initServiceDescriptor( ), which can add a service to an application view at design time. An initEventDescriptor( ) or similar method can add an event to an application view at design time. In every concrete implementation of AbstractDesignTimeRequestHandler, two methods can be included. One such method can be given by:
protected String getAdapterLogicalName( );
This method can return an adapter logical name, and can be used to deploy an application view under an adapter logical name. Another such class can be given by:
protected Class getManagedConnectionFactoryClass( );
This method returns the SPI ManagedConnectionFactory implementation class for the adapter.
HTML Forms for Design-Time GUI
A final step to implementing a design-time GUI is to write the various forms that comprise the interface. A user can create a confconn.jsp form. This page provides an HTML form for users to supply connection parameters for the EIS. The user can be are responsible for providing this page with the adapter's design-time web application. This form can post to the ControllerServlet with an action such as “doAction=confconn.” This implies that the RequestHandler for the design-time interface should provide a method such as, for example:
public ActionResult confconn(HttpServletRequest request) throws Exception
The implementation of this method can be responsible for using the supplied connection parameters to create a new instance of the adapter's ManagedConnectionFactory. The ManagedConnectionFactory can supply the CCI ConnectionFactory, which can be used to obtain a connection to the EIS. Consequently, the processing of the confconn form submission can verify that the supplied parameters are sufficient for obtaining a valid connection to the EIS.
Implementing Confconn( )
A request handler such as AbstractDesignTimeRequestHandler can provide an implementation of a confconn( ) method. Such an implementation can leverage the Java Reflection API to map connection parameters supplied by the user to setter methods on the adapter's ManagedConnectionFactory instance. A user may only need to supply the concrete class for the adapter's ManagedConnectionFactory by implementing a method such as:
public Class getManagedConnectionFactoryClass( )
A user can also create an add event form such as addevent.jsp. This form allows the user to add a new event to an application view. This form can be EIS specific. An example of code creating an addevent.jsp form can be given by:
A user can post a ControllerServlet using a line such as:
This line instructs the form to post to the ControllerServlet. The ControllerServlet can be configured in the web.xml file for the web application and can be responsible for delegating HTTP requests to a method on a RequestHandler. The user may not need to provide any code to use the ControllerServlet; however, the user may need to supply the initial parameters.
A user can display the label for the form field using a line such as: <adk:label name=‘eventName’ required=‘true’/>. This line can display a label for a field on the form. The value that is displayed can be retrieved from the message bundle for the user. The “required” attribute can indicate whether the user must supply this parameter to be successful.
A user can display a text field size using a line such as <adk:text name=‘eventName’ maxlength=‘100’ size=‘50’/>. This line sets a text field of size 50 with maximum length (max length) of 100.
A user can display a submit button on a form using a line such as <adk:submit name=‘addevent_submit’ doAction=‘addevent’/>. This line displays a button on the form that allow the adapter user to submit the input. The label on the button can be retrieved from the message bundle using a key such as an addevent_submit key. When the form data is submitted, a ControllerServlet can locate the addevent( ) method on the registered request handler and pass the request data. A user can also add additional fields, such as those that the user requires for defining an event.
A user can create the addservc.jsp form, which allows the user to add a new service to an application view. This form can be EIS-specific. The addservc.jsp form for a sample adapter can be given by:
A user can include a tag library using a line such as <%@taglib uri=‘/WEB-INF/taglibs/adk.tld’ prefix=‘adk’ %>. This line can instruct the JSP engine to include an ADK tag library. The ADK tag library can support a user-friendly form validation provided by an ADK.
A user can post the ControllerServlet using a line such as <form method=‘POST’ action=‘controller’>. This line instructs the form to post to the ControllerServlet. The ControllerServlet can be configured in the web.xml file for the web application and can be responsible for delegating HTTP requests to a method on a RequestHandler. The user does not need to provide any code to use the ControllerServlet, but can be required to supply the initial parameters.
Using Web Services with Application Views
A Web service can access an enterprise system or application through a component such as an application view control. An enterprise system, or Enterprise Information System (EIS), is typically a large-scale business application such as a Customer Relationship Management (CRM), Enterprise Resource Planning (ERP), or Human Resources (HR) application. Examples of an EIS can include an SAP, PeopleSoft, or Siebel system. An application view control can use application views defined with an application integration (AI) component such as those described above. An application view control can allow a web service to access an enterprise application using an existing application view.
An application view control can allow web services to interact with enterprise applications using, for example, simple Java APIs. These APIs allow a web service developer to access an enterprise application even if the developer does not know any of the details of the application's implementation.
One example of an application view component allows a Web service developer to invoke application view services both synchronously and asynchronously, and to subscribe to application view events. In both the service and event cases, the developer uses simple Java APIs. The developer need not understand XML, or the particular protocol or client API for the enterprise application.
An application view control can be designed to make it easy to use an existing, deployed application view from within Web services. An application view control may not be capable of allowing a user to develop and deploy application views.
A Web services control, such as an application view control, can provide a common model to interacting with resources from within a web service. If a resource such as a relational database is accessed through web services control, the interaction with the resource can be greatly simplified because the underlying control implementation can take care of most of the details.
All Web services controls can expose Java interfaces that may be invoked directly from web service code. All web service controls can be used the same way. A user can create an instance of the control and then invoke the methods for the control and implement the handlers for any control callback.
Application View Control
An application view control can be customized in several ways. For instance, a user can modify the properties of the control itself, the properties of the control's methods, or the XML maps on the control's methods. For example, an application view control can expose an application view identity property, such as av-identity, with the name, user-id and password attributes. Each method of an Application View control can expose a service property, such as av-service, that binds the application view method to a service of the application view control. Each method of an application view control can also have associated XML maps, such as parameter-xml and return-xml maps, and each callback can have an associated parameter-xml map.
To update an application view control when the target application view changes, a user can regenerate the application view control. The old application view control “control file,” or CTRL file, can be renamed before generating a new application view control with the same name. If the XML maps in the old application view control were modified, a user can copy and paste them to the new CTRL file using any appropriate text editor.
Using Callbacks
Callbacks can be used to notify a client of a web service that an event has occurred. For example, it may be desirable to notify a client when the results of a client request are ready. It may also be desirable to notify the client when an event is pushed to a message queue from an enterprise system for a topic to which the client subscribed. Callbacks can be thought of as messages to the client. When a user adds a method to a web service, the user is defining a message that a client can send to the user to request that some operation be performed. When defining a callback, a user is defining a message that the web service will send to the client to notify the client of an event that has occurred in the user's web service or in the enterprise system. An application server can allow the user's web service to receive XML and SOAP messages, and can route them automatically to the user's web service. In order to receive callbacks, the client should be operating in an environment that provides the same services. This typically means the client is running in an application server or web server. If the client is not running in an environment that provides the necessary infrastructure, the client may not be capable of receiving callbacks from the user's web service.
The notion that callbacks are messages to the client can be important if a user wants to apply XML maps to callback parameters or return values. The parameters to a callback can be placed in the outgoing message to the client, and the return value can be converted from the resulting incoming message from the client. This can seem strange, because programmers typically associate all parameters with incoming data and return values with outgoing data.
In a conversational web service, it is possible that a callback will not return when the user is expecting the callback to return. Because method calls that are part of the same conversation can be serialized, a callback invoked during the conversation may not happen until the current method returns. If that method takes a long time, the callback result may not be available when the user expects it. If the code relies on the callback result, the user can add a timer control to your web service to check for the callback result, and can decide on an appropriate action if the callback has not yet occurred.
As callbacks are messages to the client, and since callbacks are by definition separated from the original request to which the callback is a response, callbacks can appear as unsolicited messages to the client's host. Many hosts may not allow receipt of unsolicited network traffic, either by directly rejecting such traffic or by nature of being protected by firewalls or other network security apparatus. Clients that run in such an environment may therefore not be capable of receiving callbacks.
The protocol and message format used for callbacks can always be the same as the protocol and message format used by the start method that started the current conversation. It can cause an error to attempt to override the protocol or message format of a callback.
Application View Control Interface
The syntax used for an application view control interface can be given by, for example:
public interface ApplicationViewControl extends Control
The methods of such an interface can be invoked by any web service with an application view control instance. Examples of such methods can include the following:
public void beginLocalTransaction( ) throws Exception
This method can begin a local transaction on this control. This control will begin a local transaction on the underlying application view instance. All work done by this control instance between this call and a call to a method such as commitLocalTransaction( ) or rollbackLocalTransaction( ) can be committed or rolled back, respectively, as a unit. If the underlying adapter used by the application view for this control does not support local transactions, an exception can be thrown.
public void commitLocalTransaction( ) throws Exception
This method can commit the active local transaction for this control. All work done since the last call to a method such as beginLocalTransaction( ) can be committed into the EIS's permanent state. If the underlying adapter used by the application view for this control does not support local transactions, an exception can be thrown.
public void disableEventDelivery( ) throws Exception
This method can indicate that this control should no longer deliver event notifications. Calling this method when event delivery is not enabled has no effect.
public void enableEventDelivery( ) throws Exception
This method can indicate that this control instance should provide event notifications to its container JWS instance. The containing JWS must be conversational. Events can be delivered using a receive mode such as a MODE_ALLOW_DUPS receive mode. Calling this method when event delivery is already enabled mayhave no effect.
public void enableEventDelivery(String receiveMode) throws Exception
This method can indicate that this control instance should provide event notifications to its container JWS instance using the specified receive mode. The containing JWS must be conversational. Calling this method when event delivery is already enabled is has no effect.
A receiveMode can be used to specify the mode in which all events should be received. This can be one of the MODE_XXX fields defined below.
public String getEventReceiveMode( )
This method can return the receive mode specified in the latest call to enableEventDelivery( ) or null if event delivery is not enabled. Returned mode can be one of the MODE_XXX fields defined below.
public void importJar(String jarFileName, boolean overwrite, boolean deploy, List errors, PrintWriter out, boolean quiet) throws Exception
This method can import a previously exported application view JAR file. This file can contain ApplicationView, ConnectionFactory, Folder, and Schema definitions.
A filename for the .jar file, such as may be held by jarFileName, can be a fully qualified path to the jar to be imported, or a resource name suitable for finding the jar on the system classpath (e.g. samples/appview/Sample1.jar). This method can interpret jarFileName first as a path, and if the file does not exist, can attempt to find it on the classpath.
Various other methods can also be used. For example, an “overwrite” flag can indicate whether imported objects should overwrite any existing objects already in the repository. A “deploy” flag can indicate whether deployable imported objects should be deployed automatically after the import. An “errors” list can be used that, upon completion of an import, will contain any non-fatal errors that occurred. Fatal errors can be reported via an Exception thrown by this method.
An “out” method can be a PrintWriter instance to which all messages will be written. If null, no messages may be written. A “quiet” method can be a flag that indicates whether an import should operate quietly (producing fewer messages). An Exception can be thrown if any fatal error occurs during the import.
Another method that can be used is given by:
public String importJar(String jarFileName) throws Exception
This method can import a previously exported application view JAR file using standard options. This method can overwrite any existing objects with the same name as those in the jar, can deploy deployable objects, and can print a summary of operations to System.out. If non-fatal errors occur, this method can print a summary of those errors to System.out.
A filename for a JAR file may be contained in jarFileName, which can contain a fully qualified path to the jar to be imported, or a resource name suitable for finding the jar on the system classpath (e.g. samples/appview/Sample1.jar). This method can interpret jarFileName first as a path, and if the file does not exist, can attempt to find it on the classpath.
A method such as “public boolean isEventDeliveryEnabled( )” can return a value of “true” if event delivery is enabled, and “false” otherwise. This can be true after a call to enableEventDelivery( ) and before a call to disableEventDelivery( ).
A method such as “public void rollbackLocalTransaction( ) throws Exception” can rollback the active local transaction for this control. All work done since the last call to beginLocalTransaction( ) can be discarded. If the underlying adapter used by the application view for this control does not support local transactions, an exception can be thrown.
A user can also specify modes of operation, such as “static public final String MODE_ALLOW_DUPS.” Such a mode can be used if it is acceptable to receive a given event more than once. This may only be possible in the event of a system shutdown or failure, and may not occur during normal operations. This mode can be the default and can give the best performance. A mode such as “static public final String MODE_ONCE_AND_ONLY_ONCE” can be used if it is critical to receive all events and that each event be received only once, even in the event of a system failure. This mode can yield performance somewhat lower than when using MODE_ALLOW_DUPS.
Events
An onEvent event, such as “public void onEvent(Object event) throws Exception;” can be generated whenever an application view event is received. This method can be private, and not used by JWS clients. The “event” object can represent the event in the EIS.
An event such as “public void onAsyncServiceResponse(Object asr) throws Exception;” can be generated whenever an application view asynchronous response is received. This method can be private, and not used by JWS clients. Here, the event can be the asynchronous response object representing the response from an asynchronous service invocation.
An event such as “public void onAsyncServiceError(String requestID, String errorMessage) throws Exception” can be used, which is generated whenever an application view asynchronous request ends in error. Here, requestID is the identifier returned when this request was submitted, and errorMessage can contain the text of the error that has occurred.
The foregoing description of preferred embodiments of the present invention has been provided for the purposes of illustration and description. It is not intended to be exhaustive or to limit the invention to the precise forms disclosed. Many modifications and variations will be apparent to one of ordinary skill in the art. The embodiments were chosen and described in order to best explain the principles of the invention and its practical application, thereby enabling others skilled in the art to understand the invention for various embodiments and with various modifications that are suited to the particular use contemplated. It is intended that the scope of the invention be defined by the following claims and their equivalence.
This application claims priority to U.S. Provisional Patent Application No. 60/347,919, filed Oct. 18, 2001, entitled “APPLICATION VIEW,” as well as Application No. 60/347,901, filed Oct. 18, 2001, entitled “EVENT ADAPTER,” each of which is hereby incorporated herein by reference.
Number | Name | Date | Kind |
---|---|---|---|
5321841 | East et al. | Jun 1994 | A |
5469562 | Saether | Nov 1995 | A |
5604860 | McLaughlin et al. | Feb 1997 | A |
5630131 | Palevich et al. | May 1997 | A |
5748975 | Van De Vanter | May 1998 | A |
5801958 | Dangelo et al. | Sep 1998 | A |
5835769 | Jervis et al. | Nov 1998 | A |
5836014 | Faiman, Jr. | Nov 1998 | A |
5862327 | Kwang et al. | Jan 1999 | A |
5867822 | Sankar | Feb 1999 | A |
5933838 | Lomet | Aug 1999 | A |
5944794 | Okamoto et al. | Aug 1999 | A |
5950010 | Hesse et al. | Sep 1999 | A |
5961593 | Gabber et al. | Oct 1999 | A |
5966535 | Benedikt et al. | Oct 1999 | A |
6012083 | Savitzky et al. | Jan 2000 | A |
6016495 | McKeehan et al. | Jan 2000 | A |
6018730 | Nichols et al. | Jan 2000 | A |
6023578 | Birsan et al. | Feb 2000 | A |
6023722 | Colyer | Feb 2000 | A |
6028997 | Leymann et al. | Feb 2000 | A |
6029000 | Woolsey et al. | Feb 2000 | A |
6044217 | Brealey et al. | Mar 2000 | A |
6067623 | Blakeley, III et al. | May 2000 | A |
6070184 | Blount et al. | May 2000 | A |
6085030 | Whitehead et al. | Jul 2000 | A |
6092102 | Wagner | Jul 2000 | A |
6119149 | Notani | Sep 2000 | A |
6125363 | Buzzeo et al. | Sep 2000 | A |
6141686 | Jackowski et al. | Oct 2000 | A |
6141701 | Whitney | Oct 2000 | A |
6148336 | Thomas et al. | Nov 2000 | A |
6154738 | Call | Nov 2000 | A |
6185734 | Saboff et al. | Feb 2001 | B1 |
6189044 | Thomson et al. | Feb 2001 | B1 |
6212546 | Starkovich et al. | Apr 2001 | B1 |
6222533 | Notani et al. | Apr 2001 | B1 |
6226675 | Meltzer et al. | May 2001 | B1 |
6226788 | Schoening et al. | May 2001 | B1 |
6230287 | Pinard et al. | May 2001 | B1 |
6230309 | Turner et al. | May 2001 | B1 |
6237135 | Timbol | May 2001 | B1 |
6243737 | Flanagan et al. | Jun 2001 | B1 |
6256676 | Taylor et al. | Jul 2001 | B1 |
6269373 | Apte et al. | Jul 2001 | B1 |
6282711 | Halpern et al. | Aug 2001 | B1 |
6292932 | Baisley et al. | Sep 2001 | B1 |
6311327 | O'Brien et al. | Oct 2001 | B1 |
6324681 | Sebesta et al. | Nov 2001 | B1 |
6330569 | Baisley et al. | Dec 2001 | B1 |
6334114 | Jacobs et al. | Dec 2001 | B1 |
6336122 | Lee et al. | Jan 2002 | B1 |
6338064 | Ault et al. | Jan 2002 | B1 |
6343265 | Glebov et al. | Jan 2002 | B1 |
6345283 | Anderson | Feb 2002 | B1 |
6348970 | Marx | Feb 2002 | B1 |
6349408 | Smith | Feb 2002 | B1 |
6353923 | Bogle et al. | Mar 2002 | B1 |
6356906 | Lippert et al. | Mar 2002 | B1 |
6360221 | Gough et al. | Mar 2002 | B1 |
6360358 | Elsbree et al. | Mar 2002 | B1 |
6367068 | Vaidyanathan et al. | Apr 2002 | B1 |
6377939 | Young | Apr 2002 | B1 |
6393605 | Loomans | May 2002 | B1 |
6408311 | Baisley et al. | Jun 2002 | B1 |
6411698 | Bauer et al. | Jun 2002 | B1 |
6438594 | Bowman-Amuah | Aug 2002 | B1 |
6445711 | Scheel et al. | Sep 2002 | B1 |
6463503 | Jones et al. | Oct 2002 | B1 |
6466239 | Ishikawa | Oct 2002 | B2 |
6470364 | Prinzing | Oct 2002 | B1 |
6516322 | Meredith | Feb 2003 | B1 |
6549949 | Bowman-Amuah | Apr 2003 | B1 |
6560636 | Cohen et al. | May 2003 | B2 |
6560769 | Moore et al. | May 2003 | B1 |
6567738 | Gopp et al. | May 2003 | B2 |
6584454 | Hummel, Jr. et al. | Jun 2003 | B1 |
6594693 | Borwankar | Jul 2003 | B1 |
6594700 | Graham et al. | Jul 2003 | B1 |
6601113 | Koistinen et al. | Jul 2003 | B1 |
6604198 | Beckman et al. | Aug 2003 | B1 |
6609115 | Mehring et al. | Aug 2003 | B1 |
6615258 | Barry et al. | Sep 2003 | B1 |
6636491 | Kari et al. | Oct 2003 | B1 |
6637020 | Hammond | Oct 2003 | B1 |
6643652 | Helgeson et al. | Nov 2003 | B2 |
6654932 | Bahrs et al. | Nov 2003 | B1 |
6662357 | Bowman-Amuah | Dec 2003 | B1 |
6678518 | Eerola | Jan 2004 | B2 |
6684388 | Gupta et al. | Jan 2004 | B1 |
6687702 | Vaitheeswaran et al. | Feb 2004 | B2 |
6687848 | Najmi | Feb 2004 | B1 |
6721740 | Skinner et al. | Apr 2004 | B1 |
6721779 | Maffeis | Apr 2004 | B1 |
6732237 | Jacobs et al. | May 2004 | B1 |
6738975 | Yee et al. | May 2004 | B1 |
6748420 | Quatrano et al. | Jun 2004 | B1 |
6754884 | Lucas et al. | Jun 2004 | B1 |
6757689 | Battas et al. | Jun 2004 | B2 |
6789054 | Makhlouf | Sep 2004 | B1 |
6795967 | Evans et al. | Sep 2004 | B1 |
6799718 | Chan et al. | Oct 2004 | B2 |
6802000 | Greene et al. | Oct 2004 | B1 |
6804686 | Stone et al. | Oct 2004 | B1 |
6823495 | Vedula et al. | Nov 2004 | B1 |
6832238 | Sharma et al. | Dec 2004 | B1 |
6836883 | Abrams et al. | Dec 2004 | B1 |
6850979 | Saulpaugh et al. | Feb 2005 | B1 |
6874143 | Murray et al. | Mar 2005 | B1 |
6877023 | Maffeis et al. | Apr 2005 | B1 |
6889244 | Gaither et al. | May 2005 | B1 |
6915519 | Williamson et al. | Jul 2005 | B2 |
6918084 | Slaughter et al. | Jul 2005 | B1 |
6959307 | Apte | Oct 2005 | B2 |
6959340 | Najmi | Oct 2005 | B1 |
6963914 | Breitbart et al. | Nov 2005 | B1 |
6971096 | Ankireddipally et al. | Nov 2005 | B1 |
6976086 | Sadeghi et al. | Dec 2005 | B2 |
6985939 | Fletcher et al. | Jan 2006 | B2 |
6993743 | Crupi et al. | Jan 2006 | B2 |
7000219 | Barrett et al. | Feb 2006 | B2 |
7017146 | Dellarocas | Mar 2006 | B2 |
7035944 | Fletcher et al. | Apr 2006 | B2 |
7051072 | Stewart et al. | May 2006 | B2 |
7051316 | Charisius et al. | May 2006 | B2 |
7054858 | Sutherland | May 2006 | B2 |
7069507 | Alcazar et al. | Jun 2006 | B1 |
7072934 | Helgeson et al. | Jul 2006 | B2 |
7089584 | Sharma | Aug 2006 | B1 |
7107578 | Alpern | Sep 2006 | B1 |
7117504 | Smith et al. | Oct 2006 | B2 |
7127704 | Van De Vanter et al. | Oct 2006 | B2 |
7134072 | Lovett et al. | Nov 2006 | B1 |
7143186 | Stewart et al. | Nov 2006 | B2 |
7146422 | Marlatt et al. | Dec 2006 | B1 |
7150105 | Battaglia et al. | Dec 2006 | B1 |
7152090 | Amirisetty et al. | Dec 2006 | B2 |
7165041 | Guheen et al. | Jan 2007 | B1 |
7181731 | Pace et al. | Feb 2007 | B2 |
7184967 | Mital et al. | Feb 2007 | B1 |
7231421 | Kawakura et al. | Jun 2007 | B2 |
7406664 | Morton et al. | Jul 2008 | B1 |
20010032263 | Gopal et al. | Oct 2001 | A1 |
20020004848 | Sudarshan et al. | Jan 2002 | A1 |
20020010781 | Tuatini | Jan 2002 | A1 |
20020010803 | Oberstein et al. | Jan 2002 | A1 |
20020016759 | Macready et al. | Feb 2002 | A1 |
20020038336 | Abileah et al. | Mar 2002 | A1 |
20020049788 | Lipkin et al. | Apr 2002 | A1 |
20020073080 | Lipkin | Jun 2002 | A1 |
20020078365 | Burnett et al. | Jun 2002 | A1 |
20020083075 | Brummel et al. | Jun 2002 | A1 |
20020111922 | Young et al. | Aug 2002 | A1 |
20020116454 | Dyla et al. | Aug 2002 | A1 |
20020120685 | Srivastava | Aug 2002 | A1 |
20020138582 | Chandra et al. | Sep 2002 | A1 |
20020143960 | Goren et al. | Oct 2002 | A1 |
20020152106 | Stoxen | Oct 2002 | A1 |
20020152244 | Dean et al. | Oct 2002 | A1 |
20020161826 | Arteaga et al. | Oct 2002 | A1 |
20020165936 | Alston et al. | Nov 2002 | A1 |
20020166454 | Weiss et al. | Nov 2002 | A1 |
20020169644 | Greene | Nov 2002 | A1 |
20020174178 | Stawikowski | Nov 2002 | A1 |
20020174241 | Beged-Dov et al. | Nov 2002 | A1 |
20020184145 | Sijacic et al. | Dec 2002 | A1 |
20020184610 | Chong et al. | Dec 2002 | A1 |
20020188486 | Gil et al. | Dec 2002 | A1 |
20020188513 | Gil et al. | Dec 2002 | A1 |
20020194221 | Strong et al. | Dec 2002 | A1 |
20020194244 | Raventos | Dec 2002 | A1 |
20020194267 | Flesner et al. | Dec 2002 | A1 |
20020194495 | Gladstone et al. | Dec 2002 | A1 |
20030004746 | Kheirolomoom et al. | Jan 2003 | A1 |
20030005181 | Bau, III et al. | Jan 2003 | A1 |
20030014439 | Boughannam | Jan 2003 | A1 |
20030018661 | Darugar | Jan 2003 | A1 |
20030018665 | Dovin et al. | Jan 2003 | A1 |
20030018832 | Amirisetty et al. | Jan 2003 | A1 |
20030018963 | Ashworth et al. | Jan 2003 | A1 |
20030023957 | Bau et al. | Jan 2003 | A1 |
20030028579 | Kulkarni et al. | Feb 2003 | A1 |
20030041050 | Smith et al. | Feb 2003 | A1 |
20030041198 | Exton et al. | Feb 2003 | A1 |
20030043191 | Tinsley et al. | Mar 2003 | A1 |
20030046266 | Mullins et al. | Mar 2003 | A1 |
20030046591 | Asghari-Kamrani et al. | Mar 2003 | A1 |
20030051063 | Skufca et al. | Mar 2003 | A1 |
20030055878 | Fletcher et al. | Mar 2003 | A1 |
20030065827 | Skufca et al. | Apr 2003 | A1 |
20030069975 | Abjanic et al. | Apr 2003 | A1 |
20030074467 | Oblak et al. | Apr 2003 | A1 |
20030093470 | Upton | May 2003 | A1 |
20030110117 | Saidenbereg et al. | Jun 2003 | A1 |
20030126136 | Omoigui | Jul 2003 | A1 |
20030233631 | Curry et al. | Dec 2003 | A1 |
20040068568 | Griffin | Apr 2004 | A1 |
20040078373 | Ghoneimy et al. | Apr 2004 | A1 |
20040133660 | Junghuber et al. | Jul 2004 | A1 |
20040148336 | Hubbard et al. | Jul 2004 | A1 |
20040204976 | Oyama et al. | Oct 2004 | A1 |
20040225995 | Marvin et al. | Nov 2004 | A1 |
20050050068 | Vaschillo et al. | Mar 2005 | A1 |
20050223392 | Cox et al. | Oct 2005 | A1 |
20060085797 | Connelly | Apr 2006 | A1 |
20060234678 | Juitt et al. | Oct 2006 | A1 |
20070038500 | Hammitt et al. | Feb 2007 | A1 |
Number | Date | Country |
---|---|---|
2 248 634 | Mar 2000 | CA |
1 006 443 | Jun 2000 | EP |
1 061 445 | Dec 2000 | EP |
0029924 | May 2000 | WO |
0190884 | Nov 2001 | WO |
Number | Date | Country | |
---|---|---|---|
20030110315 A1 | Jun 2003 | US |
Number | Date | Country | |
---|---|---|---|
60347919 | Oct 2001 | US | |
60347901 | Oct 2001 | US |