Not Applicable
1. Field of the Invention
The present invention relates to cloud computing. More specifically, the present invention relates to a system and method for developing, deploying, managing and monitoring a Web application in a single environment.
2. Description of the Related Art
In general terms, cloud computing provides a developer (individual or company) to have access to resources for a Web application, in particular a web site. Various vendors provide cloud computing to the developer community. Such vendors include JOYENT (see joyent.com), Amazon Web Services (See amazon.com), Google App Engine (see http://code.google.com/appengine/) and others.
General definitions for terms utilized in the pertinent art are set forth below.
Applets or Java Applets are mini-executable programs named with the .class suffix and are placed on the web page and provide interactive and multimedia uses.
Application Programming Interface (API) is a collection of computer software code, usually a set of class definitions, that can perform a set of related complex tasks, but has a limited set of controls that may be manipulated by other software-code entities. The set of controls is deliberately limited for the sake of clarity and ease of use, so that programmers do not have to work with the detail contained within the given API itself.
Asynchronous Server-Side Processing is a means for avoiding having to reload a new page for every request sent by a client and involves placing a intermediary between a client and server in order to send a request to the intermediary (i.e. XMLHttpRequest object) which sends it to the server for processing and receives the response from the server for passing on to the client.
Boot or Bootstrap refers to loading the first piece of software that starts a computer since the operating system is essential for running all other programs, it is usually the first piece of software loaded during the boot process.
A Channel is information about organized content on an intranet or the Internet. Channels enable Web developers to categorize and describe Web site content and make that data available to users on demand.
Cloud computing is generally defined as using computing resources, primarily servers, owned by a third party provider (such as the AMAZON ELASTIC COMPUTE CLOUD, JOYENT, and GOOGLE APPS) such that the user does not need to make a substantial investment in computer hardware and scale resources depending on the user's needs. Cloud computing primarily involves Web applications but can include storage, raw computing and other specialized services.
FTP or File Transfer Protocol is a protocol for moving files over the Internet from one computer to another.
HyperText Markup Language (HTML) is a method of mixing text and other content with layout and appearance commands in a file, so that a browser can generate a display from the file.
Hypertext Transfer Protocol (HTTP) is a set of conventions for controlling the transfer of information via the Internet from a Web server computer to a client computer, and also from a client computer to a Web server.
Internet is the worldwide, decentralized totality of server computers and data-transmission paths which can supply information to a connected client computer, and can receive and forward information entered from the client computer.
JavaScript is an object-based programming language. JavaScript is an interpreted language, not a compiled language. JavaScript is generally designed for writing software routines that operate within a client computer on the Internet. Generally, the software routines are downloaded to the client computer at the beginning of the interactive session, if they are not already cached on the client computer. JavaScript is discussed in greater detail below.
JSON is JavaScript Object Notation format, which is a way of taking data and turning it into valid a representation of program information that can be read by another program.
MySQL is a relational database management system which relies on SQL for processing data in a database.
Parser is a component of a compiler that analyzes a sequence of tokens to determine its grammatical structure with respect to a given formal grammar. Parsing transforms input text into a data structure, usually a tree, which is suitable for later processing and which captures the implied hierarchy of the input. XML Parsers ensure that an XML document follows the rules of XML markup syntax correctly.
Platform is the combination of a client computer, an operating system, and a browser, which together can support HTTP access and in particular the operation of interactive forms.
Portlet is a Web based component that will process requests and generate dynamic content. The end-user essentially sees a portlet as being a specialized content area within a Web page that occupies a small window. One could use this content area (the portlet) to receive different types of information. The portlet provides users with the capability to customize the content, appearance and position of the portlet.
Provisioning is the act of supplying and configuring computing resources, primarily servers, for a web application.
Pulling or Pull Technology is technology that enables Web browsers to retrieve information from a Web server such as updating information at periodic intervals, essentially Web browser initiated activity.
Pushing or Push Technology is technology that initiates delivery of material from a server to a properly configured Web browser, such as providing automatic updates to a Web browser.
Serialization places an object in a binary form for transmission across a network such as the Internet and deserialization involves extracting a data structure from a series of bytes.
Servlets are objects that receive requests and generate a response based on that request.
SQL (Structured Query Language) is a computer language designed for data retrieval and data management in a database.
Structural layer of a web page is the marked up document and foundation on which other layers may be applied.
URL or Uniform Resource Locator is a address on the World Wide Web.
User is a client computer, generally operated by a human being, but in some system contexts running an automated process not under full-time human control.
User Interface or UI is the junction between a user and a computer program. An interface is a set of commands or menus through which a user communicates with a program. A command driven interface is one in which the user enter commands. A menu-driven interface is one in which the user selects command choices from various menus displayed on the screen.
Web-Browser is a complex software program, resident in a client computer, that is capable of loading and displaying text and images and exhibiting behaviors as encoded in HTML (HyperText Markup Language) from the Internet, and also from the client computer's memory. Major browsers include MICROSOFT INTERNET EXPLORER, NETSCAPE, APPLE SAFARI, MOZILLA FIREFOX, and OPERA.
Web-Server is a computer able to simultaneously manage many Internet information-exchange processes at the same time. Normally, server computers are more powerful than client computers, and are administratively and/or geographically centralized. An interactive-form information-collection process generally is controlled from a server computer.
World Wide Web Consortium (W3C) is an unofficial standards body which creates and oversees the development of web technologies and the application of those technologies.
XHTML (Extensible Hypertext Markup Language) is a language for describing the content of hypertext documents intended to be viewed or read in a browser.
XML (Extensible Markup Language) is a W3C standard for text document markup, and it is not a language but a set of rules for creating other markup languages.
As shown in
However, current technologies fail to provide a system and method for developing, deploying, managing and monitoring a web application in a single environment.
The Present Invention overcomes the obstacles of the prior art and provides a method and system for developing, deploying, managing and monitoring a web application in a single environment.
One aspect of the present invention is an IDE for web applications. The IDE includes means for developing a web application, means for provisioning the web application, means for deploying the web application to a primary cloud provider having a primary plurality of web resources, and means for remotely managing the web application and accessing at least one secondary cloud provider having a secondary plurality of web resources.
The managing means of the IDE is preferably capable of monitoring the web application to determine if a current level of web resources is appropriate for the web application to perform within a predetermined performance range, the managing means capable of accessing and providing the primary plurality of web resources from the primary cloud provider to the web application and the managing means is capable of accessing and providing the secondary plurality of web resources from the secondary cloud provider to the web application.
Another aspect of the present invention is a system for developing, deploying, managing and monitoring a web application in a single environment. The system includes means for developing a web application, means for provisioning the web application, a primary cloud provider having a primary plurality of web resources, means for deploying the web application to the primary cloud provider, at least one secondary cloud provider having a secondary plurality of web resources, and means for remotely managing and monitoring the web application and accessing the primary cloud provider and the at least one secondary cloud provider.
The system also preferably includes an internal IT site with the managing means in communication with the internal IT site. The managing means of the system is preferably capable of changing the web application from a live state to a staging state. The managing means of the system is preferably capable of changing the web application from a provisioning state to a staging state to a live state.
Yet another aspect of the present invention is a system for developing, deploying, managing and monitoring a web application in a single environment. The system includes an integrated development environment for developing a web application, a network, a primary cloud provider having a primary plurality of web resources, at least one secondary cloud provider having a secondary plurality of web resources, a cloud manager having an application programming interface, and a user interface. The cloud manager remotely manages the web application. The cloud manager is capable of monitoring the web application to determine if a current level of web resources is appropriate for the web application to perform within a predetermined performance range. The cloud manager is capable of accessing and providing the primary plurality of web resources from the primary cloud provider for the web application and the cloud manager is capable of accessing and providing the secondary plurality of web resources from the secondary cloud provider for the web application. The user interface is for an operator to access the integrated development environment and the cloud manager over the network.
Yet another aspect of the present invention is a method for developing, deploying, managing and monitoring a web application in a single environment. The method includes developing a web application in a single environment. The method also includes provisioning the web application. The method also includes deploying the web application to a primary cloud provider having a primary plurality of web resources. The method also includes managing the web application within the single environment determine if a current level of web resources is appropriate for the web application to perform within a predetermined performance range. The method also includes accessing and providing the primary plurality of web resources from the primary cloud provider for the web application. The method also includes accessing and providing a secondary plurality of web resources from at least one secondary cloud provider for the web application. The method also includes monitoring the performance of the web application from the single environment.
Managing the web application preferably comprises temporarily adding web resources from the secondary plurality of web resources during a time period of high demand for the web application. Monitoring the performance of the web application preferably comprises monitoring the load on the web application. Developing the web application at the single environment preferably comprises providing a plurality of libraries, a plurality of plugins, and a URL.
Monitoring and managing the Web site preferably comprises monitoring the load on the web site and temporarily adding web resources from the secondary plurality of web resources during a time period of high demand for the web site. Developing the web site preferably comprises using client-technology languages and server-side languages. The client-technology languages preferably comprise HTML, CSS and JavaScript, and the server-side languages preferably comprise PHP, Ruby, Python, Java and JavaScript.
Yet another aspect of the present invention is a method for developing, deploying, managing and monitoring a web site in a single environment. The method includes developing a web site in an integrated development environment. The method also includes deploying the web site from the integrated development environment to a primary cloud provider having a primary plurality of web resources. The method also includes allocating a secondary plurality of web resources from a secondary cloud provider to the web site. The method also includes monitoring and managing the web site from the integrated development environment determine if a current level of web resources is appropriate for the web site to perform within a predetermined performance range.
The present invention is a new way to think about “back-office” computing needs. Rather than worrying about where to host a Web site, how to configure a Web server, and how to set up additional services, the present invention enables a user to push all of these concerns and worries to someone else, and more importantly, somewhere else. It's all handled for over the Internet, dynamically and completely managed. In short, all of a user's technology needs on the back-end are handled as a service, much like an electric or a telephone bill.
The present invention provides scalable PHP, MySQL, APACHE and APTANA JAXER app platforms as a service. Production and staging environments are both provided out of the box. In addition multiple software as service solutions are provided supporting the entirety of a user's application lifecycle: from development to deployment to management and monitoring. To make this the ultimate in ease, these solutions are also integrated directly into the workflows of an IDE. These software services include hosted source control (SVN), team member management, database tools, one-click backups, Web stats and site performance statistics, and an active monitoring and alert system that will notify a user of key events in the system when they happen.
Full SSH, SFTP, and SVN access to a user's site outside of the IDE is provided. PHP, mySQL, Apache and APTANA JAXER app stacks are all open source app stacks that one can either set up individually, or are supported by other hosting service providers as well.
The present invention is preferably built to compliment computing utilities. The present invention not only preferably provides on-demand scalability from such computing utilities, it also provides pre-configured app stacks ready to run apps, management tools integrated right into the IDE, and access to hosted source control and staging servers that help a user work more efficiently with others.
With the present invention, the inefficiencies of working with VPS and traditional hosts are a thing of the past. Instead of mere FTP or SSH accounts to a server with fixed capacities, the present invention provides on-demand scalability of Cloud computing, plus services like source control, team management and staging that integrate right into the IDE and workflow.
The present invention works with JOYENT, which serves over one billion page views a month, including some of the largest Facebook apps. Currently there are over 4000 PHP apps running on JOYENT. Each Cloud site created with the present invention has a static IP address.
Having briefly described the present invention, the above and further objects, features and advantages thereof will be recognized by those skilled in the pertinent art from the following detailed description of the invention when taken in conjunction with the accompanying drawings.
The present invention provides a novel system and method for a user to develop a Web application such as a Web site, deploy the Web application for access over the Internet, manage and monitor the Web application to ensure adequate resources are provided during times of heavy traffic such as heavy viewing of a Web site.
As shown in
A user interface 22 (also referred to as UI) is typically a computer which includes a processing means for interacting with various input and output devices (“I/O devices”), and various networks. The I/O Devices can be drives, a keyboard, a display, a scanner, a mouse and the like. The processing means typically includes a CPU such as an INTEL PENTIUM™ processor or the like. The processing means also preferably includes a memory (random access memory and read only memory) and interfaces for communicating with networks and the I/O Devices.
The IDE 23 provides a user 21 with the tools necessary to build a Web application such as a Web site. One such IDE is set forth at aptana.com, which is hereby incorporated by reference in its entirety. The APTANA IDE is an open-source, cross-platform, JAVA script-focused development environment for preferably building AJAX applications. However, those skilled in the pertinent art will recognize that other IDEs may be utilized without departing from the scope and spirit of the present invention. An IDE 23 is provided to facilitate the development of software applications or other software programs by one or more software developers. The IDE 23 can include one or more servers, work stations, and other components, as well as languages, compliers, editors, and other tools used by developers in the development environment. The IDE 23 is preferably confined to a single geographic location or alternatively can be distributed across a plurality of geographic locations. A geographically diverse configuration would typically include one or more communication channels (networks or otherwise) among the various development locations to allow for a collaborative work environment. The IDE includes a suite of tools to assist in Web application development projects. Various aspects of a preferred IDE 23 are described below.
The primary cloud provider 28, first secondary cloud provider 30a and second secondary cloud provider 30b, and any other cloud providers, each provide Web resources that may be used for the Web application 32. The Web resources are primarily servers, owned by a third party provider (such as the AMAZON ELASTIC COMPUTER CLOUD, JOYENT, and GOOGLE APPS) such that the user does not need to make a substantial investment in computer hardware and can scale resources depending on the user's needs.
The cloud manager 25 automatically manages the Web resource needs of the Web application 32. The cloud manager 25 provisions the Web application 32, syncs the Web application 32, and automatically provides scalability for the Web application 32. A more detailed explanation of the cloud manager is provided below.
In an example of a preferred embodiment, the portal index page is at com.aptana.ide.server.jetty/content/index.html.
function setup ( )
{
dojo.require(“dojox.cometd”);
dojo.connect (dojox.cometd, “finishInit”,
The flow preferably involves the initial portal index page requesting a list of portlets from /portlal/portlets. The IDE 23 returns a list of configured portlets and URL to request a bootstrap JavaScript code (e.g., /portlets/cloud). The portal index page executes the bootstrap code to alter the model and the user interface as appropriate per portlet. The portlet can continue to request new files and resources from for example /portlets/portlet_id/sub urls
(/portlets/cloud/images/cloud_portlet_banner.png).
The MyCloud Servlets involve comet architecture that specifies channels for publishing and subscription. A common model involves a client subscribing to a client-id specific channel, but publishing on a generic channel. For example, a client subscribes to /portal.portlets.a1234564, the client publishes to /portal/portlets, with published implicitly including the client ID. The return messages are routed to the specific channel subscribed to by the user. Alternatively, the return messages are routed to a global “broadcast” channel, such as /projects.
The portal is preferably an AJAX Web application that operates on top of the internal Jetty server 63 and communicates with the IDE 23 through comet 61. End users access the portal through IDE buttons, and the basics of starting up and debugging are briefly discussed below. In order to ensure that no XHR requests remain unterminated (or waiting to time out) when the portal is closed and then re-opened, the IDE23 completely terminates the internal JETTY server 63 every time that a user closes the portal view. As such, the portal needs to use a different port every time, starting with 8500 and incrementing by 1 each subsequent time the portal is loaded. Similarly, the cometd server runs on its own port, starting with 8600. For the portal to load properly, the portal should preferably be requested as follows: http://localhost:[port number]/index.html?port=[comet port number]. For debugging the portal, the log output contains every major action logged preferably using FIREBUG. Therefore, a review of the log output should identify the problem.
URL parameters are used to have the portal load with specific content rather than the default “Home” page. A specific tab is loaded with a query string pram: tab having possible values of ‘my_aptana’ or ‘my_cloud’, for example, http://localhost:8500/index.html?port=8600&tab=my cloud. To a load a specific site in “My Cloud” query string param: siteId with possible values of any site Id for the logged in user for example: http://localhost:8500/index.html?port=8600&tab=my cloud&siteId=1234.
To deploy a project to the Cloud, query string param: project. Possible Values are any undeployed project (url encoded, case-sensitive), for example: http://localhost:8500/index.htmI?port=8600&project=MyCoolProject.
To start at a specific product in “My Aptana”, query string param: product. Possible Values are studio, plugins, jaxer and cloud. For example: http://localhost:8500/index.html?port=8600&product=plugins.
The servlet listing returns JSON data. Preferably, JSON data will be parsed, not evaluated. Model API directly on cloud manager, or have channels like /project/create?.
Studio-centric requests involve license information, preferences and projects (date/time last updated).
The core model object 70 interfaces with an ILocationObject. Each object has a unique location that is used to obtain and update the remote model for the object. The core model object 70 also interfaces with the ISynchronizableObject. Each object has a core set of methods to synchronize with the remote model. The core set of methods include the following: commit; update; perform action; and delete. The core model object 70 interfaces with the ITransformObject. Each object is able to serialize and de-serialize itself from either the remote format received from the Site Manager or the format obtained from the local data store when the Site Manager is unreachable. The core model object 70 further interfaces with the IModifiableObject. Each object is able to detect changes in the model and notify listeners when model changes occur. The core model object 70 implements the interfaces. The core group object 71 extends the core model objects 70 and allows encapsulation of grouped objects that are obtained from a single web service call. The group as a whole may be synchronized, or, alternatively, individual objects in the group may be synchronized.
The first step in deploying a project to Cloud is to set up a Web site name. By way of example, the user, who is deploying project “gullwing,” is asked to enter a preferred Web site name for project “gullwing,” such as “cars90210.” APTANA Cloud then determines whether the preferred Web site name (“cars90210”) is available. At step two, the user selects among various service plans available for the Cloud project. During the third step in deploying a project to Cloud, the user sets up enters his user information or sets up a new user account. Additional steps in deploying a project to Cloud include setting up billing information, accepting the Cloud services agreement, and confirming and placing the order. Upon placement of the order, the Web page is displayed, notifying the user that the site is being provisioned. Provisioning the site preferably includes the following steps: (1) contacting APTANA Cloud; (2) setting up the necessary servers; and (3) configuring the Web site.
Once a site has been provisioned on APTANA Cloud, a user may monitor the status of that Web site.
A user may add or invite additional users to the particular Cloud project. Users may be designated as either “admin” or “developer.” Developers may sync projects, folders and files to the site. Admins have the ability to add or remove users for the site as well as sync projects, folders and files.
One of the benefits of APTANA Cloud is that it provides to the user valuable information regarding popularity of the project site such as “Hits Last 35 Days” for the project site “cars90210.”
With APTANA Cloud a user may incorporate GOOGLE Analytics to further monitor the project site. For example, the user may set up GOOGLE Analytics for the project site “cars 90210.” Once the site has been set up with GOOGLE Analytics, future displays under the “Analytics” may be similar to that shown in the Web page 304 in
When the user modifies a project, the local site must then be synced with the stage site.
A detailed example of a preferred embodiment of the operation of the present invention is set forth below.
Global IDE requests are made in the following manner:
Projects
Client ID: ‘projects’
To Channel ID: ‘/portal/projects’
Return Channel ID: ‘/portal/projects/’+publisherId
Return Data: JSON array of project names
Show a project in the projects view:
To Channel ID: ‘/portal/projects/show’
To Data: project:‘project name’
Return: Does not reply
Open a perspective
To Channel ID: ‘/portal/perspectives/show’
To Data: id:‘perspective id’
Return: Does not reply
Open a view
To Channel ID: ‘/portal/views/show’
To Data: id:‘view id’
Return: Does not reply
Open a browser
To Channel ID: ‘/portal/browser’
To Data: url:‘url to open in the browser’
Return: Does not reply
Clients
Client ID: ‘client listing’
To Channel ID: ‘/portal/client/listings’
Return Channel ID: ‘/portal/client/listings’+publishedId
Return Data: JSON array of client IDs
Open a new project wizard
Client ID: ‘new project’
To Channel ID: ‘/portal/projects/new’
To Data: String id of wizard to open, defaults to web project wizard if empty string
Return Channel: Does not reply
Return Data: Does not reply
Get or set a preference
To Channel ID: ‘/portal/preferences’
To Data: request:‘get’j‘set’ name:‘name of pref’ value:‘value of pref if setting
Return Data: action:‘get’ name:‘name of pref’ value:‘value of pref if getting’ (No return if setting)
Get the license status
To Channel ID: ‘/portal/license’
To Data: action:‘licenseStatus’
type:‘pro’j‘trial’j‘none’expires:‘MM/DD/YYYY’ (if license is pro or trial)
Open a wizard
To Channel ID: ‘/portal/wizard’
To Data: id:‘wizard id’ request:‘new’l‘import’l‘export’
No reply
Aptana ID requests are generated as follows:
Get signed in user
Client ID: ‘aptana,-user’
To Channel ID: ‘/portal/user’
Return Channel ID: ‘/porta I/user/’+pu bl isherId
Return Data User name or empty string if no user signed in
Sign In a User
Client ID: ‘aptana_user_login’
To Channel ID: ‘/portal/user/login’
To Data:
Return Channel: ‘/portal/user/’+publisherId
Return Data:
Client ID: TBD
To Channel ID: ‘/portal/user/logout’
To Channel Data:
Return Channel: ‘/portal/user/’+publisherId
Return Data:
Client ID: TBD
To Channel ID: ‘/portal/user/create’
To Channel Data:
Return Channel: ‘/portal/user/’+publisherId
Return Data:
To Make Message center requests, the following are preferably used:
Display the message center
To Channel ID: ‘/portal/messages/show’
To Data: none
Return: Does not reply
Unread message count
Client ID: ‘unread messages’
To Channel ID: ‘/portal/messages’
Return Channel ID: Vporta I/messages/’+pu bl isherld
Return Data Integer value of the number of unread messages
Urgent unread message count
To Channel ID: ‘/portal/messages/urgent’
Return Channel ID: ‘/portal/messages/urgent/’+publisherId
Return Data: Integer value of the number of urgent unread messages
Plugins/Features requests are generated as follows:
Plugins List
Client ID: TBD
To Channel ID: ‘/portal/plugins/list’
To Data:
Return Channel ID: ‘/portal/plugins/list/’+publisherId
Return Data:
other: same spec as above, this is the list of third-party plugins
Plugins to Install (Deprecated in favor of above . . . )
Client ID: ‘install plugins’
To Channel ID: ‘/portal/plugins/list’
Return Channel ID: ‘/portal/plugins/list’+publisherId
Return Data: JSON structure of plugins that are installable
Get changes features
Client ID: ‘feature changes’
To Channel ID: ‘/portal/features/changes
Return Channel ID: ‘/portal/features/changes/’+publisherId
Return Data: action:‘featureChanges’ changesExist: true I false
changes: [{icl:‘feature id’, label:‘label’,newVersion:‘new version’, oldVersion:‘old version’, provider:‘provider’} . . . ]
Install a plugin
To Channel ID: ‘/portal/plugins/install’
To Message String plugin id to install
Return Channel ID: ‘/portal/plugins/install’+publisherId
Return Data: true if the plugin install was successfully launched
Check for plugin updates
Client ID: ‘check-for-updates’
To Channel ID: ‘/portal/plugins/updates’
Return Channel ID: ‘/portal/plugins/updates/’+publisherId
Return Data: ‘true’ I ‘false’ if a update search was scheduled
JAXER server requests are made as follows:
Show Jaxer Shell view
Client ID: ‘/Portal/jaxer/JaxerClient’
To Channel ID: ‘/portal/jaxer/laxerShellView’
Show Jaxer Activity Monitor view
Client ID: ‘/Portal/jaxer/JaxerClient’
To Channel ID: ‘/portal/jaxer/jaxerActivityMonitor’
Show Jaxer preference page
Client ID: ‘/portal/jaxer/JaxerClient’
To Channel ID: ‘/portal/jaxer/jaxerPreferences’
Show Servers view
Client ID: ‘/portal/jaxer/JaxerClient’
To Channel ID: ‘/portal/jaxer/jaxerServersView’
Show Jaxer Package Server dialog
Client ID: ‘/Portal/jaxer/laxerClient’
To Channel ID: ‘/portal/jaxer/jaxerPackageServer’
Get internal Jaxer server state
Client ID: ‘/Portal/jaxer/JaxerController’
To Channel ID: ‘/portal/jaxer/jaxerController’
To Data: request:‘serverStatus’
Return Channel ID: ‘/portal/jaxer/jaxerController/’+publisherId
Return Data action:‘serverStatus’ status:‘running’j‘stopped’
Set internal Jaxer server state
Client ID: ‘/Portal/jaxer/laxerClient’
To Channel ID: ‘/portal/jaxer/jaxerController’
To Data: request:‘control Server’ setState:‘start’j‘stop’
Return Channel ID: ‘/portal/jaxer/jaxerController’
Return Data: action:‘controlServer’ setState:‘done’
Cloud-specific requests are preferably generated as follows:
List the available products
To Channel ID: ‘/portal/cloud/products’
Return Channel ID: ‘/portal/cloud/products’+publisherId
Return Data: action:‘IistProducts’ products: [{name:‘product name’, active:‘active state’, id:‘product id’} . . . ]
Browse to a cloud sftp node
To Channel ID: ‘/portal/cloud/site/browse’
To Channel Data: id:‘site id’ request:‘showFile’
Return: does not reply
Browse to a remote cloud file
To Channel ID: ‘/portal/cloud/site/browse’
To Channel Data: id:‘siteid’ request:‘open File’ path:‘absolute path to file to display in the editor’
Return: does not reply
Open the sync explorer to a project and cloud sftp site
To Channel ID: ‘/portal/cloud/site/browse’
To Channel Data: id:‘site id’ request:‘showExplorer’
Return: does not reply
Get the name, type, and deployed status of all workspace projects
To Channel ID: ‘/portal/cloud/log’
To Data: string that should be logged
Response: none
Get site statistics
To Channel ID: ‘/portal/cloud/statistics’
To Data: request:‘getStats’ type:‘web’J‘resources’ id:‘site id’
Response Channel ID: ‘/portal/cloud/statistics/’+publisherId
Response Data:
username:‘user name’ password:‘password’
userId:“userId”
describeUser
createUser
updateUser
deleteUser
Deploy a project
Client ID: ‘/portal/cloud/deploy/createSite’
To Channel ID: ‘/portal/cloud/deploy’
To Data:
firstName:‘first name’
lastName:‘Iast name’
address1:‘address 1’
address2:‘address 2’
city:‘city’
state:‘two-digit state’
country:‘country code’
zip:‘zip code’
phone:‘phone number’
billingName:‘name on the credit card’
creditCardNumber:‘credit card number’
expiration:‘credit card expiration’
cvv2:‘code from card’
Return Channel ID: ‘/portal/cloud/deploy/’+publisherId
To Channel ID: ‘/portal/cloud/sites’
Return Channel ID: ‘/portal/cloud/sites/’+publisherId
To Data:
To Channel ID: ‘/portal/cloud/site/events’
To Data: request:‘listEvents’
Return Channel: ‘/portal/cloud/site/events’
Return Data: action:‘IistEvents’ id:‘site id’
events:[{time:‘timestamp’,severity:‘severity id’,
value:‘event content’}]
List the services on a site
Client ID: ‘/portal/cloud/services’
To Channel ID: ‘/portal/cloud/services’
To Data: request:‘listServices’ id:‘site id’
Return Channel ID: ‘/portal/cloud/services/’+publisherId
Return Data: action:‘IistServices’ services: [{name:‘service name’, status:‘service status’,
version:‘0.9.7.2824’,commands:[‘command name’, . . . ]} . . . ]
Stop/Start a service on a site
To Channel ID: ‘/portal/cloud/services’
To Data: request:‘changeService’ id:‘site id’
serviceAction:‘start’j‘stop’l‘restart’
Upgrade a service on a site
Client ID: ‘/portal/cloud/services’
To Channel ID: ‘/portal/cloud/services’
To Data: request:‘changeService’ id:‘site id’
serviceAction:‘up grade’ version:‘new version to upgrade to’
Service events
Return Channel ID: ‘/portal/cloud/site/events/’+siteId+‘/services’
Return Data: {action:‘serviceEvent’, id:‘site id’, name:‘service name’, version:‘service version’, status:‘service status’}
List available site versions
To Channel ID: ‘/portal/cloud/services/versions’
Return Channel ID: ‘/portal/cloud/services/versions/’+publisherId
Return Data: action:‘IistVersions’ services: [{name:‘service name’, versions: [‘version V, . . . ]}]
configureSite; rebootSite; deleteSite; getStats; listRoles; addAccount;
deleteAccount; create Delegation; delete Delegation; listDelegations;
Get the Channel types.
To Channel ID: ‘/portal/cloud/channelTypes’
Response Channel ID: ‘/portal/cloud/channelTypes/’+publisherId
Response Data: action:‘IistChanneiTypes’ types:
[{icl:‘channel type id’, name:‘channel type name’}, . . . ]
Get the Event types
To Channel ID: ‘/portal/cloud/subscriptions’
To Data: request:‘deleteSubscription’, id:‘subscription id’
Return Channel ID: ‘/portal/cloud/subscriptions/’+publisherId
Response Data: action:‘deleteSubscription’ success: true I fa Ise
List the billing accounts
To Channel ID: ‘/portal/cloud/billing’
To Data: request:‘deleteBilling’ id:‘billing account id’
Response Data: action:‘deleteBilling’ success: true I false
Add a billing account
To Channel ID: ‘/portal/cloud/memberships’
To Data: request:‘deleteMembership’ id:‘membership id’ site:‘site id’
Response Data: action:‘deleteMembership’ success: true I false
Add a membership
To Channel ID: ‘/portal/cloud/memberships’
To Data: request:‘addMembership’ role:‘role id’ user:‘user name’ id:‘site id’
Response Data: action:‘addMembership’ success: true false
deleteSite
Client ID: TBD
To Channel ID: ‘/portal/cloud/sites’
To Data:
Return Data
From the foregoing it is believed that those skilled in the pertinent art will recognize the meritorious advancement of this invention and will readily understand that while the present invention has been described in association with a preferred embodiment thereof, and other embodiments illustrated in the accompanying drawings, numerous changes modification and substitutions of equivalents may be made therein without departing from the spirit and scope of this invention which is intended to be unlimited by the foregoing except as may appear in the following appended claim. Therefore, the embodiments of the invention in which an exclusive property or privilege is claimed are defined in the following appended claims.
The Present application is a continuation application of U.S. patent application Ser. No. 12/264,882, filed on Nov. 4, 2008.
Number | Name | Date | Kind |
---|---|---|---|
4989132 | Mellender et al. | Jan 1991 | A |
5361351 | Lenkov et al. | Nov 1994 | A |
5448740 | Kiri et al. | Sep 1995 | A |
5812851 | Levy et al. | Sep 1998 | A |
5821851 | Blackmer | Oct 1998 | A |
5878223 | Becker et al. | Mar 1999 | A |
6067413 | Gustafsson et al. | May 2000 | A |
6144962 | Weinberg et al. | Nov 2000 | A |
6151599 | Shrader et al. | Nov 2000 | A |
6185587 | Bernardo et al. | Feb 2001 | B1 |
6192382 | Lafer et al. | Feb 2001 | B1 |
6240414 | Beizer et al. | May 2001 | B1 |
6324686 | Komatsu et al. | Nov 2001 | B1 |
6356283 | Guedalia | Mar 2002 | B1 |
6381737 | Click, Jr. et al. | Apr 2002 | B1 |
6453335 | Kaufmann | Sep 2002 | B1 |
6470349 | Heninger et al. | Oct 2002 | B1 |
6539433 | Tominaga et al. | Mar 2003 | B1 |
6609246 | Guhr et al. | Aug 2003 | B1 |
6684369 | Bernardo et al. | Jan 2004 | B1 |
6779114 | Chow et al. | Aug 2004 | B1 |
6829746 | Schwerdtfeger et al. | Dec 2004 | B1 |
6874025 | Hoogenboom et al. | Mar 2005 | B2 |
6915454 | Moore et al. | Jul 2005 | B1 |
6941562 | Gao et al. | Sep 2005 | B2 |
6981215 | Lindhorst et al. | Dec 2005 | B1 |
6990653 | Burd et al. | Jan 2006 | B1 |
7000008 | Bautista-Lloyd et al. | Feb 2006 | B2 |
7024689 | O'Donnell et al. | Apr 2006 | B2 |
7043460 | Deboer et al. | May 2006 | B2 |
7047318 | Svedloff | May 2006 | B1 |
7051084 | Hayton et al. | May 2006 | B1 |
7058633 | Gnagy et al. | Jun 2006 | B1 |
7062506 | Taylor et al. | Jun 2006 | B2 |
7086041 | Plesko et al. | Aug 2006 | B2 |
7103600 | Mullins | Sep 2006 | B2 |
7103881 | Stone | Sep 2006 | B2 |
7117504 | Smith et al. | Oct 2006 | B2 |
7124445 | Cronce et al. | Oct 2006 | B2 |
7139798 | Zircher et al. | Nov 2006 | B2 |
7143136 | Drenan et al. | Nov 2006 | B1 |
7167862 | Mullins | Jan 2007 | B2 |
7213231 | Bandhole et al. | May 2007 | B1 |
7222336 | Willis | May 2007 | B2 |
7231644 | Kieffer | Jun 2007 | B2 |
7269636 | McCollum et al. | Sep 2007 | B2 |
7284054 | Radhakrishnan | Oct 2007 | B2 |
7284239 | Young et al. | Oct 2007 | B1 |
7296297 | Kirkpatrick et al. | Nov 2007 | B2 |
7308648 | Buchthal et al. | Dec 2007 | B1 |
7313789 | Yellin et al. | Dec 2007 | B1 |
7333801 | Chandhok | Feb 2008 | B2 |
7386786 | Davis et al. | Jun 2008 | B2 |
7389330 | Dillon et al. | Jun 2008 | B2 |
7426723 | Nikolov | Sep 2008 | B1 |
7451352 | Moore et al. | Nov 2008 | B1 |
7454526 | Brown et al. | Nov 2008 | B2 |
7478401 | Irassar et al. | Jan 2009 | B2 |
7478408 | Sesma | Jan 2009 | B2 |
7487201 | Murray et al. | Feb 2009 | B1 |
7496841 | Hadfield et al. | Feb 2009 | B2 |
7500223 | DeSantis | Mar 2009 | B2 |
7506315 | Kabadiyski et al. | Mar 2009 | B1 |
7509654 | Jennings et al. | Mar 2009 | B2 |
7542957 | Roy et al. | Jun 2009 | B2 |
7543267 | Lindhorst et al. | Jun 2009 | B2 |
7543271 | Gadre | Jun 2009 | B2 |
7555484 | Kulkarni et al. | Jun 2009 | B2 |
7596620 | Colton et al. | Sep 2009 | B1 |
7614052 | Wei | Nov 2009 | B2 |
7617491 | Nedderman | Nov 2009 | B1 |
7653623 | Kashima et al. | Jan 2010 | B2 |
7657436 | Elmore et al. | Feb 2010 | B2 |
7685609 | McLellan | Mar 2010 | B1 |
7707547 | Colton et al. | Apr 2010 | B2 |
7716634 | Ross et al. | May 2010 | B2 |
7725530 | Sah et al. | May 2010 | B2 |
7788341 | Burns | Aug 2010 | B1 |
7814410 | Kothari et al. | Oct 2010 | B2 |
7823009 | Tormasov et al. | Oct 2010 | B1 |
7844958 | Colton et al. | Nov 2010 | B2 |
7870221 | Matveief et al. | Jan 2011 | B2 |
7921353 | Murray | Apr 2011 | B1 |
7958232 | Colton et al. | Jun 2011 | B1 |
7958493 | Lindsey et al. | Jun 2011 | B2 |
20010025373 | Gebhart et al. | Sep 2001 | A1 |
20010032320 | Abdelnur et al. | Oct 2001 | A1 |
20010037292 | Vogt | Nov 2001 | A1 |
20010037359 | Mockett et al. | Nov 2001 | A1 |
20020007393 | Hamel | Jan 2002 | A1 |
20020016828 | Daugherty et al. | Feb 2002 | A1 |
20020023158 | Polizzi et al. | Feb 2002 | A1 |
20020069255 | Dinovo | Jun 2002 | A1 |
20020073235 | Chen et al. | Jun 2002 | A1 |
20020099738 | Grant | Jul 2002 | A1 |
20020107890 | Gao et al. | Aug 2002 | A1 |
20020112247 | Horner et al. | Aug 2002 | A1 |
20020138555 | Yu | Sep 2002 | A1 |
20020184363 | Viavant et al. | Dec 2002 | A1 |
20020199190 | Su | Dec 2002 | A1 |
20030005044 | Miller et al. | Jan 2003 | A1 |
20030025728 | Ebbo et al. | Feb 2003 | A1 |
20030033448 | Kieffer | Feb 2003 | A1 |
20030051188 | Patil | Mar 2003 | A1 |
20030061404 | Atwal et al. | Mar 2003 | A1 |
20030084431 | Kobayashi | May 2003 | A1 |
20030088687 | Begeja et al. | May 2003 | A1 |
20030105810 | McCrory et al. | Jun 2003 | A1 |
20030145282 | Thomas et al. | Jul 2003 | A1 |
20030177176 | Hirschfeld et al. | Sep 2003 | A1 |
20030195923 | Bloch et al. | Oct 2003 | A1 |
20030226110 | Scheering | Dec 2003 | A1 |
20040003377 | Di Loreto | Jan 2004 | A1 |
20040010621 | Afergan et al. | Jan 2004 | A1 |
20040021679 | Chapman et al. | Feb 2004 | A1 |
20040061713 | Jennings | Apr 2004 | A1 |
20040064822 | Noda | Apr 2004 | A1 |
20040066410 | Lindhorst et al. | Apr 2004 | A1 |
20040123238 | Hefetz et al. | Jun 2004 | A1 |
20040133848 | Hunt et al. | Jul 2004 | A1 |
20040143823 | Wei | Jul 2004 | A1 |
20040158843 | Cloccarelli | Aug 2004 | A1 |
20040167784 | Travieso et al. | Aug 2004 | A1 |
20040167876 | Salerno et al. | Aug 2004 | A1 |
20040168162 | Park et al. | Aug 2004 | A1 |
20040177147 | Joshi et al. | Sep 2004 | A1 |
20040177335 | Beisiegel et al. | Sep 2004 | A1 |
20040201618 | Alderson | Oct 2004 | A1 |
20040205411 | Hong et al. | Oct 2004 | A1 |
20040210865 | Shimura | Oct 2004 | A1 |
20040225633 | Jau | Nov 2004 | A1 |
20040236927 | Irie et al. | Nov 2004 | A1 |
20040250262 | Irassar et al. | Dec 2004 | A1 |
20040268303 | Abe et al. | Dec 2004 | A1 |
20050005160 | Bates et al. | Jan 2005 | A1 |
20050015759 | Zatloukal | Jan 2005 | A1 |
20050027823 | Rana | Feb 2005 | A1 |
20050028084 | Dziejma | Feb 2005 | A1 |
20050043940 | Elder | Feb 2005 | A1 |
20050044197 | Lai | Feb 2005 | A1 |
20050066319 | DeLine et al. | Mar 2005 | A1 |
20050069207 | Zakrzewski et al. | Mar 2005 | A1 |
20050086344 | Suesserman | Apr 2005 | A1 |
20050091576 | Relyea et al. | Apr 2005 | A1 |
20050091650 | Heeb | Apr 2005 | A1 |
20050102400 | Nakahara et al. | May 2005 | A1 |
20050144622 | Ballinger et al. | Jun 2005 | A1 |
20050160415 | Kwon et al. | Jul 2005 | A1 |
20050172338 | Sandu et al. | Aug 2005 | A1 |
20050177753 | Carpenter | Aug 2005 | A1 |
20050182778 | Heuer et al. | Aug 2005 | A1 |
20050188051 | Sneh | Aug 2005 | A1 |
20050198202 | Yamamoto | Sep 2005 | A1 |
20050246391 | Gross | Nov 2005 | A1 |
20050256933 | Millington et al. | Nov 2005 | A1 |
20050278641 | Mansour et al. | Dec 2005 | A1 |
20060015842 | DeSantis | Jan 2006 | A1 |
20060047780 | Patnude | Mar 2006 | A1 |
20060064434 | Gilbert et al. | Mar 2006 | A1 |
20060075088 | Guo et al. | Apr 2006 | A1 |
20060080592 | Alves de Moura et al. | Apr 2006 | A1 |
20060123397 | McGuire | Jun 2006 | A1 |
20060129997 | Stichnoth et al. | Jun 2006 | A1 |
20060136555 | Patrick et al. | Jun 2006 | A1 |
20060136712 | Nagendra et al. | Jun 2006 | A1 |
20060149746 | Bansod et al. | Jul 2006 | A1 |
20060150111 | Farber | Jul 2006 | A1 |
20060155707 | Marcjan | Jul 2006 | A1 |
20060156279 | Nelson et al. | Jul 2006 | A1 |
20060167981 | Bansod et al. | Jul 2006 | A1 |
20060173998 | Ohara | Aug 2006 | A1 |
20060190997 | Mahajani et al. | Aug 2006 | A1 |
20060200491 | Weber | Sep 2006 | A1 |
20060200503 | Dosa et al. | Sep 2006 | A1 |
20060230133 | Snyder et al. | Oct 2006 | A1 |
20060230149 | Jackson | Oct 2006 | A1 |
20060236223 | Aubert et al. | Oct 2006 | A1 |
20060253508 | Colton et al. | Nov 2006 | A1 |
20060259592 | Angeline | Nov 2006 | A1 |
20060277250 | Cherry et al. | Dec 2006 | A1 |
20070011650 | Hage et al. | Jan 2007 | A1 |
20070055964 | Mirkazemi et al. | Mar 2007 | A1 |
20070061700 | Kothari et al. | Mar 2007 | A1 |
20070067418 | Isaacs et al. | Mar 2007 | A1 |
20070073739 | Jennings et al. | Mar 2007 | A1 |
20070073806 | Srinivas et al. | Mar 2007 | A1 |
20070100967 | Smith et al. | May 2007 | A1 |
20070106946 | Goetz et al. | May 2007 | A1 |
20070107057 | Chander et al. | May 2007 | A1 |
20070113188 | Bales et al. | May 2007 | A1 |
20070124311 | Lee et al. | May 2007 | A1 |
20070124500 | Bedingfield et al. | May 2007 | A1 |
20070136201 | Sah et al. | Jun 2007 | A1 |
20070136477 | Bryce et al. | Jun 2007 | A1 |
20070143283 | Spencer et al. | Jun 2007 | A1 |
20070143672 | Lipton et al. | Jun 2007 | A1 |
20070150480 | Hwang et al. | Jun 2007 | A1 |
20070174419 | O'Connell et al. | Jul 2007 | A1 |
20070203973 | Landauer et al. | Aug 2007 | A1 |
20070214239 | Mechkov et al. | Sep 2007 | A1 |
20070214261 | Kikuchi et al. | Sep 2007 | A1 |
20070231781 | Zimmermann et al. | Oct 2007 | A1 |
20070240032 | Wilson | Oct 2007 | A1 |
20070250513 | Hall et al. | Oct 2007 | A1 |
20070288858 | Pereira et al. | Dec 2007 | A1 |
20080005657 | Sneh | Jan 2008 | A1 |
20080010338 | Curtis et al. | Jan 2008 | A1 |
20080072139 | Salinas et al. | Mar 2008 | A1 |
20080077556 | Muriente | Mar 2008 | A1 |
20080082965 | Atkin et al. | Apr 2008 | A1 |
20080104025 | Dharamshi et al. | May 2008 | A1 |
20080104224 | Litofsky et al. | May 2008 | A1 |
20080109680 | Kodaka et al. | May 2008 | A1 |
20080140786 | Tran | Jun 2008 | A1 |
20080208888 | Mitchell | Aug 2008 | A1 |
20080243475 | Everhart et al. | Oct 2008 | A1 |
20080244586 | Hopp | Oct 2008 | A1 |
20080288739 | Bamba et al. | Nov 2008 | A1 |
20080294794 | Darugar et al. | Nov 2008 | A1 |
20080295004 | Coca et al. | Nov 2008 | A1 |
20080295164 | Steiner et al. | Nov 2008 | A1 |
20080301696 | Tantawi et al. | Dec 2008 | A1 |
20080307389 | Marchant | Dec 2008 | A1 |
20090013255 | Yuschik et al. | Jan 2009 | A1 |
20090030926 | Aharoni et al. | Jan 2009 | A1 |
20090070869 | Fan et al. | Mar 2009 | A1 |
20090100154 | Stevenson et al. | Apr 2009 | A1 |
20090106052 | Moldovan | Apr 2009 | A1 |
20090106413 | Salo et al. | Apr 2009 | A1 |
20090119675 | Higgins et al. | May 2009 | A1 |
20090172792 | Backhouse | Jul 2009 | A1 |
20090210631 | Bosworth et al. | Aug 2009 | A1 |
20090216910 | Duchesneau | Aug 2009 | A1 |
20090282136 | Subramanian | Nov 2009 | A1 |
20090287734 | Borders | Nov 2009 | A1 |
20090300210 | Ferris | Dec 2009 | A1 |
20100035690 | Blackburn et al. | Feb 2010 | A1 |
20100036903 | Ahmad et al. | Feb 2010 | A1 |
20100042670 | Kamalakantha et al. | Feb 2010 | A1 |
20100064234 | Schreiber et al. | Mar 2010 | A1 |
20100070566 | Vandewalle | Mar 2010 | A1 |
20100174607 | Henkin et al. | Jul 2010 | A1 |
20100223385 | Gulley et al. | Sep 2010 | A1 |
Entry |
---|
Saravanan, “LiveCycle Productivity Kit Issue”, Mar. 2007, Online Discussion; [retrieved on Apr. 10, 2012]; Retrieved from Internet <URL:http://lpk.riaforge.org/index.cfm?event=page.issue&issueid=78540FD5-F12A-3F6C-35E6 . . . >; pp. 1-11. |
Remixing the Web: Tailoring Applications using Programmable Proxies inside Web Browsers; Leslie Wu, Joel Brandt, Scott Klemmer; Stanford Technical Report; Oct. 3, 2007. |
Na Kika: Secure Service Execution and Composition in an Open Edge-Side Computing Network; Robert Grimm, Guy Lichtman, Nikolaos Michalakis, Amos Elliston, Adam Kravetz, Jonathan Miler, and Sajid Raza; NSDI '06: 3rd Symposium on Networked Systems Design & Implementation; 2006. |
Portions of the file history of U.S. Appl. No. 12/270,817. |
Portions of the file history of U.S. Appl. No. 12/273,539. |
Portions of the file history of U.S. Appl. No. 12/270,868. |
Portions of the file history of U.S. Appl. No. 12/275,213. |
Portions of the file history of U.S. Appl. No. 12/326,833. |
Portions of the file history of U.S. Appl. No. 12/325,239. |
Portions of the file history of U.S. Appl. No. 12/325,240. |
Portions of the file history of U.S. Appl. No. 12/326,110. |
Portions of the file history of U.S. Appl. No. 12/326,111. |
Portions of the file history of U.S. Appl. No. 12/326,035. |
Portions of the file history of U.S. Appl. No. 12/326,087. |
Portions of the file history of U.S. Appl. No. 12/325,249. |
Portions of the file history of U.S. Appl. No. 12/326,891. |
Portions of the file history of U.S. Appl. No. 12/325,268. |
Portions of the file history of U.S. Appl. No. 12/326,861. |
Portions of the file history of U.S. Appl. No. 12/326,910. |
Portions of the file history of U.S. Appl. No. 12/327,330. |
Portions of the file history of U.S. Appl. No. 12/477,842. |
TrickyScripter,by Val Polyakh 2006, archived by the Internet WayBack Machine, Nov. 2006, http://web.archive.org/web/20061113030853/http://trickyscripter.com/ http://web.archive.org/web/20061113030904/http://trickyscripter.com/FAQ/,downloaded Jun. 22, 2012. |
“Free JavaScript Optimizer”, by Xtreeme, http://web.archive.org/web/20071114185001/http://www.xtreeme.com/javascript-optimizer/archived by the Internet WayBack Machine Nov. 14, 2007, downloaded Jun. 22, 2012. |
Kersten, Mik; Murphy, Gail C; 1999, ACM, “Atlas: A Case Study in Building a Web-Based Learning Environment Using Aspect-Oriented Programming”. |
Gudeman, et al., Representing Type Information Dynamically Typed Languages; 1993, acquired from http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.39.4394&rep=rep1&type=pdf, pp. 1.38. |
Shao, et al., A type-based compiler for standard ML;ACM, 1995, pp. 116-129. |
Server Side JavaScript Guide, Nov. 12, 1998, Netscape Communications Corp., pp. 1-4. |
Lars Aronsson, Operation of a Large Scale, General Purpose Wiki Website, VWF Berlin, 2002, pp. 27-37. |
Morfik announces Ajax IDE, Wednesday Sep. 28, 2005, ajaxian.com, pp. 1-3. |
Susanne Hupfer, Li-Te Cheng, Steven Ross, John Patterson, Introducing Collaboration into an Application Development Environment, Nov. 6-10, 2004, ACM, vol. 6, Issue 3; pp. 21-24. |
Anonymous, Creating Accessible JavaScript—JavaScript Event Handlers, published at http://webaim.org/techniques/javascript/eventhandlers. |
Written Opinion of the International Searching Authority for PCT/US07/01697. |
Written Opinion of the International Searching Authority for PCT/US07/66673. |
Niels Leenheer, rakaz, “Make your pages load faster by combining and compressing javascript and css files,” Dec. 18, 2006, rakaz.nl/2006/12/make-your-pages-load-faster-by-combining-and-compressing-javascript-and-css-files.html, pp. 1-4. |
Steve Vinoski, “Scripting JAX-WS,” IEEE Internet Computing, May & Jun. 2006, pp. 91-94. |
Mitchell, Scott, URL Rewriting in asp.net, published Mar. 2004 at http://msdn.microsoft.com/en-us/library/ms972974.aspx. |
Making JavaScript Smaller: Dojo's Compressor, downloaded from The Internet WaybackMachine http://web.archive.org/web/20061114133532/http://dojotoolkit.org/docs/compressor—system.html on Sep. 13, 2011, archived on Nov. 11, 2006. |
JSMIN, The JavaScript Minifier, Douglas Crockford, www.crockford.com, Dec. 4, 2003, downloaded Sep. 13, 2011 from http://www.crockford.com/javascript/jsmin.html. |
Portions of the file history of U.S. Appl. No. 12/478,740. |
Portions of the file history of U.S. Appl. No. 12/478,743. |
Portions of the file history of U.S. Appl. No. 12/478,746. |
Portions of the prosecution history of U.S. Appl. No. 11/735,428. |
Portions of the prosecution history of U.S. Appl. No. 12/270,817. |
Portions of the prosecution history of U.S. Appl. No. 12/270,868. |
Portions of the prosecution history of U.S. Appl. No. 12/273,539. |
Portions of the prosecution history of U.S. Appl. No. 12/275,182. |
Portions of the prosecution history of U.S. Appl. No. 12/275,213. |
Portions of the prosecution history of U.S. Appl. No. 12/276,327. |
Portions of the prosecution history of U.S. Appl. No. 12/276,336. |
Portions of the prosecution history of U.S. Appl. No. 12/276,337. |
Portions of the prosecution history of U.S. Appl. No. 12/325,239. |
Portions of the prosecution history of U.S. Appl. No. 12/325,240. |
Portions of the prosecution history of U.S. Appl. No. 12/325,268. |
Portions of the prosecution history of U.S. Appl. No. 12/326,103. |
Portions of the prosecution history of U.S. Appl. No. 12/326,110. |
Portions of the prosecution history of U.S. Appl. No. 12/326,861. |
Portions of the prosecution history of U.S. Appl. No. 12/326,891. |
Portions of the prosecution history of U.S. Appl. No. 12/326,910. |
Portions of the prosecution history of U.S. Appl. No. 12/327,330. |
Portions of the prosecution history of U.S. Appl. No. 12/327,802. |
Portions of the prosecution history of U.S. Appl. No. 12/334,434. |
Portions of the prosecution history of U.S. Appl. No. 12/766,908. |
Portions of the prosecution history of U.S. Appl. No. 12/955,881. |
Portions of the prosecution history of U.S. Appl. No. 13/154,090. |
Portions of the prosecution history of U.S. Appl. No. 13/175,570. |
Number | Date | Country | |
---|---|---|---|
Parent | 12264882 | Nov 2008 | US |
Child | 12563159 | US |