Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
SYSTEMS AND METHODS FOR OPERATING SYSTEM IDENTIFICATION AND WEB APPLICATION EXECUTION
Document Type and Number:
WIPO Patent Application WO/2010/142786
Kind Code:
A1
Abstract:
Systems and methods to execute operating system dependencies for web applications are provided. A particular method includes receiving an operating system independent function call at a web server. The operating system independent function call may be initiated at a web-based application. The method may determine a particular operating system used by the web server and select a command based on the particular operating system. The method may further include executing the selected command

Inventors:
BOCKUS MICHAEL ANDREW (US)
HENDERSON JACOB (US)
SAWICKI KEVIN ROBERT (US)
KEANE JOHN (US)
Application Number:
PCT/EP2010/058230
Publication Date:
December 16, 2010
Filing Date:
June 11, 2010
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
IBM (US)
IBM UK (GB)
BOCKUS MICHAEL ANDREW (US)
HENDERSON JACOB (US)
SAWICKI KEVIN ROBERT (US)
KEANE JOHN (US)
International Classes:
G06F9/455; G06F9/46
Domestic Patent References:
WO2004104827A22004-12-02
WO2006010263A12006-02-02
Foreign References:
US6725451B12004-04-20
US20080256564A12008-10-16
US20020191018A12002-12-19
Other References:
None
Attorney, Agent or Firm:
ROBERTS, Scott (Intellectual Property LawHursley Park, Winchester, Hampshire SO21 2JN, GB)
Download PDF:
Claims:
CLAIMS

1. A metho d comprising : receiving an operating system independent function call at a web server, the call initiated at a web-based application; determining a particular operating system used by the web server; selecting a command based on the particular operating system used by the web server; and executing the selected command.

2. The method of claim 1, wherein the selected command is executed at the web server.

3. The method of claim 1, wherein the selected command initiates a web function associated with the operating system independent function call.

4. The method of claim 1, wherein the selected command initiates a function of the operating system used by the web server.

5. The method of claim 1, wherein the selected command is further selected based on the operating system independent function call.

6. The method of claim 1, wherein determining the particular operating system further comprises initiating an identification command at the web server to determine the particular operating system used by the web server.

7. The method of claim 1, wherein the operating system independent function call includes data to execute the function.

8. The method of claim 1, wherein the selected command includes data to execute a function of the particular operating system, wherein the function is selected based on the operating system independent function call.

9. The method of claim 1, wherein selecting the command further comprises selecting a version of an installation program for the web application based on the particular operating system.

10. The method of claim 1, further comprising providing results of execution of the command at the web server to the web-based application.

11. The method of claim 1, further comprising executing an executable module separate from the web-based application and in communication with the web server, wherein the executable module determines the particular operating system and selects the command based on the particular operating system.

12. The method of claim 1, wherein the web server identifies the particular operating system by executing an identify command.

13. The method of claim 12, wherein the web server is a Java server and the identify command is a Java system command.

14. A system comprising : a processor; and a memory accessible to the processor, the memory including: instructions executable at the processor, the instructions including an operating system independent function call; and instructions executable at the processor to determine an operating system type and to select an operating system dependent command based on the determined operating system type, and to execute the selected operating system dependent command in response to the operating system independent function call.

15. The system of claim 14, wherein the operating system dependent command is further selected based on the operating system independent function call.

16. The system of claim 14, wherein the memory further comprises an executable module to receive the operating system independent function call from a web application.

17. The system of claim 14, wherein the selected command is executed at a web server.

18. The system of claim 14, wherein the command comprises an installation program for a web application based on the determined operating system.

19. A computer readable medium comprising: instructions that, when executed by a processor in response to an operating system independent function call from a web-based application, cause the processor to determine a particular operating system used by the processor; and instructions that, when executed by the processor, cause the processor to select a command from a plurality of commands associated with the operating system independent function call, wherein each of the plurality of commands is associated with a different operating system, and wherein the command is associated with the particular operating system.

20. The computer readable medium of claim 19, further comprising instructions that, when executed by the processor, cause the processor to send results of execution of the command to the web-based application.

Description:
SYSTEMS AND METHODS FOR OPERATING SYSTEM IDENTIFICATION AND WEB APPLICATION EXECUTION

Field

The present disclosure is generally related to networked computing systems, and more particularly, to web application execution.

Description of Related Art

Web applications may rely upon functions that use instructions that, in turn, depend upon a particular operating system of a computing system on which the web application is executing. Certain web applications, as a result, include code to execute a series of tests in order to determine the type of operating system on which the web application may execute. The web application may be modified if there is a need or desire to execute the web application on a different computing system having a different operating system. Modifying web applications for different operating system environments adds costs to development.

