The present invention relates to software management systems and, more particularly, to systems and methods for selecting, ordering, installing, managing, updating, and if necessary, uninstalling software applications provided to an entity by one or more application service providers (ASPs) or other sources.
Recently, substantial attention has been directed to the field of software management tools. One reason for this is that many vendors or purveyors of software now distribute their products directly to customers via wide area networks such as the Internet. Such vendors often are referred to as “Application Service Providers” or “ASPs.” Generally, businesses use ASPs as a means for outsourcing information technology (IT) functions to specialists. Moreover, rather than purchasing expensive software, high-powered computers, high-end telecommunications equipment, and the like, companies often now choose to rent or lease applications from ASPs, and they often access or use selected applications through the Internet. While this model allows companies to achieve significant savings from a hardware and software purchasing and maintenance perspective, the model may introduce significant management issues, where for example, multiple ASPs provide applications to a single entity.
Accordingly, it is believed that businesses may find systems, methods, and applications for managing ASP relationships to be quite useful.
In one particularly innovative aspect, the present invention is directed to systems and methods for enabling a company to manage its relationships with one or more ASPs, or other software sources. In one presently preferred embodiment, an applications management server may be deployed within a company and used to interface with a master database server and the servers of one or more ASPs. The interface preferably occurs via the Internet, thus enabling a personal computer, web computer, or other network appliance coupled to the management server to interact with the master database server and the servers of the ASPs.
For example, using a browser application provided on a personal computer, it is possible interact with the management server and query the master database server to identify those applications, services, and subscriptions that are available, as well as those which are currently being utilized within a company. Further, through the use of an appropriate graphic user interface (GUI) a user of the browser may add selected applications, functions, or capabilities to the company network, and the user may remove applications, functions, or capabilities that are no longer needed by the company. The result of these actions may be communicated, for example, through the Internet to the master database server, and the master database server may thereafter interact with any relevant ASP servers to enable or disable selected applications, functions, or features. In addition, the master database server may provide electronic messages to any personnel having responsibility for tasks necessary to carry out a transaction or complete an action.
Accordingly, it is an object of the invention to provide improved systems, methods, and applications for managing ASP relationships over a wide area network, such as the Internet.
Various objects and advantages and a more complete understanding of the present invention are apparent and more readily appreciated by reference to the following Detailed Description and to the appended claims when taken in conjunction with the accompanying Drawings wherein:
a)-4(d) comprise a series of screen images that may be used by a GUI in accordance with the present invention.
As shown in
The applications management server 12 and master database server 18 may be coupled to the Internet 16 via dial up, ISDN, DSL, or any other protocol that supports TCP/IP. The master database server 18 also may employ database management software available from any of a number of vendors including Microsoft Corp., Oracle Corp., and Sleepy Cat, Inc.
The applications management server 12 may be deployed within a company and used to interface with the master database server 18 and the servers of one or more ASPs 20(a) and 20(b). The interface preferably occurs via the Internet 16, thus enabling a personal computer, web computer, or other network appliance 14 coupled to the applications management server 12 to interact with the master database server 18 and the servers of the ASPs 20(a) and 20(b).
For example, using a browser application (not shown) provided on the personal computer 14, it is possible to interact with the applications management server 12 and query the master database server 18 to identify those applications, services, and subscriptions that are available, as well as those which are currently being utilized within a company. Further, through the use of an appropriate graphic user interface (GUI), a user of the browser (not shown) may add selected applications, functions, or capabilities to the company network, and the user may remove applications, functions, or capabilities that are no longer needed by the company. The result of these actions may be communicated, for example, through the Internet 16 to the master database server 18, and the master database server 18 may thereafter interact with any relevant ASP servers 20(a) and 20(b) to enable or disable selected applications, functions, or capabilities. In addition, the master database server 18 may provide electronic messages to any personnel 22 having responsibility for tasks necessary to carry out a transaction or complete an action.
In one presently preferred embodiment, a software subscription management module 50, shown in
In a preferred form, all queries issued by the applications management server 12 are in the form of hypertext transfer protocol (HTTP) requests and include a unique ID for the management applications server as part of a Uniform Resource Locator (URL). Those skilled in the art will appreciate, however, that other communications protocols, such as file transfer protocol (FTP) or hypertext transfer protocol secure (HTTPS), also may be used for queries issued by the applications management server 12.
Turning now to a description of the GUI, the GUI 100, shown in
Using the GUI 100, a system administrator 14 can retrieve a list 107 of available applications or services, and using the displayed list, the administrator 14 can select desired items to be installed on the applications management server 12, or other servers (not shown), within a local area network (LAN) or wide area network (WAN). The administrator also may view a history of all applications or services that have been selected for use within network over a prescribed period of time.
Preferably, the GUI 100 issues back-end commands that will cause any necessary HTTP requests to be generated, and information returned from the applications management server 12 or the master database server 18 will be parsed, formatted, and sent to a standard output. The GUI 100 may then read in the output from the back-end process and display the information to the administrator 14 along with any necessary interactive items, such as the subscribe and unsubscribe buttons 108(a) and (b) described above.
Preferably, whenever a list 107 of available services or applications is presented to an administrator, the list 107 will include all available applications or services, and the administrator 14 will be allowed to select services or applications for subscription or cancellation. The history item 104 may be used to display a chronological history of selected services or applications.
Turning now to
Table 1, below, provides an exemplary representation of the components comprising the subscriptions management item 102 (shown in
Turning now to a description of the backend support module 54 and related system programs, the backend support module 54 employs several scripts and routines described below to enable selection or deselection of services or applications in response to instructions received from the GUI 100.
In one preferred embodiment, a sysSubscriptionQuery routine, comprising a perl script, is used to create http queries for Peabody Software service APIs using inputs to the script and two ti.conf variables. A returned value from the query is sent to the standard output (not shown) of the GUI 100.
A sysSubscriptionQuery: System Calling routine passes an API name as a first parameter and, if necessary, a service identifier as a second parameter. Thus, the call does not require a service identifier. An exemplary call for a service listing may read as follows: /use/local/ti/bin/sysSubscriptionQuery GetServices. Whereas, a call to subscribe to a particular service requires an identification of the service to be subscribed to and may read as follows: /use/local/ti/bin/sysSubscriptionQuery Subscribe 100.
A sysSubscriptionQuery: System Operation routine enables the hostname of a server (not shown) to query and the path to an API script to be pulled from the ti.conf variable SUBSCRIPTION_QUERY_HOST_PATH. The API passed to this program is used as part of the name of the script to call on the server (not shown). The query to the script preferably comprises a DeviceKey, stored in SERIAL_NUMBER, and optionally a ServiceID, e.g., the name of the service to be subscribed to. Preferably, a HTTP::Request object is created with a GET method, and an LWP::UserAgent request is made using the HTTP::Request object. The response to the request is stored in a HTTP::Response object. If the request is successful the content of the response is sent to the standard output (not shown) of the GUI 100. Otherwise, an error is printed as a HTML document. Those skilled in the art will appreciate that in some circumstances the Response object may be parsed and formatted prior to being printed to the standard output (not shown).
In one preferred form, a SusUnsubscribe script uninstalls any RedHat Package Managers (RPMs) associated with a service being unsubscribed, and a SetServiceDisabled request is sent to the subscription server. In addition, a susUnsubscribe:System Calling script is called with the name of the service to unsubscribe. The script may read as follows: /use/local/ti/bin/sysUnsubscripe 100.
A susUnsubscribe:System Operation script may be used to check a repository directory in /usrlocal/redphish/snapin for a directory that matches a servicename. If there is no matching service name, then an error is reported, and the service is not unsubscribed. If the directory exists, a rpm-e command may be issued against each rpm in the directory. After the packages are uninstalled the directory and the files within are deleted.
A sysUpdateSubscriptions script may be used to check for a SUBSCRIPTION_ADD_SERVICES array in ti.conf and for each service listed may download the relevant files and install them on the applications management server 12.
To perform service installations, a sysUpdateSubscriptons: System Operation routine is preferably utilized. Thus, for each service listed in SUBSCRIPTION_ADD_SERVICES a GetServiceLocation query is made to the subscription server. The information returned from the server is used to transfer (via ftp) the RPMs to a Peabody system. Once all of the RPMs for a service have been downloaded they may be installed with the following command: rpm-U*.rpm. If any of the RPM packages fail to load, then none of them will be loaded. When a loading failure occurs, two additional loading attempts will be made to download and install the relevant files, before a given loading process will be abandoned, and installation of the next service will be initiated. If all the packages install then the service name will be removed from the SUBSCRIPTION_ADD_SERVICES array.
Table 2, below, sets forth a preferred set of data structures that may be used in accordance with the present invention.
In one presently preferred form, the backend support module utilizes a HTTP API for Software Subscriptions Management. Each API call preferably is in the form of a HTTP query with parameters passed as key-value pairs, and each response preferably is a list of key-value pairs in plain text form. The API call preferably has one of the two following formats:
where: <host> identifies the software subscription server, and the host's name is stored in SOFTWARE_UPDATE_HOST; <DeviceID> is a unique number identifying the machine and may be the serial number of, for example, the applications management server 12 or the MAC address of the Ethernet card of the server 12 that is coupled to the Internet; and <Number> is the numeric identifier of the requested service. It will be appreciated by those skilled in the art that the <DEVICE_ID> also may be a series of numbers followed by a checksum, as would be the case with a typical InstaGate machine of the type that is well known in the art.
As an example, the request set forth below could represent a Subscribe request from a machine with an Ethernet hardware address of 00:A0:CC:69:55:B2 for service 1040—a tax software package. In the example, the subscription server is located at subscriptions.esoft.com, the scripts are in cgi.bin, and the software is located on blades.esoft.com in the directory /home/software/tax. In addition, the software is accessible with the password sn2ggl3.
Request:
As explained above, in a preferred form a GetServices request will retrieve a list of available services that can be subscribed to by a requesting machine, and it will indicate which services are already subscribed to. The parameters and return values used in accordance with a GetServices request may comprise those set forth in Tables 3(a) and 3(b), below.
The parameters and return values used with a Subscribe request are set forth in Tables 4(a) and 4(b), and the parameters and return values used within an Unsubscribe request are set forth in Tables 5(a) and 5(b), below.
The parameters and return values used with a GetContactInfo request are set forth in Tables 6(a) and 6(b), below. However, when a subscription server is successfully contacted, “NextDay” and “Time” fields stored within the memory (not shown) of the subscriptions management server 12 preferably will dictate when to contact the server again. If the applications management server 12 fails to contact a server at a specified time, then the applications management server 12 preferably will attempt to establish contact three additional times over the course of the next fifteen minutes, e.g., once every 5 minutes. If all three retries fail, the device should give up and try again in the number of days specified in an “Interval” field, but at the same designated “Time”.
The parameters and return values used with a SetService Enabled request are set forth in Tables 7(a) and 7(b), below.
The parameters and return values used with a SetServiceDisabled request are set forth in Tables 8(a) and 8(b), below.
The parameters and return values used with a GetServiceLocation request are set forth in Tables 9(a) and 9(b), below.
In another aspect, the GUI 100 (or system front end) may use the support files listed in Table 10(a), below, and the backend support module may use the support files listed in Table 10(b), below.
Those skilled in the art will appreciate that, in addition to the systems and methodologies descrided herein, the present invention is directed to the computer software applications, programs, protocols, routines, and instructions (collectively “computer programming instructions”) that are used to implement the above-described features and functions. Computer programming instructions preferably are stored within memory of the system, and may be received or transmitted via a communications interface. When executed by a processor (not shown) of the applications management server 12 or database management server 18, the programming instructions will enable the system 10 to perform various methods and processes in accordance with the present invention and, therefore, represent controllers of the system 10 and, potentially, any ASP servers 20(a) and 20(b) that may be included within the system 10.
In this document, the term “computer program product” is used to refer to any media that may be used to provide programming instructions or data to the system 10, or to any server or processor within the system 10, through for example, the Internet. Examples of such media include any memory products used by or within the system 10, any storage drives or devices (whether fixed or removable) used by or within the system 10, and any signals that may be transmitted to, from, or within the system 10.
Because the invention is susceptible to various modifications and alternative forms, specific examples thereof have been shown in the drawings and are herein described in detail. It should be understood, however, that the invention is not to be limited to the particular forms or methods disclosed, but to the contrary, the invention should encompass all modifications, alternatives, and equivalents falling within the spirit and scope of the appended claims.
Number | Name | Date | Kind |
---|---|---|---|
4791565 | Dunham et al. | Dec 1988 | A |
4815030 | Cross et al. | Mar 1989 | A |
4937863 | Robert et al. | Jun 1990 | A |
4992940 | Dworkin | Feb 1991 | A |
5023907 | Johnson et al. | Jun 1991 | A |
5138712 | Corbin | Aug 1992 | A |
5155809 | Baker et al. | Oct 1992 | A |
5204897 | Wyman | Apr 1993 | A |
5283868 | Baker et al. | Feb 1994 | A |
5329619 | Page et al. | Jul 1994 | A |
5341477 | Pitkin et al. | Aug 1994 | A |
5371532 | Gelman et al. | Dec 1994 | A |
5375206 | Hunter et al. | Dec 1994 | A |
5388215 | Baker et al. | Feb 1995 | A |
5410703 | Nilsson et al. | Apr 1995 | A |
5423003 | Berteau | Jun 1995 | A |
5438508 | Wyman | Aug 1995 | A |
5440744 | Jacobson et al. | Aug 1995 | A |
5442771 | Filepp et al. | Aug 1995 | A |
5522041 | Murakami et al. | May 1996 | A |
5539822 | Lett | Jul 1996 | A |
5548722 | Jalalian et al. | Aug 1996 | A |
5553239 | Heath et al. | Sep 1996 | A |
5553241 | Shirakihara | Sep 1996 | A |
5557747 | Rogers et al. | Sep 1996 | A |
5579222 | Bains et al. | Nov 1996 | A |
5581764 | Fitzgerald et al. | Dec 1996 | A |
5586304 | Stupek et al. | Dec 1996 | A |
5602991 | Berteau | Feb 1997 | A |
5642515 | Jones et al. | Jun 1997 | A |
5644718 | Belove et al. | Jul 1997 | A |
5668950 | Kikuchi et al. | Sep 1997 | A |
5671412 | Christiano | Sep 1997 | A |
5671414 | Nicolet | Sep 1997 | A |
5678007 | Hurvig | Oct 1997 | A |
5680548 | Trugman | Oct 1997 | A |
5680549 | Raynak et al. | Oct 1997 | A |
5692129 | Sonderegger et al. | Nov 1997 | A |
5694546 | Reisman | Dec 1997 | A |
5694550 | Takeda et al. | Dec 1997 | A |
5699526 | Siefert | Dec 1997 | A |
5706437 | Kirchner et al. | Jan 1998 | A |
5708960 | Kamisaka et al. | Jan 1998 | A |
5724525 | Beyers et al. | Mar 1998 | A |
5729682 | Marquis et al. | Mar 1998 | A |
5732219 | Blumer et al. | Mar 1998 | A |
5748493 | Lightfoot et al. | May 1998 | A |
5748897 | Katiyar | May 1998 | A |
5757925 | Faybishenko | May 1998 | A |
5758068 | Brandt et al. | May 1998 | A |
5761499 | Sonderegger | Jun 1998 | A |
5761662 | Dasan | Jun 1998 | A |
5764914 | Goto et al. | Jun 1998 | A |
5774668 | Choquier et al. | Jun 1998 | A |
5790664 | Coley et al. | Aug 1998 | A |
5809237 | Watts et al. | Sep 1998 | A |
5809287 | Stupek et al. | Sep 1998 | A |
5815665 | Teper et al. | Sep 1998 | A |
5826027 | Pedersen et al. | Oct 1998 | A |
5832219 | Pettus | Nov 1998 | A |
5835911 | Nakagawa et al. | Nov 1998 | A |
5838911 | Resenhauer et al. | Nov 1998 | A |
5845077 | Fawcett | Dec 1998 | A |
5859978 | Sonderegger et al. | Jan 1999 | A |
5859979 | Tung et al. | Jan 1999 | A |
5862339 | Bonnaure et al. | Jan 1999 | A |
5867661 | Bittinger et al. | Feb 1999 | A |
5881144 | Havens | Mar 1999 | A |
5884039 | Ludwig et al. | Mar 1999 | A |
5886991 | Guarneri et al. | Mar 1999 | A |
5905860 | Olsen et al. | May 1999 | A |
5918213 | Bernard et al. | Jun 1999 | A |
5919247 | Van Hoff et al. | Jul 1999 | A |
5925127 | Ahmad | Jul 1999 | A |
5930357 | Fukui | Jul 1999 | A |
5933646 | Hendrickson et al. | Aug 1999 | A |
5937162 | Funk et al. | Aug 1999 | A |
5940074 | Britt et al. | Aug 1999 | A |
5940504 | Griswold | Aug 1999 | A |
5941949 | Pedersen | Aug 1999 | A |
5949975 | Batty et al. | Sep 1999 | A |
5956485 | Perlman | Sep 1999 | A |
5956490 | Buchholz et al. | Sep 1999 | A |
5961586 | Pedersen | Oct 1999 | A |
5978848 | Maddalozzo, Jr. et al. | Nov 1999 | A |
5987611 | Freund | Nov 1999 | A |
5991402 | Jia et al. | Nov 1999 | A |
5995965 | Experton | Nov 1999 | A |
5999740 | Rowley | Dec 1999 | A |
6006035 | Nabahi | Dec 1999 | A |
6006332 | Rabne et al. | Dec 1999 | A |
6009274 | Fletcher et al. | Dec 1999 | A |
6009469 | Mattaway et al. | Dec 1999 | A |
6012100 | Frailong et al. | Jan 2000 | A |
6029201 | Neill | Feb 2000 | A |
6035423 | Hodges et al. | Mar 2000 | A |
6038595 | Ortony | Mar 2000 | A |
6044403 | Gerszberg et al. | Mar 2000 | A |
6047323 | Krause | Apr 2000 | A |
6047376 | Hosoe | Apr 2000 | A |
6049670 | Okada et al. | Apr 2000 | A |
6049671 | Slivka et al. | Apr 2000 | A |
6049789 | Frison et al. | Apr 2000 | A |
6052711 | Gish | Apr 2000 | A |
6052725 | McCann et al. | Apr 2000 | A |
6058425 | White | May 2000 | A |
6058426 | Godwin et al. | May 2000 | A |
6073214 | Fawcett | Jun 2000 | A |
6078931 | Motoyama | Jun 2000 | A |
6088451 | He et al. | Jul 2000 | A |
6088717 | Reed et al. | Jul 2000 | A |
6101527 | Lejeune et al. | Aug 2000 | A |
6101542 | Miyamoto et al. | Aug 2000 | A |
6105063 | Hayes, Jr. | Aug 2000 | A |
6105066 | Hayes, Jr. | Aug 2000 | A |
6108420 | Larose et al. | Aug 2000 | A |
6108712 | Hayes et al. | Aug 2000 | A |
6115040 | Bladow et al. | Sep 2000 | A |
6115743 | Cowan et al. | Sep 2000 | A |
6119162 | Li et al. | Sep 2000 | A |
6119163 | Monteiro | Sep 2000 | A |
6128644 | Nozaki | Oct 2000 | A |
6128776 | Kang | Oct 2000 | A |
6131121 | Mattaway | Oct 2000 | A |
6134591 | Nickles | Oct 2000 | A |
6134593 | Alexander et al. | Oct 2000 | A |
6138160 | Boies et al. | Oct 2000 | A |
6141759 | Braddy | Oct 2000 | A |
6144960 | Okada et al. | Nov 2000 | A |
6151643 | Cheng et al. | Nov 2000 | A |
6154781 | Bolam et al. | Nov 2000 | A |
6157944 | Pedersen | Dec 2000 | A |
6161137 | Ogdon et al. | Dec 2000 | A |
6167449 | Arnold et al. | Dec 2000 | A |
6169976 | Colosso | Jan 2001 | B1 |
6173316 | De Boor et al. | Jan 2001 | B1 |
6189146 | Misra et al. | Feb 2001 | B1 |
6202207 | Donohue | Mar 2001 | B1 |
6223291 | Puhl et al. | Apr 2001 | B1 |
6256668 | Slivka et al. | Jul 2001 | B1 |
6269456 | Hodges et al. | Jul 2001 | B1 |
6272536 | Van Hoff et al. | Aug 2001 | B1 |
6282709 | Reha et al. | Aug 2001 | B1 |
6282711 | Halpern et al. | Aug 2001 | B1 |
6292889 | Fitzgerald et al. | Sep 2001 | B1 |
6327617 | Fawcett | Dec 2001 | B1 |
6339826 | Hayes et al. | Jan 2002 | B2 |
6362836 | Shaw et al. | Mar 2002 | B1 |
6405266 | Bass et al. | Jun 2002 | B1 |
6460140 | Schoch et al. | Oct 2002 | B1 |
6510466 | Cox et al. | Jan 2003 | B1 |
6546002 | Kim | Apr 2003 | B1 |
6574612 | Baratti et al. | Jun 2003 | B1 |
6587836 | Ahlberg et al. | Jul 2003 | B1 |
6594819 | Ciarlante et al. | Jul 2003 | B1 |
6615258 | Barry et al. | Sep 2003 | B1 |
6658452 | Becker et al. | Dec 2003 | B1 |
6826398 | Lagerstrom et al. | Nov 2004 | B1 |
6931546 | Kouznetsov et al. | Aug 2005 | B1 |
6938080 | Kahveci et al. | Aug 2005 | B1 |
6968384 | Redding et al. | Nov 2005 | B1 |
6990660 | Moshir et al. | Jan 2006 | B2 |
7035918 | Redding et al. | Apr 2006 | B1 |
7062567 | Benitez et al. | Jun 2006 | B2 |
7072934 | Helgeson et al. | Jul 2006 | B2 |
7200632 | Greschler et al. | Apr 2007 | B1 |
7275095 | Lebouill | Sep 2007 | B1 |
7310815 | Yanovsky | Dec 2007 | B2 |
7600257 | Dubrovsky et al. | Oct 2009 | B2 |
7738380 | Dubrovsky et al. | Jun 2010 | B1 |
7835361 | Dubrovsky et al. | Nov 2010 | B1 |
7991723 | Dubrovsky et al. | Aug 2011 | B1 |
20010047386 | Domenikos et al. | Nov 2001 | A1 |
20010049632 | Rigole | Dec 2001 | A1 |
20020010776 | Lerner | Jan 2002 | A1 |
Number | Date | Country |
---|---|---|
2268683 | Oct 2000 | CA |
0332304 | Sep 1989 | EP |
4-232541 | Aug 1992 | JP |
05-274275 | Oct 1993 | JP |
06-223040 | Aug 1994 | JP |
07-200492 | Aug 1995 | JP |
08-137768 | May 1996 | JP |
09-054734 | Feb 1997 | JP |
09-305675 | Nov 1997 | JP |
10-187455 | Jul 1998 | JP |
11-007391 | Jan 1999 | JP |
2000-022753 | Jan 2000 | JP |
2000-030889 | Jan 2000 | JP |
2000-047870 | Feb 2000 | JP |
2000-132397 | May 2000 | JP |
1008262 | Nov 1999 | NL |
1012322 | Dec 2000 | NL |
2155984 | Oct 2000 | RU |
507319 | Sep 1997 | SE |
WO9220022 | Dec 1992 | WO |
WO0072185 | Nov 2000 | WO |
WO0101313 | Jan 2001 | WO |
Entry |
---|
Agent-based Software Configuration and Development, Richard Scott Hall, 1999. |
Canjex Publishing, Ltd., “eSoft's Team Internet to participate in Albertson's technology grant,” Canada Stockwatch, Feb. 16, 1999. |
Comtex News Network, “eSoft Releases Free Software Upgrade for Its Team Internet Product Line,” Sinocast, Feb. 8, 1999. |
Comtex News Network, “eSoft's Version 2.5 Software Reduces Set Up to Five Easy Steps With a Ten-Minute Installation,” Sinocast, Feb. 8, 1999. |
Comtex News Network, “APEXX Technology: New thin server launched,” Sinocast, Feb. 4, 1999. |
Ziff-Davis Publishing, “MVP Hardware: Desktop Systems & Servers,” PC Magazine, Jan. 1, 1999. |
Comtex News Network, “Cobalt Qube 2700WG Wins PC Computing's 1998 MVP Award for Small Business Server Category and Innovation of the Year,” Sinocast, Nov. 16, 1998. |
Ziff Davis Publishing, “New Products: Apexx Team Internet 300 Series,” Computer Shopper, Nov. 1, 1998. |
Boucher Communications, Inc., “RPG, COBOL Developers Deliver Thin Client Applications,” HP Professional, Nov. 1, 1998. |
Comtex News Network, “Good Things in a Small Box,” Sinocast, Aug. 10, 1998. |
Comtex News Network, “Apexx Technology, Inc. announces Strategic Partnership with UUNET Technologies, Inc. and NetPartners Internet Solutions, Inc. to Offer,” Sincast, Jun. 30, 1999. |
Comtex News Network, “Team Internet 300 Series Delivers the Tools for Growing Organizations to Control Individual Internet Usage,” Sinocast, Jun. 9, 1998. |
Andre Kvitka, “Team Internet puts workgroups on the Web,” InfoWorld, May 4, 1998. |
Comtex News Network, “Apexx Technology Team Internet Becomes the First Internet Access Thin Server to Break the $3000 Barrier for High-Speed Internet Connectivity and productivity,” Sinocast, Mar. 12, 1998. |
New York Law Publishing Company, “Team Internet 2.0 Connects Networks,” Law Technology Product News, Jan. 1998. |
Extended Systems, “Extended Systems and Apexx Technology Announce Joint Marketing Program for Interent Access Products,” Press Release, Jun. 15, 1998. |
Comtex News Network, Apexx Technology announces Team Internet 2.0, Complete Internet Connectivity and an ‘Instant Business Presence’ for Networked Small,Sinocast, Dec. 8, 1997. |
Ziff Davis Publishing, “Put your Net on the Net,” PC Magazine, Oct. 1997. |
New York Law Publishing Company, “Apexx Announces Team Internet LAN,” Law Technology Product News, Feb. 1997. |
Answer, Affirmative Defenses, Counterclaims and Jury Demand of Barracuda Networks, Civil Action No. : 06-cv-OO435-REB-MEH, Apr. 4, 2006. |
Answer, Affirmative Defenses, Counterclaims and Jury Demand of Fortinet, Inc., Civil Action No. :06-cv-OO443-REB-CBS, Apr. 4, 2006. |
Answer, Affirmative Defenses, Counterclaims and Jury Demand of Sonicwall, Inc., Civil Action No. I:O6-cv-OO445-LTB, Apr. 4, 2006. |
Defendant Sonicwall's Objections and Responses to Plaintiff eSoft, Inc.'s First Request for Production of Documents; Civil Action No. I:O6-cv-OO445-LTB, Jun. 15, 2006. |
Defendant Sonicwall's Objections and Responses to Plaintiff eSoft, Inc.'s First Set of Interrogatories; Civil Action No. I:O6-cv-OO445-LTB, Jun. 15, 2006. |
Blue Coat Systems, Inc.'s Answer to Plaintiff's First Amended Complaint, Affirmative Defenses and Counterclaims, Civil Action No. 06-CV-442-EWN-PAC, Jun. 29, 2006. |
Defendant Fortinet's Responses to Plaintiff eSoft, Inc.'s First Set of Interrogatories and Requests for Production of Documents, Action No. :06-CV-OO443-REB-CBS, Jun. 30, 2006. |
Blue Coat Systems, Inc.'s Response to eSoft, Inc.'s First Set of Interrogatories and RFPs, Civil Action No. 06-CV-442-EWN-PAC (Redacted), Jul. 9, 2006. |
Defendant St. Bernard Software, Inc.'s Response to Plaintiffs First Set of Interrogatories, Civil Action No. 06-CV-00697 EWN-MJW, Aug. 7, 2006. |
Defendant St. Bernard Software, Inc.'s Response to Plaintiffs First Set of Requests for Documents, Civil Action No. 06-CV-00697 EWN-MJW, Aug. 7, 2006. |
Answer and Counterclaims of St. Bernard Software, Inc. Civil Action No. 06-CV-00697, Aug. 30, 2006. |
Defendant Fortinet's Amended Objections and Responses to Plaintiff eSoft, Inc.'s Interrogatory No. 10, Civil Action No. 06-CV-00443-REB-CBS, Sep. 13, 2006. |
Defendant Barracuda's First Supplemental Responses to Plaintiff eSoft, Inc.'s Interrogatory Nos. 9, 11 and 12, Civil Action No. 06-cv-00435-REB-MEH, Sep. 22, 2006. |
Defendant Sonicwall's First Supplemental Responses to Plaintiff eSoft, Inc.'s Interrogatory Nos. 9, 11 and 12, Civil Action No. 06-cv-00445-LTB-PAC, Sep. 22, 2006. |
Defendant Astaro Corporation's Supplemental Responses to Plaintiff eSoft, Inc.'s First Set of Interrogatories, Civil Action No. 06-cv-00441-REB-MEH, Sep. 26, 2006. |
Astaro Corporation's First Amended Answer to eSoft Inc.'s Amended Complaint, Affirmative Defenses, Counterclaims, Civil Action No. 06-cv-00441-REB-MEH, Oct. 11, 2006. |
Defendant Sonicwall, Inc's First Amended Answer, Affirmative Defenses, Counterclaims and Jury Demand, Civil Action No. 06-cv-00445-LTB-PAC, Oct. 26, 2006. |
eSoft, Inc.'s Claim Construction Brief, Civil Action No. 06-cv-00445-LTB-PAC, Nov. 15, 2006. |
SonicWall's Opening Claim Construction Brief, SonicWall's Opening Claim Construction Brief, Nov. 15, 2006. |
SonicWall Responsive Claim Construction Brief, Dec. 15, 2006. |
eSoft Reply to SonicWall Claim Construction Brief, Dec. 15, 2006. |
BlueCoat Motion for Summary Judgment re Invalidity of Claims 1-8 of '773 Patent, Feb. 13, 2007. |
BlueCoat Motion for Summary Judgement re Invalidity of claim 1 of '773 Patent, Feb. 13, 2007. |
BlueCoat Motion for Summary Judgment re Invalidity of claims 1, 5, and 7 of '773 Patent, Feb. 13, 2007. |
Expert report of Richard Hall, Ph.D re '773 Patent, Jan. 4, 2007. |
Request for Inter Partes Reexamination of US Patent No. 6,961,773 dated Jan. 8, 2007. |
Novadigm, Inc., “Novadigm Says It's Breakthrough 'Software Manager' Products Can Drastically Reduce Administration Costs by Automatically Personalizing Desktop Software,” Network Computer News, Oct. 21, 1997. |
Novadigm, Inc., Description of Radia Software Manager, 1998. |
Red Hat, Inc., “The Official Red Hat Linux Installation Guide,” Red Hat Linux Version 6.0, 1995-1999, TOC only;Full doc (682 pgs) available online at www.redhat.com. |
Ram R. Vangala, Michael J. Cripps, Raj G. Varadarajan, “Software Distribution and Management in a Networked Environment,” 1992 Lisa Vi, Long Beach, CA, Oct. 19-23, 1992. |
Jeffrey Veen, “That's Marimba, Not Macarena,” Wired News, Oct. 21, 1996. |
Excerpts from Beyond.com eCurrent/Novadigm Press Releases, Nov. 9, 1999, Oct. 12, 1999, and Sep. 7, 1999. |
Email regarding comments on U.S. Patent No. 4,815,030, Jun. 22, 2006. |
Email regarding comments on U.S. Patent No. 5,881,144, Jul. 16, 2006. |
Email regarding articles from prior art search including, Ellen Messmer, “Sirrus Adds ‘Extranet’ Strength to Server,” Network World, Nov. 2, 1998, Denise Pappalardo, “ASPS Come in a Variety of shapes and sizes,” Network World, Nov. 15, 1999; Dennis Williams, “Application delivery on a grand scale,”Network World, Mar. 22, 1999; Business Wire, “Intel Online Services to Provide High-Performance Hosting Service,” Business Wire, Nov. 2, 1999;Timothy Morgan, “IBM Pushes Software Subscriptions for AIX,” Computergram International, Computer Wire, “IBM Working on Service Subscription Platform,” Computergram International, Jun. 25, 1999; Sep. 27, 1999; Edge Publishing, Compaq Computer Corporation and Futurelink form Strategic Partnership to Build Out ASP Data Centers and Aggreessily Market Hosting Services, Work-Group Computing Report, Dec. 13, 1999; Steven Bonisteel, “Micron Offers Business Computing by Subscription,” Newsbyte, News Network, Oct. 19, 1999; Computer Wire, Inc., “Novadigm has software distribution APP for service providers,” Computergram International, Oct. 5, 1999. |
Marimba Products, “Castanet White Paper (including comments re same),” Sep. 30, 1998; Oct. 5, 1998. |
Marimba, Inc., “Castanet Developer Documentations, Plugin Development: The Big Picture,” 1997, Oct. 5, 1998. |
Marimba, “Castanet White Paper,” Jun. 9, 1997. |
Red Hat, Inc., “The Official Red Hat Linux Reference Guide,” 1999. |
Richard S. Hall, Dennis Heimbinger, Andre Van Der Hoek, and Alexander L. Wolf, “An Architecture for Post-Development Configuration Management in a WAN,” Proceedings of the 1997 Inter. Conf. on Distributed Computing Systems, Baltimore, MD, May 1997. |
Core Competence and David Strom, Internet @ppliance Industry Report re eSoft InstaGate, 1999-2000. |
Core Competence and David Strom, “Technologic InstaGate product report,” 1998-1999. |
Business Wire, “eSoft Executes Letter of Intent to Acquire Apexx Technology, Inc.; Merger to Create Largest Installed Base of All-In-One Internet Appliances,” Business Wire, Nov. 24, 1998. |
Technologic, Inc., “Internet Scanner from Internet Security Systems,” Nov. 19, 1998. |
Technologic, Inc. “InstaGate website screenshot.” |
Technologic, Inc. “Technologic News Release re acquisition by eSoft,” 1999. |
Technologic, Inc., “Ordering Sheet for InstaGate Product Bundles,” 1999. |
Technologic, Inc., “Interceptor Firewall Appliance Ordering Information,” Dec. 1, 1998. |
Internet Security Systems, Inc., “ISS' Internet Scanner Awarded ‘Security Product of the Year’ at UK Networking Industry Event,” Press release, Jun. 29, 1998. |
Internet Security Systems, Inc., “Internet Security Systems Internet Scanner wins highly acclaimed SC Award for Third Consecutive Year,” Press release, Apr. 18, 2000. |
Internet Security Systems, Inc., “ISS Receives Highest Rating from PC/Computing, Internet Scanner Named Market's Most Comprehensive Security Assesment Solution,” Press release, Mar. 22, 1999. |
Matthew Beale, “eSoft Sold on Linux, Goes With Red Hat,” E-Commerce Times, Sep. 16, 1999. |
Edge Publishing, “eSoft Unveils Business Blueprint for Future,” Work-Group Computing Report, Apr. 12, 1999. |
Amy Kukuk, “New Products,” Linux Journal, Jan. 1, 1999. |
Business Wire, “Apexx Tecnology Announces Strategic Partnership with UUNET Tech., Inc. and NetPartners Internet Solutions, Inc. to Offer Complete Internet Access Solutions,” Business Wire, Jun. 30, 1998. |
Technologic, Inc., “Product Brochure for Interceptor Firewall Appliance,” date unknown. |
Technologic, Inc., “Awards Reviews and Certifications for InstaGate Product,” date unknown. |
Technologic, Inc., “Diagrams relating to InstaGate Product,” 1999. |
eSoft, Inc., “The Team Internet Model 2500 Architecture and Design,” White Paper, date unknown. |
Technologic, Inc., “eSoft Completes Merger with Technologic, Inc.,” Press release, Sep. 13, 1999. |
Business Wire, “eSoft and High-End Networking Firm Alternative Technology Sign Distribution Pact,” Business Wire, Feb. 23, 1999. |
Mitt Jones, “Thin Servers Plug Growing Businesses Into the Net,” Information Week Online, Mar. 27, 2000. |
Edge Publishing., “Internet Strategy: eSoft Unveils Business Blueprint for Future; Strategy Leverages Company's Internet and Software Engineering Strengths—Team Internet product line—Company Business and Marketing,” Edge: Work-Group Computing Report, Apr. 12, 1999. |
Core Competence and David Strom, Inc., “Product Demonstration Report and Presentations,” N&I Las Vegas '98 Presentation, 1998. |
IDG Books Worldwide, Inc., “Open Source: The Unauthorized White Papers, Chapter 9, The Secret Battlefield: Embedded Systems,” 2000. |
Business Wire, “Technologic Introduces Version of Interceptor Firewall for use with Microsoft Provy Server,” Business Wire, Dec. 2, 1996. |
Internet Security Systems, Inc., “Point . . . Click . . . Launch an External Attack on Your Net,” Press Release, May 13, 1996. |
Tim Clark, “Firewall appliance market takes off,” CNET news, Aug. 6, 1997. |
Gail James and Miryana Bunic, “All-in-one security appliances,” Network World, Apr. 19, 1999. |
Peter Galvin, “Firewalls in many flavors,” Sunworld, Jan. 1996. |
FWTK.ORG, “Information regarding Firewall Toolkit,” date unknown. |
National Software Testing Laboratories, “About to buy a Firewall? Read this first,” GCN.com, Aug. 4, 1997. |
Weiser Publications, Inc., “Interceptor 2.0—Technologic, Inc's Internet firewall—Brief Article—Product Announcement,” Software Magazine, Jul. 1996. |
Tim Clark, “Firewall Appliance Market Takes Off,” Netsys.com, Aug. 7, 1997. |
Keith Schultz, “Interceptor Offers Forewall Flexibility,” Information Week Online, Sep. 14, 1998. |
Marcus Goncalves, “Firewalls Complete—Chapter 14 ‘Types of Firewalls and Products on the Market’,” McGraw-Hill 1997. |
“Office Action in U.S. Appl. No. 11/154,891,” Dec. 30, 2009, 34 Pages. |
“Office Action in U.S. Appl. No. 95/000,211,” Dec. 10, 2009, 46 pages. |
Neugeboren O'Dowd PC, “Response to Dec. 10, 2009 Office Action as resubmitted by applicant,” Feb. 17, 2010, 32 pages. |
Back to the future: using application service providers, Knoblauch, C. Conference: Internet Librarian 2000. Proceedings—2000. Internet Conference and Exhibition for Librarians and Information Managers, p. 67-72, Information Today, Medford, NJ, USA 2000. |
An XML/XSL based software architecture for application service providers (ASPs), Gunther, O., Ricou, O., Pole University, Paris France, Conference: Electronic Commerce and Web Technologies, First International Conference, EXWeb 2000, Proceedings (Lecture Notes in Computer Science vol. 1875), p. 334-48. |
Business models for ASP Marketplaces, Tamm, G., Gunther, O., Inst. of Inf. Syst., Humboldt university, Berlin, Germany, Conference: Proceedings of the 8th European Conference on Information Systems Part: vol. 2, p. 968-75 vol. 2, Jul. 3-5, 2000, Vienna, Austria. |
An advanced interent XML/EDI model based on secure XML documents, Miyazawa, T., Kushida, T., Res. Lab., IBM Res., Tokyo, Japan, Conference: Proceedings Seventh International Conference on Parallel and Distributed Systems: Workshops, p. 295-300, Editor: Shibata, Y. Publisher: IEEE Comput. Soc., Los Alamitos, CA USA 2000, Jul. 4-7, 2000, Iwate, Japan. |
Application Service providers, Dewire, D.T., Information systems management, vol. 17, No. 4, p. 14-19, Auerbach Publications, Fall 2000. |
Application Service providers can provide cost-effective outsourcing solutions, IT cost management strategies, vol. 19, No. 8, p. 1-3, Computer Economics, Aug. 2000. |
Getting what you pay for from ASP's, Turner, M.J., Business Communications Review, vol. 30, No. 7, p. 38, 40, 42, BCR Enterprises, Jul. 2000. |
ASPirin for outsourcing headaches, Pusateri, R., Deloitte Consulting, Kansas City, MO, USA, Telephony, vol. 238, No. 9, p. 68, 70, 72, 74; Feb. 28, 2000. |
Lost among the ASPs, Harney, J., Intelligent Enterprise, vol. 3, No. 3, p. 26-7, 30-1, 34, Miller Freeman, Feb. 9, 2000. |
ASPs: service bureau redux or tectonic change?, Waters, J.K., Application Development Trends, vol. 7, No. 1, p. 49-50, 52-3, 101 Communications LLC, Jan. 2000. |
System development using application services over the net, Takahashi, Kenji, Emmerich, Wolfgang, Finkelstein, Anthony, Guerra, Sofia NTT, Tokyo, Japan, Conference: 2000 International Conference on Software Engineering, Limerick, Ireland, 19000604-19000611, International Conference on software engineering 2000, IEEE, Los Alamitos, CA. |
Innovative Internet architecture for application service providers, Furht, Borko, Phoenix, Chris, Yin, John, Aganovic, Zijad, Florida Atlantic Univ., Boca Raton, Fl, Conference: the 33rd annual Hawaii international conference on System Sciences (1-133), Maui, USA, p. 157, 2000. |
A framework for ASP-marketplaces, CoopIS 2000: cooperative information systems: Eilat, Sep. 6-8, 2000, Tamm G., Guenther, O.; Etzion Opher Ed.; Scheurmann, Peter Ed., Institute of Information Systems, Humboldt Univ., Spandauer Strasse 1 10178 Berlin, Germany; Conference: Cooperative Information Systems, International Conference, 7, Jun. 2009, Lecture notes in computer science, 2000, volume: 1901, p. 114-119. |
Business to business electronic commerce systems and services., SmartEC Solution. Setoguchi Tatsuya Manchu Yutaka Katsumata Masato, Toshiba Johoshakaishisutemusha Toshiba Rebyu (Toshiba Review), 2000, vol. 55, No. 4, pp. 58-61. |
Enabling flexible cross-version interoperability for distributed services, Senivongse, T., Dept of computer engineering, Chulalongkorn Univ., Bangkok, Thailand, Conference: Proceedings of the international Symposium on distributed objects and applications, p. 201-10, IEEE Comput. Soc., Los Alamitos, CA, Sep. 5-6, 1999, Edinburgh, UK. |
Expert report of Aviel Rubin re '773 Patent; Dec. 15, 2006 (Redacted). |
Spielman Rebuttal Report; Jan. 25, 2007. |
Cobalt Networks unveils next generation Qube server appliance; Oct. 11, 2000. |
“Office Action Response in U.S. Appl. No. 11/154,891,” Sep. 21, 2009, 23 Pages. |
USPTO—Marie Georges Henry, “Office Action Responsive to communication filed Jan. 6, 2009”, Feb. 5, 2009, Publisher: USPTO, Published in: US. |
USPTO, “Office Action in U.S. Appl. No. 11/869,552,” Oct. 5, 2009, 14 Pages. |
Neugeboren O'Dowd PC, “Response to Office Action in U.S. Appl. No. 11/154,891” filed Apr. 14, 2009 29 Pages. |
Technologic, Inc., Various product pages relating to Technologic Interceptor product, Mar. 3, 1999. |
Business Wire, “eSoft Executes Letter of Intent to Acquire Apexx Technology Inc.; Merger to Create Largest Installed Base of All-In-One Internet Appliances,”. |
Business Wire, “eSoft to Begin Trading on Nasdaq,” Business Wire, Jul. 30, 1998. |
Business Wire, “eSoft Trades on Nasdaq,” Business Wire, Aug. 4, 1998. |
Business Wire, “eSoft Expands North American Distribution Through Affinity Marketing Deal; New Partner to Sell and Distribute Ipad in Canada,” Business Wire, Jan. 21, 1999. |
Technologic, Inc. “Various product descriptions and information concerning the InstaGate Product,” Feb. 16, 1999. |
Technologic, Inc., “eSoft Executes Letter of Intent to Acquire Technologic, Inc.,” Press release, Jul. 22, 1999. |
Technologic, Inc., “InstaGate Appliance Delivers Internet Connectivity, Complete with Built-In VPN Capabilities,” Press release, Feb. 16, 1999. |
Technologic, Inc., “Resellers: Present Your Customers with a Free Network Security Scan,” Press release, Feb. 1, 1999. |
Technologic, Inc., “Technologic Introduces New Version of Interceptor Firewall Appliance With MS Windows PPTP VPN Support,” Press release, Oct. 13, 1998. |
Technologic, Inc., “Avdata's Around-the-Clock Network Monitoring Underpins Technologic Managed Forewall Services,” Press release, Sep. 25, 1998. |
Technologic, Inc., “Technologic Launches VAR Program for Resellers Targeting Small and Mid-Size Businesses,” Press release, Aug. 11, 1998. |
Technologic, Inc., “Interview Report Tool from Technologic Turns Firewall Data into Valuable Business Information,” Press release, Jun. 8, 1998. |
Technologic, Inc., “Technologic and AvData Partner to Offer Managed Security Service with 24x7 Monitoring,” Press release, May 11, 1998. |
Technologic, Inc., “Technologic Announces Japanese Distributor for Interceptor Security Software,” Press release, Apr. 21, 1998. |
Technologic, Inc., “Technologic and Secure Computing Improve End-User Productivity With New Web Access Control Capabilities in Firewall Appliance,” Press release, Apr. 14, 1998. |
Technologic, Inc., “New Wizard Included with Technologic's Interceptor Firewall Appliance Reduces Installation Time to Less Than Half an Hour,” Press release, Mar. 17, 1998. |
Technologic, Inc., “Virtual Private Networks Cutting Electronic Communication Costs by 80%,” Press release, Jan. 12, 1998. |
Technologic, Inc., “Interceptor Internet Security Appliance Provides Low-Cost Out of the box” Firewall Solution, Press release, Jun. 24, 1998. |
Netpartners, Inc., “NetPartners Launches Internet Filtering Product for Internet Service Providers,” Press release, Apr. 28, 1999. |
PR Newswire, Inc., “eSoft Launches Firewall with a Future,” Press release, Oct. 16, 2000;PR Newswire, Inc., “Hard times for esoft company that offers Internet security shifts focus in bid to become profitable,” Press release, Feb. 12, 2001; PR Newswire, Inc., “eSoft Unveils Softpak Director for Instagate Ex; One touch delivery of new applications, services and upgrades,” Press release, Nov. 7, 2000. |
Definition of DNSBL, Wikipedia, the free encyclopedia. |
Dan Goodin, “Network Solutions is threatening to sue an influential antispam group if it provides a filter that could be used by hundreds od networks worldwide to block the dominant registrar's email,” CNET News.com, Aug. 2, 1999. |
Paul Festa, “A controversial antispam tool has acquired legitimacy with the addition of a new subscriber: Hotmail, the 800-pound gorilla of Web-based email,” CNET News.com, Nov. 9, 1999. |
Internet Security Systems, Inc., “ISS Protects eCommerce Sites from Latest Denial of Service Hacker Attacks, Releases New Versions of SAFEsuite Product Line,” Press release, Dec. 28, 1999. |
Internet Security Systems, Inc., “Internet Security Systems Ships New Version of Leading Intrusion Detection Software, RealSecure,” Press release, Mar. 11, 1999. |
Internet Security Systems, Inc., Secure Computing Corporation and ISS Announce Best of Breed Integration of Firewall, Intrusion Detection and Assessment Enhancing E. Security for All Business, Press release, Mar. 15, 1999. |
Internet Security Systems, Inc., “ISS Ships New Version of Market-Leading Internet Scanner, Delivers Enhanced Solution for Managing E-Business Security risks,” Press Release, Oct. 5, 1999. |
Internet Security Systems, Inc., “ISS Named Market Leader in Netowrk Security Assessment and Intrusion Detection by IDC,” Press release, Aug. 9, 1999. |
Google groups article thread regarding “Red Hat Update Agent Packets,” Nov. 3, 1999. |
Google groups article regarding “documentation for for the ‘up2date’ update agent?,” Oct. 20, 1999. |
Google groups article regarding “Tracking RedHat updates without a Red Hat support contract,” Dec. 16, 1999. |
Google groups article thread regarding “just curious about Debian vs RedHat,” Oct. 27, 1999. |
Google groups article thread regarding “LWN Distributions,” Sep. 30, 1999. |
Google groups article thread regarding “What is a modern OS feature,” Oct. 4, 1999. |
Eric Doyle, “Keeping Linux under control (company business and marketing),” Computer Weekly, Oct. 12, 2000. |
Proquest Information and Learning, “Open to Acceptance,” Electronic Times, Oct. 9, 2000. |
Dallas Morning News, “Colorado-based eSoft rides high on popularity of Linux,” Dallas Morning News, Dec. 27, 1999. |
Warren S. Hersch, “Delivering Linux to E-businesses—Vendor eSoft unveils licensing program,” Computer Reseller News, Jul. 5, 1999. |
Kris Hudson, “Big-name deal send eSoft stock soaring 700 percent,” Boulder Daily Camera, Dec. 29, 1999. |
PR Newswire, “Cobalt Networks Unveils Next Generation Qube(TM) Server Appliance,” PR Newswire, Oct. 11, 2000. |
The Gale Group, “CSN 371-37 Cobalt Readies New Cube,” Client Server News (USA), Oct. 16, 2000. |
April Jacobs, “Cobalt rolls out new server appliance,” Network World, Oct. 12, 2000. |
Amy Kukuk, “New Product Review for Applixware 4.4.1,” Linux Journal Magazine, Jan. 1, 1999. |
Tony Smith, “Apexx commenses channel development drive,” The Register, Feb. 10, 1999. |
Christine Zimmerman, “Thin Servers: Off-the-shelf-help,” (Buyers Guide) Data Communications, Apr. 7, 1999. |
Warren S. Hersch, “Delivering Linux to E-Business,” Daily News Archive, Jun. 30, 1999. |
Core Competence and David Strom, “Embedded Web Servers,” Excerpts from N&I Las Vegas Presentation, 1998. |
Network Computing, Product Listing and descriptions from Network Computing, Feb. 21, 1997. |
Christopher Lindquist, “Internet Appliances Get Real,” PC Magazine, May 1, 1999. |
USPTO, “Office Action in pending Inter Partes Reexamination No. 95/000,211”, Sep. 15, 2008, p. 68, Published in: US. |
eSoft, Inc., “Response to Sep. 15, 2008 Office Action in Inter Partes Reexamination No. 95/000,211”, Nov. 25, 2008, p. 167, Published in: US. |
Reexamination Certificate in U.S. Appl. No. 95/000,211 dated Nov. 2, 2010. |
Response to Office Action in U.S. Appl. No. 95/000,211 dated Feb. 17, 2010. |
Weil, Nancy, “Network Associates Spins Off Antivirus ASP”, “Computerworld: The Voice of IT Management”, Jan. 28, 2000, p. 2, Publisher: IDG Communications, Published in: US. |
PR Newswire, “Network Associates Launches myCIO.com, World's First Infrastructure ASP Securing the Availability of E-Business”, “PR Newswire Association LLC”, Jan. 31, 2000, p. 3, Publisher: A United Business Media Company, Published in: US. |
PR Newswire, “Concentric, myCIO.com Partner to Provide Anti-Virus Protection to E-Businesses Through Concentric Gateway”, “PR Newswire Association LLC”, Jan. 31, 2000, p. 2, Publisher: Gale, Cengage Learning, Published in: US. |
Weil, Nancy, “Antivirus Software: An ASP to Protect Your PC”, “CNN Tech”, Feb. 2, 2000, p. 2, Publisher: Cable News Network, Turner Broadcasting System, Inc., Published in: US. |
PR Newswire, “myCIO.com Partners With Sendmail to Deliver Virus Protection to E-Businesses Worldwide”, “PR Newswire Association LLC”, Feb. 29, 2000, p. 2, Publisher: A United Business Media Company, Published in: US. |
PR Newswire, “Network Associates Granted U.S. Patent for Embedding Anti-Virus Technology Into E-Business Applications, Internet Appliances and Managed Service Offerings”, “PR Newswire Association LLC”, Mar. 1, 2000, p. 2, Publisher: A United Business Media Company, Published in: US. |
Fitzharris, Mary Ann, “Network Associates Keeps the Bugs and Hackers Away”, “TechRepublic”, Mar. 8, 2000, p. 3, Publisher: A ZDNet Web Site, CBS Interactive, Published in: US. |
PR Newswire, “Network Associates Brings Together Industry and Government to Discuss Strategies for ‘Protecting the Net’”, “PR Newswire Association LLC”, Apr. 3, 2000, p. 2, Publisher: A United Business Media Company, Published in: US. |
Savage, Marcia, “MyCIO.com and McAfee Launch Partner Programs”, “CRN: News, Analysis, and Perspective for VARS and Technology Integrators”, Apr. 4, 2000, p. 2, Publisher: UBM Channel, Published in: US. |
PR Newswire, “myCIO.com Announces Partner Agreement and Initiative to Expand Web Presence and Sales Channels”, “PR Newswire Association LLC”, Apr. 4, 2000, p. 3, Publisher: A United Business Media Company, Published in: US. |
Savage, Marcia, “MyCIO.com, McAfee Add Programs”, “CRN: News, Analysis, and Perspective for VARS and Technology Integrators”, Apr. 6, 2000, p. 2, Publisher: UBM Channel, Published in: US. |
PR Newswire, “myCIO.com Partners with SonicWALL to Deliver Anti-Virus Application Services”, “PR Newswire Association LLC”, Apr. 7, 2000, p. 2, Publisher: Gale, Cengage Learning, Published in: US. |
Savage, Marcia, “CenterBeam Calls on ASP myCIO.com”, “CRN: News, Analysis, and Perspective for VARS and Technology Integrators”, May 4, 2000, p. 1, Publisher: UBM Channel, Published in: US. |
PR Newswire, “myCIO.com Enlists More Than 1000 Affiliate Partners in myCIO Corps Partner Program”, “PR Newswire Association LLC”, May 22, 2000, p. 2, Publisher: A United Business Media Company, Published in: US. |
PR Newswire, “myCIO.com and ICSI Partner to Protect Canadian Companies From Internet Security Threats”, “PR Newswire Association LLC”, Jun. 20, 2000, p. 2, Publisher: A UBM plc company, Published in: US. |
Business Wire, “SonicWALL Ships Network Anti-Virus”, “Business Wire”, Jun. 12, 2000, p. 2, Publisher: Gale Group, Published in: US. |
Ravi, Sreekanth, “Form S-1 Registration Statement Under the Securities Act of 1933”, “Prospectus for sale of 3,5000,000 Shares of Common Stock”, Feb. 23, 2000, p. 94, Published in: US. |
SonicWALL, Inc, “Form 10-K, Annual Report Pursuant to Section 13 or 15(D) of the Securities Exchange Act of 1934”, Dec. 31, 2000, p. 79, Published in: US. |
Business Wire, “Global Crossing North America and Network Associates Establish Strategic Partnership”, “Business Wire”, Jul. 17, 2000, p. 4, Publisher: Gale Group, Published in: US. |
Strom, David, “Web Informant #209, Jul. 31, 2000: Making the Move to Net-Based Applications”, Webpage located at http://www.strom.com/awards/209.html, Jul. 31, 2000, p. 2, Published in: US. |
Phifer, Lisa, “Offer Managed Security, Anti-Virus Services: Partner with myCIO.com”, Webpage located at isp-ceo.net/services/mycio1.html downloaded May 2, 2012, p. 6, Publisher: internet.com, ISP-Planet, Published in: US. |
SonicWALL, “TechNote—Security Services: SonicWALL Security Services: Port and Protocol Usage”, Jan. 10, 2005, p. 2, Publisher: SonicWALL, Published in: US. |
Hall, Richard S. et al., “A Cooperative Approach to Support Software Deployment Using the Software Dock”, “Technical Report CU-CS-871-98”, 1999, pp. 10, Publisher: Dept. of Computer Sci., U. Colo., Published in: US. |
Hall, Richard S., “Agent-based Software Configuration and Deployment”, “A thesis submitted to the Faculty of the Graduate School of the University of Colorado in partial fulfillment of the requirement for the degree of Doctor of Philosophy”, 1999, p. 182, Publisher: Dept. of Computer Sci., U. Colo., Published in: US. |
Tao, Lixin, “Application Service Provider Model: Perspectives and Challenges”, 2000, p. 28, Publisher: Dept. of Computer Sci., Pace U., Published in: US. |
Jaruzelski, Barry, et al., “ASP 101: Understanding the Application Service Provider Model”, “White Paper located at www.boozallen.com/media/file/ASP—Whitepaper.pdf”, 1999, p. 12, Publisher: Booz-Allen & Hamilton, Published in: US. |
Bontis, Nick, et al., “The Evolution of Software Pricing: From Box Licenses to Application Service Provider Models”, “Internet Research”, 2000, pp. 246-255, vol. 10, No. 3, Publisher: Emerald Group Publishing, Published in: US. |
Cooper, Michael, “Overhauling Rdist for the 90's”, “White Paper presented at 1992 Lisa Vi—Oct. 19-Jun. 23, 1992—Long Beach, CA”, 1992, Published in: US. |
Follett, Jennifer H., “Avenues to ASP Aggregation”, “CRN: News, Analysis, and Perspective for VARS and Technology Integrators”, Jan. 22, 2001, pp. 72-74, Publisher: UBM Channel, Published in: US. |
“Next IT Challenge: Integrating Multiple ASP”, “Services ASP Integration”, Jun. 26, 2000, pp. 208-212, Publisher: informationweek.com, Published in: US. |
Tamm, Gerrit, “Electronic Commerce Business Concepts for Server Based Computing”, “Institute for Information Services”, 2000, p. 18, Publisher: Humbolt U., Berlin, Published in: DE. |
Van Der Hoek, Andre, et al., “Software Release Management”, “Technical Report CU-CS-806-96”, Aug. 1996, p. 20, Publisher: Dept. of Computer Sci., U. Colo., Published in: US. |
Van Der Hoek, Andre, et al., “Software Release Management”, “From the Proceedings of the 6th European Software Engineering Conference, LNCS 1301, Springer, Berlin”, 1997, p. 17, Publisher: Dept. of Computer Sci., U. Colo., Published in: US. |
Hall, Richard S., et al., “The Software Dock: A Distributed, Agent-based Software Deployment System”, “Technical Report CU-CS-832-97”, Feb. 1997, p. 21, Publisher: Dept. of Computer Sci., U. Colo., Published in: US. |
Wainewright, Phil, “Interliant Site Offers Instant Online Rental”, “internet.com, ASP News.com”, Sep. 23, 1998, p. 3, Publisher: Jupiter Media Corp. |
Hall, R. et al., “Software Dock”, Webpage located at http://web.archive.org/web/20041015084942/http:/serl.cs.edu./serl/cm/dock.html downloaded Jun. 5, 2012, p. 4, Publisher: Wayback Machine, Published in: US. |
Bowden, Debra D., “Deposition Upon Oral Examination of John Elton Dietrich, II”, “Civil Action No. 06-CV-442-EWN-PAC, eSoft, Inc. v. Blue Coat Systems, Inc.”, Dec. 18, 2006, p. 115 Publisher: U.S. Dist. Court for the Dist. of Colo., Published in: US. |
Follett, Jennifer H., “ASP Aggregator Agiliti Repositions”, “RN: News, Analysis, and Perspective for VARS and Technology Integrators”, Dec. 29, 2000, p. 1, Publisher: UBM Channel, Published in: US. |
Nachbar, Daniel, “When Network File Systems Aren't Enough: Automatic Software Distribution Revisited”, “Summer Conference Proceedings, Atlanta”, Jun. 1986, Publisher: The USENIX Association, Published in: US. |
Technologic, Inc., “InstaGate Internet Appliance: SiteFilter”, “Technologic Products”, Feb. 16, 1999, p. 1, Publisher: Technologic, Inc., Published in: US. |
Technologic, Inc., “Technologic and Secure Computing Improve End-User Productivity With New Web Access Control Capabilities in Firewall Appliance”, Webpage located at http://web.archive.org/19991113100703/www.tlogic.com/press/pr041498.html downloaded Oct. 18, 2006, p. 3, Publisher: Technologic, Inc., Published in: US. |
Karv, Anita, “Firewalls for the Rest of US”, Webpage located at http://www.itarchitectmag.com/shared/printableArticle.jthtml, Nov. 20, 2006, p. 9, Publisher: EBN.com, Published in: US. |
Novadigm, Inc., “RADIA: Application Manager”, 1998, p. 128, Publisher: Novadigm, Inc., Published in: US. |
Novadigm, Inc., “RADIA Publisher”, 1998, p. 155, Publisher: Novadigm, Inc., Published in: US. |
Novadigm, Inc., “RADIA: Getting Started Guide”, 1998, p. 139, Publisher: Novadigm, Inc., Published in: US. |
“shareware.com—the way to find shareare on the internet”, Webpage located at http://web.archive.org/web/19990223211432/http://shareware.com downloaded Jun. 12, 2012, p. 2, Publisher: Wayback Machine, Published in: US. |
“Index by Group”, Webpage located at http://web.archive.org/web/20010210095554/http://www.rpmfind.com/RPM/Groups.html downloaded Jun. 12, 2012, p. 1, Publisher: Wayback Machine, Published in: US. |
“Packages Beginning with Letter K”, Webpage located at http://web.archive.org/web/20010210100922/www.rpmfind.com/RPM/KByName.html downloaded Jun. 12, 2012, p. 3, Publisher: Wayback Machine, Published in: US. |
Team Internet, “Initial Setup”, Webpage located at http://www.corecom.com/external/embedded/apexx1.html downloaded Jun. 12, 2012, p. 1, Published in: US. |
eSoft, Inc., “eSoft Corporate Presentation”, “Power Point Slides of Corporate Presentation”, Oct. 1999, p. 23, Publisher: eSoft, Inc., Published in: US. |
eSoft, Inc., “Press One”, “Power Point Presentation—Press”, Nov. 16, 1999, p. 11, Publisher: eSoft, Inc., Published in: US. |
eSoft, Inc., “Investor Presentation”, “Power Point Presentation—Investors”, Jul. 1999, p. 29, Publisher: eSoft, Inc., Published in: US. |
PR Newswire, “Technologic's InstaGate Internet Appliance Content Filtering Capabilities Available to Meet New Requirements for E-Rate Funding”, Aug. 3, 1999, p. 2, Publisher: PR Newswire Association, Inc., Published in: US. |
Tivoli Systems, Inc., “Tivoli/Courier User's Guide”, Oct. 27, 1995, p. 230, Publisher: Tivoli Systems, Inc., Published in: US. |
Technologic Software, “Since 1984, Technologic Software has Provided Software Solutions to Over 250,000 Information Processing and Security Professionals Worldwide”, Webpage found at http://www.technologic.com/, 1998, p. 1, Publisher: Way Back Machine, Published in: US. |
ISP-Equpiment, “Technologic InstaGate”, Webpage located at http://isp-planetcom/equipment/instagate.html downloaded Oct. 6, 2006, p. 8, Publisher: internet.com, ISP-Planet. |
Technologic, Inc., “InstaGate Internet Appliance: Interceptor Technologic Products”, Webpage located at http://web.archive.org/web/20000424043050/tlogic.com/instagate/setup.html, Feb. 16, 1999, p. 1, Publisher: Technologic, Inc., Published in: US. |
Marimba, “Marimba White Paper”,Aug. 17, 1996, p. 7, Publisher: Marimba, Inc., Published in: US. |
eSoft, “Jul. 13-14, 2000 eSoft Management Retreat and Planning Session”, “Agenda from Conference”, Jul. 2000, p. 12, Publisher: eSoft, Published in: US. |
Red Hat Docs, “Using Update Agent”, “Red Hat Linux 6.1: The Official Red Hat Linux Reference Guide, Chapter 5. Working with Update Agent”, Aug. 9, 2002, p. 3, Publisher: Wayback Machine, Published in: US. |
Technologic, Inc., “InstaGate Administrator's Guide, Version 4.2”, 1999, p. 422, Publisher: Technologic, Inc., Published in: US. |
Marimba, “How Marimba is Solving Problems”, p. 12, Publisher: Marimba, Inc., Published in: US. |
Marimba, “Marimba Bongo”, 1997, p. 2, Publisher: Marimba, Inc., Published in: US. |
Marimba, “Marimba Castanet”, 1997, p. 4, Publisher: Marimba, Inc., Published in: US. |
eSoft, Inc., “Team Internet”, “Power Point Presentation Slides”, 2000, p. 12, Publisher: eSoft, Inc., Published in: US. |
eSoft, Inc., “Team Internet User's Guide”, 2000, p. 272, Publisher: eSoft, Inc., Published in: US. |
“OEM Purchasing Agreement”, “Draft version of Agreement”, 1999, p. 12, Publisher: Apexx Technology, Inc. and eSoft Incorporated, Published in: US. |
Novadigm, Inc., “How Radia Software Manager Works”, 1997, p. 10, Publisher: Novadigm, Inc., Published in: US. |
Novadigm, Inc., “Radia Application Manager”, 1998, p. 24, Publisher: Novadigm, Inc., Published in: US. |
Lemay. Laura, “Official Marimba Guide to Castanet”, 1997, p. 388, Publisher: Sams.net, Published in: US. |
Nitta, Chad T., “Amended Joint Claim Construction Statement”, “re: Civil Action No. 06-cv-00445-PAB-KLM”, Nov. 30, 2012, p. 20, Published in: US. |
Technologic, Inc., “Pricing for InstaGate Product Bundles”, Webpage located at http://web.archive.org/web/19991013004114/www.tlogic.com/pricing.html downloaded Oct. 4, 2006, p. 1, Publisher: Technologic, Inc., Published in: US. |
Technologic, Inc., “InstaGate Product Bundles (unlimited users)”, Webpage located at http://web.archive.org/web/19991013095059/tlogic.com/products/instagate/igorder.html downloaded Oct. 12, 2006, p. 2, Publisher: Technologic, Inc., Published in: US. |
Furht, B., et al., “An Innovative Internet Architecture for Application Service Providers”, “Proc. of the 33rd IEEE Int'l Hawall Conf. on Sys. Sciences”, Jan. 2000, Publisher: IEEE. |
Hall, Richard S., et al., “An Architecture for Post-Development Configuration Management ina Wide-Area Network”, “From the Proceedings of the 1997 Inter. Conf. on Distributed Computing Systems”, May 1997, p. 269-278, Publisher: IEEE, Published in: US. |
Strom, David, “The Internet @ppliances Industry Report: A Guide to Technology, Products, and Deployment 1999”, Webpage located at http:www.corecom.com/ia/ downloaded Jul. 17, 2012, p. 2, Publisher: Core Competence, Inc. and David Strom, Published in: US. |
Google Groups, “fido7.ru.linux, Thread by Alex Kanavin, Thursday, Oct. 7, 1999”, “Linux Weekly News”, Published in: RU. |
Number | Date | Country | |
---|---|---|---|
20070033231 A1 | Feb 2007 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 11154891 | Jun 2005 | US |
Child | 11537224 | US | |
Parent | 09766469 | Jan 2001 | US |
Child | 11154891 | US |