Brief Summary

Systems and methods to execute web applications are provided. A particular method includes receiving an operating system independent function call at a web server from a web-based application. The method further includes determining a particular operating system used by the web server and selecting a command based on the particular operating system. The method further includes executing the selected command associated with the operating system independent function call at the web server.

A system is described that includes a processor and a memory accessible to the processor. The memory includes instructions executable at the processor, where the instructions include an operating system independent function call. The memory further includes instructions, executable at the processor, to determine an operating system type and to select an operating system dependent command based on the determined operating system type, and to execute the selected operating system dependent command in response to the operating system independent function call.

A computer readable medium includes instructions that, when executed by a processor in response to an operating system independent function call from a web-based application, cause the processor to determine a particular operating system used by the processor. The computer readable medium may further include instructions that, when executed by the processor, cause the processor to select a command from a plurality of commands associated with the operating system independent function call. Each of the plurality of commands is associated with a different operating system, and the selected command is associated with the particular operating system.

Brief Description of the Drawings

Preferred embodiments of the present invention will now be described, by way of example only, with reference to the following drawings:

FIG. 1 is a block diagram of an illustrative computer system configured to execute a web application in accordance with a preferred embodiment of the present invention; FIG. 2 is a flowchart showing processes executable by the system of FIG. 1 to execute a web application in accordance with a preferred embodiment of the present invention; and

FIG. 3 is a block diagram of another illustrative computer system configured to execute a web application in accordance with a preferred embodiment of the present invention.

Detailed Description

FIG. 1 illustrates a computing apparatus, such as a client-server based computer system 100 configured to execute web applications. In one aspect, the computer system 100 may provide web developers with an interface to retrieve a path to an executable web application without necessitating extra code to determine the operating system on which the web application is executing. Instead, a web server 146 may execute an identify command to transparently determine an operating system that is being used. The web server 146 may further provide the correct path to any required executables based on a set of parameters provided by the developers.

The system 100 of FIG. 1 is configured to determine a path to an executable by determining the type of operating system being executed by the system 100. The system 100 includes at least one computer 112. The computer 112 shown in FIG. 1 may represent any type of computer, computer system or other programmable electronic device capable of functioning as a client or a server in a client-server environment. Moreover, the computer 112 may be implemented using one or more networked computers, e.g., in a cluster or other distributed computing system.

The computer 112 includes a central processing unit (CPU) 126 that includes at least one microprocessor coupled to a memory 118. The memory 118 may include an operating system 140. The computer 112 generally operates under the control of the operating system 140. The operating system 140 may generally function as an interface between hardware and applications. The operating system 140 may be responsible for the management and coordination of activities and the sharing of computer resources.

The operating system 140 additionally may act as a host for applications that execute on the computer 112. As a host, the operating system 140 may manage details of the application as related to the operation of the hardware. Applications, such as web applications 148, may access operating system services through application programming interfaces (APIs) 150 or system calls. By invoking an API 150, the application may request a service from the operating system 140, pass parameters, and receive any results of an operation. Users may also interact with the operating system 140 using a software user interface, such as a command line interface or a graphical user interface.

The memory 118 may also include various computer software applications, components, programs, objects, modules, data structures, etc, that are executable by the CPU 126. For example, a web server 146 may include a program that accepts HTTP requests from clients, e.g., a web browser, and serves responses that typically include web pages, such as HTML documents and linked objects. The web server 146 may identify the operating system 140 being executed by the computer 112. The web server 146 may identify the operating system 140 in response to an operating system independent function call initiated at a web application 148. For example, a web application 148 may initiate an operating system independent call querying sales data. In response to the sales data query, an exemplary web server 146 may execute an identify command, e.g., a Java command including "System. getProperty ("os.name")". The indentify command may be configured to retrieve information identifying the operating system used by the web server 146.

In an embodiment, the web server 146 may include an executable module 156. The executable module 156 may include executables that execute an identify command to determine the operating system type. For example, the executable module 156 may receive the operating system independent function call prompting a display of employee address information. The executable module 156 may execute an identify command to determine the operating system type. The executable module 156 may further execute an operating system dependent command that is based on the operating system type and that initiates the display of employee address information.

The memory 118 may represent random access memory (RAM) devices comprising main storage of the computer 112, as well as any supplemental levels of memory, e.g., cache memories, non-volatile or backup memories (e.g., programmable or flash memories), readonly memories, etc. In addition, the memory 118 may include memory storage physically located elsewhere in the computer 112, e.g., cache memory in CPU 126, as well as any storage capacity used as a virtual memory, e.g., as stored on a mass storage device 130 or on another computer coupled to the computer 112 via a network 136. The computer 112 may receive and output data via a user interface 132.

The embodiment of FIG. 1 may reduce the number of tests used to determine the operating system. The web application may be modified to enable execution by the determined operating system at any time without rebuilding the source code. The embodiment of FIG. 1 may further provide web developers with a direct path to an executable web application that includes codes appropriate for the operating system being executed by the web server. The appropriate code, e.g., command string, may be determined and retrieved without necessitating extra software at the web application to determine the operating system on which the web application is executing. Instead, the web server 146 may transparently determine the operating system that is being used in response to an operating system independent function call. The web server 146 may provide the correct path to a version of code appropriate for the executing operating system. For example, an appropriate version of installation code may be selected from among a number of versions of installation programs, each version associated with a different operating system.

Referring to FIG. 2, a method is described that includes receiving an operating system independent function call at a web server from a web-based application, at 202. By way of example, a web-based application may be designed to list the user accounts on the server. According to one embodiment, the web-based application may be programmed to provide an operating system independent function call. For example, in a Java Websphere environment, the web-based application could utilize the provided method signature: pub lie .Java. lang. String getExecutable (Java. lang. String command ID)

In another example, an application web.xml file may be provided as follows: Executable commandId="LISTUSER">

<command ostype="Linux">cat /etc/passwd | cut -d: -fl</command> <command ostype="AIX">lsuser -c -a id home ALL | sed 7 Λ #.*/d' | tr ':'\Oi r</command>

</executable>

Responsive to receiving the operating system independent function call, a determination may be made as to the particular operating system used by the web server, at 204. The method used by the web server to determine the operating system being used may vary by system. As an example, a Java 2 Platform, Enterprise Edition (J2EE) server may use a Java System property "os.name". The J2EE server may use an identify command that include a Java method, such as System. getProperty ("os.name"), to retrieve the operating system identification information. Thus, in the exemplary system using a Java Websphere application executing on a J2EE platform, the web based application may be programmed to send the command "LISTUSER" to a web server. Responsive to receiving the command "LISTUSER", a determination may be made at the web server of the particular operating system being used, e.g., by executing the System. getProperty ("os.name") command. A method signature

"public Java. lang. String getExecutable(java.lang. String commandld)" may take the command (e.g., LISTUSER) attribute of the executable element as a parameter.

A command may be selected in response to the operating system independent function call and based on the particular operating system used by the web server 206. For example, the independent function call from the web application may initiate a determination by the web server of the operating system being executed by the web server. The command may include a version of installation code for the web application that is appropriate for the determined operating system. The web server 206 may provide a command string for AIX or Linux, for instance. Where the operating system is unsupported, a null value may alternatively be returned. In this manner, a command may be selected based on the operating system independent function and based on the particular operating system being used.

The command may be executed to access and implement the function associated with the operating system independent function call, at 208. For example, the command string for AIX or Linux may be executed by a respective AIX or Linux operating system to execute a function to, for example, list user accounts on the system.

In a particular embodiment, results of execution of the command may be provided to the web based application 210. In one particular example, only two operating systems (e.g., AIX and Linux) may be supported. Additional operating systems may be supported in other embodiments. For example, the following additional Java- supported operating systems may be used with certain embodiments: Digital Unix; FreeBSD; HP UX; Irix; Mac OS; MPE/iX; Netware 4.11 ; OS/2; Solaris; Windows 2000; Windows 95; Windows 98; Windows NT; and

Windows XP. The executable module 156 may be separate from and may operate independently with respect to the web-based application, allowing support for additional operating systems (whether currently supported by Java or supported in the future) to be added without the need to alter or rebuild the software for the web-based application. Rather, additional <command> elements may be added to the web.xml configuration file with corresponding operating system identifiers and commands.

The commands may access a function of the particular operating system. Continuing with the earlier example, one function may be to list the user accounts on the server. However, any number of functions may be accessed using the described techniques. In certain cases, a command may provide for including data necessary to execute the function. Data may be provided as part of the operating system independent function call and passed to the web server, such as the example of using the web.xml configuration file.

The embodiment of FIG. 2 may reduce the number of tests used to determine the operating system. The web server 146 may be used to determine the operating system being executed by the web server 146. The web application may be modified to enable execution by the determined operating system at any time without rebuilding the source code of the web application. The appropriate code, e.g., command string, may be determined and retrieved without necessitating extra web application software to determine the operating system on which the web application is executing. Instead, the web server 146 may transparently determine the operating system that is being used in response to an operating system independent function call. The web server 146 may provide the correct path to a version of code appropriate for executing the requested function at the executing operating system.

FIG. 3 is a block diagram of a computing system configured to execute the method of FIG. 2 to execute a web application. Computing system 300 includes webapp execution program 302, a web server 304, and an executable module 306 for executing a web application in a networked environment. In the depicted example, the computing system 300 includes a processor 308, a main memory 310, an input device 312, such as a keyboard or mouse, a display device 314, and a network adapter 316. The network adapter 316 is coupled to client computers 318, 320.

The main memory 310 may include computer instructions 322 installed onto a computer readable medium, such as computer memory storage. The main memory 310 may include the computer instructions 322 executable by the processor 308. The computer instructions 322 may include an operating system independent function call. As an example, the operating system independent function call may be the LISTUSER function described above, but may also be any number of other functions as may be useful for implementation with a particular web-based application. The computer instructions 322 may determine the operating system type of the server and may execute an operating system dependent command selected from a plurality of commands 324.

The operating system dependent command may be selected based on the operating system type and in response to the operating system independent function call of the instructions 322. For example, the operating system dependent command may include a version of installation code selected from a number of installation codes where each code is associated with a corresponding operating system. The selection may be automatically made based on the determination of the operating system being executed by the web server. The operating system determination may be made in response to receiving the operating system independent call.

The main memory 310 may also include the executable module 306, such as the executable module 156 described in reference to FIG. 1, to execute a command 324 to determine the operating system type. The executable module 306 may additionally execute an operating system dependent command. In one example, either a first operating system dependent command (e.g., for AIX) or a second operating system dependent command (e.g., for Linux) may be executed depending on the operating system type. Additional operating system dependent commands may be added and made accessible to the main memory 310 for other operating systems. An operating system (not shown) runs on the processor 308 and coordinates and provides control of various components within the computing system 300. The operating system may be a commercially available operating system such as Microsoft® Windows® XP (Microsoft and Windows are trademarks of Microsoft Corporation in the United States, other countries, or both). An object oriented programming system, such as the Java® programming system, may run in conjunction with the operating system and provide calls to the operating system from Java programs or applications executing on the computing system 300 (Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both).

The hardware in computing system 300 may vary depending on the implementation. Other internal hardware or peripheral devices, such as flash memory, equivalent non- volatile memory, or optical disk drives and the like, may be used by the computing system 300 but are not specifically illustrated in FIG. 3 to simplify the explanation. Also, the processes of the disclosed illustrative embodiments may be applied to a multiprocessor data processing system.

The depicted examples described with respect to FIG. 3 are not meant to imply architectural limitations. For example, portions of the computing system 300 may be implemented in a personal computer, a server, a server cluster, a tablet computer, a laptop computer, or a communication device.

Particular embodiments of the computing system 300 can take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment containing both hardware and software elements. In a particular embodiment, the disclosed methods are implemented in software that is embedded in a processor readable medium and executed by a processor (including but not limited to firmware, resident software, microcode, etc).

Further, embodiments of the present disclosure, such as the one or more embodiments in FIGS. 1-3, can take the form of a computer program product accessible from a computer- usable or computer-readable medium providing program code for use by or in connection with a computer or any instruction execution system. For the purposes of this description, a computer-usable or computer-readable medium can be any apparatus that can tangibly embody a computer program and that can contain, store, or communicate the program, or portions thereof, for use by or in connection with the computer, the instruction execution system, an apparatus, or a computing device.

In various embodiments, the medium can include an electronic, magnetic, optical, electromagnetic, infrared, or a semiconductor system (or apparatus or device). Examples of a computer-readable medium include a semiconductor or solid state memory, magnetic tape, a removable computer diskette, a random access memory (RAM), a read-only memory (ROM), a rigid magnetic disk and an optical disk. Current examples of optical disks include compact disk - read only memory (CD-ROM), compact disk-read/write memory (CD-R/W) and digital versatile disk (DVD).

The previous description of the disclosed embodiments is provided to enable a person skilled in the art to make or use the disclosed embodiments. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles disclosed herein may be applied to other embodiments without departing from the scope of the disclosure. Thus, the present disclosure is not intended to be limited to the embodiments shown herein, but is to be accorded the widest scope possible consistent with the principles and features as defined by the following claims.