US20060010422A1 - Common user interface development toolkit for a system administration program - Google Patents

Common user interface development toolkit for a system administration program Download PDF

Info

Publication number
US20060010422A1
US20060010422A1 US11/224,376 US22437605A US2006010422A1 US 20060010422 A1 US20060010422 A1 US 20060010422A1 US 22437605 A US22437605 A US 22437605A US 2006010422 A1 US2006010422 A1 US 2006010422A1
Authority
US
United States
Prior art keywords
task
user interface
server
system administration
administration program
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US11/224,376
Inventor
Kirthiga Reddy
Wesley Smith
John Relph
Rebecca Underwood
Jenny Leung
James Orosz
Roger Chickering
Christiaan Beekhuis
Elizabeth Zeller
Sandeep Jain
Delle Maxwell
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Graphics Properties Holdings Inc
RPX Corp
Morgan Stanley and Co LLC
Original Assignee
Silicon Graphics Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Silicon Graphics Inc filed Critical Silicon Graphics Inc
Priority to US11/224,376 priority Critical patent/US20060010422A1/en
Publication of US20060010422A1 publication Critical patent/US20060010422A1/en
Assigned to GENERAL ELECTRIC CAPITAL CORPORATION reassignment GENERAL ELECTRIC CAPITAL CORPORATION SECURITY INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: SILICON GRAPHICS, INC.
Assigned to MORGAN STANLEY & CO., INCORPORATED reassignment MORGAN STANLEY & CO., INCORPORATED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: GENERAL ELECTRIC CAPITAL CORPORATION
Assigned to RPX CORPORATION reassignment RPX CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: GRAPHICS PROPERTIES HOLDINGS, INC.
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Definitions

  • This invention relates generally to computer systems, and more particularly to development of user interfaces for a computer system administration program.
  • Interfaces for various system administration applications can be inconsistent, requiring the user to learn each one of a variety of different system-administration applications.
  • Typical system administration applications are hard to use and confusing for the non-technical user.
  • the following are examples of the problems that users face:
  • Prerequisites and background knowledge Users can get stuck when they must perform an administration task and do not know enough about the system to start or to complete the task. For example, users might want to share a file on the network, but do not know that in order to share an individual file, they must share the file's directory.
  • the present invention provides solutions to the above-described shortcomings in conventional approaches, as well as other advantages apparent from the description and appendices below.
  • the present invention provides a toolkit for developing user-interfaces for a system administration program.
  • the toolkit has a server-side application-programming interface (API).
  • the server-side has task-registry files that each describe a task group.
  • the toolkit also has a client-side API.
  • a developer can customize product-specific properties files for a specific product and write code that calls the server-side and client-side APIs to create a graphical user interface for the specific product.
  • FIG. 1 depicts a pictorial example of a network of computer systems that can be used to implement an embodiment of the invention.
  • FIG. 2 depicts a block diagram of the principal components of a client and server attached via a network, according to an embodiment of the invention.
  • FIG. 3 depicts a block diagram showing more detail of the software architecture of an example client and server, according to an embodiment of the invention.
  • FIG. 4 depicts a block diagram of the relationships of tasks to task data, according to an embodiment of the invention.
  • FIG. 5 depicts a block diagram of a product specific properties file, according to an embodiment of the invention.
  • FIG. 6 depicts a pictorial representation of an example user interface, according to an embodiment of the invention.
  • FIG. 7 depicts a block diagram of the format of a task data file, according to an embodiment of the invention.
  • FIG. 8 depicts a block diagram of the format of a task registry file, according to an embodiment of the invention.
  • FIG. 9 depicts a flowchart of the operations of the client, according to an embodiment of the invention.
  • FIG. 10 depicts a flowchart of the operations of the server after the client has issued a login command, according to an embodiment of the invention.
  • FIG. 11 depicts a flowchart of the operations of the server after the user has selected the “OK” button, according to an embodiment of the invention.
  • FIG. 12 depicts a pictorial representation of an example user interface for a Form, according to an embodiment of the invention.
  • FIG. 13 depicts a pictorial representation of an example user interface for a Guide, according to an embodiment of the invention.
  • FIG. 14 depicts a pictorial representation of another example user interface for a Guide, according to an embodiment of the invention.
  • FIG. 15 depicts a pictorial representation of an example user interface for a ResultView, according to an embodiment of the invention.
  • FIG. 16 depicts a pictorial representation of ItemView window, according to an embodiment of the invention.
  • FIG. 17 depicts a pictorial representation of a TreeView window, according to an embodiment of the invention.
  • FIG. 1 depicts an example of a network of computer systems that can be used to implement an embodiment of the invention.
  • Client computer system 110 is connected to remote server computer system 188 via network 160 .
  • Computer system 110 includes processing unit 112 , display device 114 , keyboard 116 , pointing device 118 .
  • Processing unit 112 receives input data from input devices such as keyboard 116 , pointing device 118 , and network 160 and presents output data to a user via display device 114 .
  • Pointing device 118 is used in conjunction with a graphical user interface (GUI) in which hardware components and software objects are controlled through the selection and the manipulation of associated graphical objects displayed within display device 114 .
  • GUI graphical user interface
  • computer system 110 is illustrated with a mouse for pointing device 118 , other graphical-pointing devices such as a graphic tablet, joystick, trackball, or track pad could also be used.
  • Keyboard 116 is that part of computer system 110 that resembles a typewriter keyboard and that enables a user to control particular aspects of the computer.
  • Video-display terminal 114 is the visual output of computer system 110 .
  • processing unit 112 further includes diskette drive 122 , hard-disk drive 123 , and tape drive 124 , which are interconnected with other components of processing unit 112 .
  • diskette drive 122 , hard-disk drive 123 , and tape drive 124 are shown incorporated into system unit 112 , they could be external to system unit 112 , either connected directly, on a local area network (LAN), on network 160 , or attached to remote computer system 188 .
  • LAN local area network
  • Computer system 110 can be implemented using any suitable computer available from a number of vendors. Computer system 110 is thus a configuration that includes all functional components of a computer and its associated hardware.
  • a typical computer system includes a console or processing unit such a processing unit 112 , with one or more disk drives, a monitor such as video display terminal 114 , and a keyboard such as keyboard 116 .
  • Remote computer system 188 can be implemented using any suitable computer that contains non-volatile storage.
  • an embodiment of the present invention can apply to any hardware configuration that allows developing a user interface for a system administration program regardless of whether the computer system is a complete, multi-user computer apparatus, a single-user workstation, or a network appliance that does not have non-volatile storage of its own.
  • FIG. 2 depicts a block diagram of the principal components of processing unit 112 of client 110 and server 188 attached via network 160 .
  • Client 110 contains processor 240 connected via bus 255 to memory 230 , diskette drive 122 , hard-disk drive 123 , tape drive 124 , and network adapter 252 .
  • FIG. 2 depicts a block diagram of the principal components of processing unit 112 of client 110 and server 188 attached via network 160 .
  • Client 110 contains processor 240 connected via bus 255 to memory 230 , diskette drive 122 , hard-disk drive 123 , tape drive 124 , and network adapter 252 .
  • FIG. 2 depicts a block diagram of the principal components of processing unit 112 of client 110 and server 188 attached via network 160 .
  • Client 110 contains processor 240 connected via bus 255 to memory 230 , diskette drive 122 , hard-disk drive 123 , tape drive 124 , and network adapter 252 .
  • FIG. 2 depicts a block
  • Processor 240 executes instructions and includes that portion of client 110 that controls the operation of the entire computer system, including executing the arithmetical and logical functions contained in a particular computer program. Although not depicted in FIG. 2 , processor 240 typically includes a control unit that organizes data and program storage in a computer memory and transfers data and other information between the various part of the computer system. Processor 240 accesses data and instructions from and stores data to memory 230 .
  • processor 240 Any appropriate processor could be utilized for processor 240 .
  • client 110 is shown to contain only a single processor and a single system bus, the present invention applies equally to computer systems have multiple processors and to computer system that have multiple buses that each perform different functions in different ways.
  • Memory 230 comprises an number of individual, volatile-memory modules that store segments of operating system and application software while power is supplied to client 110 .
  • the software segments are partitioned into one or more virtual memory pages that each contain an uniform number of virtual memory addresses.
  • pages that are not currently needed are swapped with the required pages, which are stored within non-volatile storage devices 122 or 123 .
  • Memory 230 is a type of memory designed such that the location of data stored in it is independent of the content. Also, any location in memory 230 can be accessed directly without having to start from the beginning.
  • Memory 230 contains client programs 260 and service proxy 262 , which contain instructions capable of being executed by processor 240 . In the alternative, they could be implemented by control circuitry though the use of logic gates programmable logic devices, or other hardware components in lieu of a processor-based system. The operation of client programs 260 and service proxy 262 are described below with reference to FIG. 3 .
  • Diskette drive 122 and hard disk drive 123 are electro-mechanical devices that read from and write to magnetic disks, although any non-volatile storage devices could be used such as CD-ROM drives.
  • Tape drive 124 is an electro-mechanical device that reads from and writes to tape media.
  • client 110 includes network adapter 252 , which facilitates communication between client 110 and network 160 , which might be a local area network (LAN), an intranet, or the Internet.
  • Network 160 provides a user of client 110 with a means of electronically communicating information, including software, with a remote computer or a network logical-storage device.
  • network 160 supports distributed processing, which enables client 110 to share a task with other computer systems linked to the network.
  • Network adapter 252 could also be a modem, which supports communication between client 110 and another computer system over a standard telephone line. Furthermore, through a modem, client 110 can access other sources such as server, an electronic bulletin board, and the Internet or World Wide Web.
  • Network 160 may include a plurality of networks, each of which could include a plurality of individual computers.
  • Network 160 and server 188 could be located a great geographic distance from client 110 , or they could be in the same room or even on the same desktop.
  • Client 110 could be connected to network 160 via a standard telephone line, a dedicated cable, or a wireless communications link.
  • Server 188 contains memory 270 , processor 275 , and storage 278 , which are all connected via system bus 279 .
  • Memory 270 can be any type of computer memory, analogous to those described for memory 230 .
  • Memory 270 contains system administration program 280 , port handler 282 , and service 284 .
  • Port handler 282 handles communication over network 160 to client 110 via a TCP (Transmission Control Protocol) connection, although any suitable communications protocol could be used.
  • TCP Transmission Control Protocol
  • System administration program 280 handles receiving packets from and passing packets to service 284 .
  • Packets are the basic unit of communication between client 110 and server 188 .
  • a packet which contains a type that identifies which service 284 it is associated with and a selector that indicates which command or notification is being sent.
  • each packet contains key/value pairs of information that specify any additional information needed to convey the command or notification. Examples of packets are username/password packets, notification packets, and command packets.
  • the username/password packet authenticates client 110 to the server 188 .
  • communication between client 110 and server 188 takes the form of commands from client 110 to server 188 and notifications from server 188 to client 110 .
  • service 284 provides four services that client 110 can use to access server 188 : category service, association service, task registry service, and privilege broker service, but any number and type of services could be provided.
  • Client 110 uses the category service to retrieve information about server 188 .
  • the category service monitors an aspect of the system and maintains an Item for each entity.
  • a Category represents a collection of monitored Item(s) of a specific type. For example, the collection of user account Item(s) can be represented by a Category instance.
  • An Item includes a list of key value pairs and represents some system entity to be administered, e.g., a cluster, a volume, or a file system.
  • the client is notified when Items are added, changed, or removed.
  • the association service maintains a state representing relationships between Items on the system.
  • the Task registry services fetches lists of Tasks from the server based on criteria.
  • the privilege broker service enables client 110 to run privileged commands on server 188 .
  • a privileged command is a command that is executed on server 188 with more privileges and permissions than the typical user.
  • the functions of system administration program 280 and service 284 are further described below with reference to FIG. 4 .
  • Processor 275 can be any type of computer processor, analogous to those described for processor 240 .
  • Storage 278 can be any type of non-volatile storage, analogous to those described for diskette drive 122 , hard disk drive 123 , and tape drive 124 .
  • FIG. 1 The configuration depicted in FIG. 1 is but one possible implementation of the components depicted in FIG. 2 .
  • Portable computers, Laptop computers, and network computers or Internet appliances are other possible configurations.
  • the hardware depicted in FIG. 2 may vary for specific applications.
  • other peripheral devices such as optical-disk media, audio adapters, or chip programming devices, such as PAL or EPROM programming devices may be used in addition to or in place of the hardware already depicted.
  • PAL or EPROM programming devices may be used in addition to or in place of the hardware already depicted.
  • an embodiment of the invention can apply to any hardware configuration that allows developing user interfaces, regardless of whether the hardware configuration is a complicated, multi-user computing apparatus, a single-user workstation, or a network appliance that does not have non-volatile storage of its own.
  • aspects of an embodiment pertain to specific method steps implementable on computers.
  • the invention can be implemented as a computer program product for use with a computer system.
  • the programs defining the functions of the embodiment can be delivered to a computer via a variety of signal-bearing media, which include, but are not limited to (a) information permanently stored on non-writeable storage media (e.g., read only memory devices within a computer such as CD-ROM disks) readable by an unillustrated CD-ROM drive; (b) alterable information stored on writeable storage media (e.g., floppy disks within diskette drive 122 , tape drive 124 , or hard-disk drive 123 ); or (c) information conveyed to a computer by a communications media, such as through a computer or telephone network including wireless communications.
  • Such signal-bearing media when carrying computer-readable instructions that direct the functions of the present invention, represent embodiments of the present invention.
  • FIG. 3 depicts a block diagram showing more detail of the software architecture of client 110 and server 188 , which are again connected via network 160 .
  • Client 110 contains application 230 , service proxy 262 , user interface components 336 , and runtime 338 .
  • Application 230 contains Task manager 341 .
  • Task manager 341 contains resource file 343 and product-specific properties file 346 . Although only one resource file 343 is shown, in another embodiment there are multiple resource files.
  • Application 230 also contains Task data 365 - 1 and Task data 365 - 2 . Although two task data files are shown, other embodiments any number can be present. Task data is further described below with reference to FIG. 4 .
  • the format of the properties file is further described below with reference to FIG. 7 .
  • Product-specific properties file 346 specifies which product's Task data must be loaded before the Task will run.
  • Task manager 341 reads product-specific properties file 346 and creates Task-manager window 600 , as further described below with reference to FIG. 6 .
  • Task manager 341 uses the functions of UI components 336 and runtime 338 , which make up the client-side API (Application Program Interface).
  • the developer writes code (e.g., Java code) and customizes resource file 343 to create, for example, ItemView, CategoryView, TreeView, Task, and ResultView, which are all items that create a common user-interface.
  • a developer writes code on server 188 , such as developer-supplied plugins 355 - 1 and 355 - 2 , to create Items and Categories. In one embodiment, there are separate resource files for each of these items.
  • a CategoryView is a window displaying relevant information about a Category.
  • a ResultView is further described below with reference to FIG. 15 .
  • An ItemView is further described below with reference to FIG. 16 .
  • a TreeView is further described below with reference to FIG. 17 .
  • Server 188 contains system administration program 280 , developer-supplied plug-ins 355 - 1 and 355 - 2 , and operating system 370 .
  • System administration program 360 contains Task registry 360 , which is further described below with reference to FIG. 8 .
  • System administration program 360 provides server-side API functions.
  • FIG. 4 depicts the relationship of Tasks running on client 110 to Task data 365 .
  • a Task provides one or more user interfaces that prompt the user for parameters for making a change to the system, and OK method 420 , which is called after the user has entered Form or Guide data, as further described below with reference to FIGS. 12, 13 , and 14 .
  • OK method 420 is an object-oriented method, which can be used to access or operate on encapsulated data within an object. OK method 420 is further described below with reference to FIG. 11 .
  • a Task can have more than one user interface, e.g.
  • Form 410 and Guide 415 since the user can switch back and forth between user interfaces, the Task data mechanism is provided so that data is not lost when the user switches between interfaces.
  • An example user interface associated with Form 410 is further described below with reference to FIG. 12 .
  • An example user interface associated with Guide 415 is further described below with reference to FIGS. 13 and 14 .
  • the Task's internal representation of what the user has entered is stored as attributes in Task data 365 , so that when the component changes, Task data 365 changes, and when Task data 365 changes, the component is changed.
  • OK method 420 can obtain the parameters to pass to privilege broker service 425 from the common Task data rather than querying the user interface components.
  • FIG. 5 depicts a block diagram of product specific properties file 346 , which Task manager 341 uses to create the Task manager user interface, as further described below in the description for FIG. 6 .
  • product specific properties file 346 contains title data 505 , table of contents data 510 , start up data 515 , and button bar data 520 .
  • Title data 505 contains the title that the developer would like to see on the user interface.
  • Table of contents data 510 contains title data 525 , list of links data 530 , and description of pages 540 .
  • Title data 525 contains the title that Task manager 341 will display in the table of contents section of the user interface.
  • List of links data 530 contains the links that Task manager 341 displays in the table of contents section of the user interface.
  • Description of pages 540 contains a list of the Tasks that Task manager 341 invokes when the user selects the associated link and may contain references to task groups.
  • Startup 515 contains pointers or other references to initialization code that runs when Task manager 341 starts up. For example, a product might want to set up default values for Task data 365 that will be used by product-specific Tasks.
  • Button bar data 520 contains button data that Task manager 341 uses to create buttons in the button bar section of the user interface, as further described in FIG. 6 .
  • FIG. 6 depicts a pictorial representation of an example Task manager user interface.
  • User interface 600 is shown.
  • Task manager 341 builds user interface 600 using product specific properties file 346 .
  • User interface 600 contains title area 610 , table of contents area 615 , display area 620 , and button area 630 .
  • an area is a frame or window that appears separately on display device 114 .
  • Table of contents area 615 contains link 1 642 , link 2 644 , and linkn 648 .
  • client 110 consults description of pages 540 . If description of pages 540 indicates that the page should show a task group, then client 110 sends a packet to server 188 indicating that a task group has been requested. In response, server 188 consults the corresponding task-registry file 360 and returns a list of tasks in the task group to client 110 for display in display area 620 .
  • An example of the displayed page is shown with Tasks 680 - 1 , 680 - 2 , and 680 - 3 . When the user selects one of these Tasks, a Form or Guide window is displayed, as further described below with reference to FIGS. 12, 13 , and 14 .
  • button area 630 contains product specific button 660 and close button 664 .
  • product specific button 660 actions specific to the product are performed.
  • close button 664 user interface 600 is closed.
  • FIG. 7 depicts a block diagram of the Task data structure.
  • Task data 365 contains a set of key/value pairs 705 representing the information entered by the user as well as other Task states. These key/value pairs are associated with a particular login session. Task data 365 can be used to share information among different input components within a Task, as well as among different Tasks in a session.
  • FIG. 8 depicts a block diagram of the Task-registry data structure 360 , which maps task groups to Tasks.
  • Task-registry data structure includes tables of task groups and task names 810 - 1 and 810 - 2 . Although two tables are shown, in other embodiments, any number can be present.
  • FIG. 9 depicts a flowchart of functions performed by client 110 in response to the user starting Task manager 341 .
  • control begins. Control then 5 continues to block 905 where Task manager 341 reads the data in product-specific properties file 346 . Control then continues to block 910 where Task manager 341 creates Task manager window 600 . Control the continues to block 915 where Task manager 341 creates table of contents area 645 using table of contents data 510 . Control then continues to block 920 where Task manager 341 creates button bar area 630 using button bar data 520 . Control then continues to block 925 where Task manager 341 creates display area 620 . Control then continues to block 927 where Task manager 341 creates title area 610 using title data 505 . Control then continues to block 930 where Task manager 341 determines whether the user has selected one of the links 642 , 644 , or 648 in table of contents 645 .
  • control continues to block 935 where Task manager 341 displays the appropriate page for the link selected.
  • Control then continues to block 940 where Task manager 341 determines whether the page contains references to a task group. If the determination at block 940 is false, then control returns to block 930 , as previously described above. If the determination at block 940 is true, then control continues to block 945 where client 110 sends the name of the task group to server 188 . Control then continues to block 947 where client 110 receives a list of tasks associated with the task group from server 188 . Control then continues to block 948 where task manager 341 displays the task names on the page. Control then returns to block 930 , as previously described above.
  • Task manager 341 determines whether the user has selected close button 664 . If the determination is false, then control returns to block 930 , as previously described above. If the determination at block 950 is true, then control continues to block 999 where Task manager 341 closes user interface window 600 .
  • FIG. 10 depicts a flowchart of the operations of system administration program 280 in server 188 in response to a user at client 110 initiating a login command.
  • control begins.
  • Control then continues to block 1005 where system administration program 280 creates a host context.
  • a host context is needed in order to access system administration services and shared data.
  • the host context is created by the login process and typically persists until the last area (in one embodiment a frame) of the session has been closed. For example, when the user launches Task manager 341 , the user will only have to log in once; any subsequent Task created will share the host context created at login time.
  • Tasks are loaded in a two-step process to allow the Task to be queried for static information such as its user-readable name, icon image, and privileges needed to instantiate the Task. This is especially useful for Task clients that display information about a large number of Tasks, such as Task manager 341 , but which don't want the overhead of loading any Task class into memory until it is launched.
  • the Task context is used by Task subclasses and their components to share data and state information during the life of the Task.
  • An example of data would be information entered by the user, while state could include information about the server connection.
  • Product attributes 705 are stored in the host context, so that they can be shared by all components in a given session.
  • product-specific plugin 355 sets the attributes. Plugin 355 brings up a area that requests information from the user. Plugin 355 then copies the information to Task data 365 . Subsequent requests to load product attributes 705 will not bring up a area, but will simply copy the attribute values cached in the host context into Task data 365 of the requestor's Task.
  • system administration program 280 overrides product attributes 705 if the client desires.
  • Some Task clients may wish to override product attributes 705 or share Task data attributes among the Tasks. For example, a metaTask may wish to pass a Task data attribute from one Task to the next, so that the user doesn't have to enter the data twice. If Task data attributes are passed to the Task loader, it will attempt to copy those Task data attributes to the Task being loaded. Not all Task data attributes may be set by Task clients. Unless a Task has declared an attribute key public in its properties file, an attempt to retrieve attributes will cause the Task to exit with an assertion failure. This mechanism is in place to hide implementation details from Task clients.
  • Some Tasks may need an operand or operands on which to perform their operation.
  • An operand is typically an Item selector, which is a string that uniquely identifies an administered object on the server.
  • the modify user account Task would take a single user account as an operand, while the delete user account Task might take on or more user accounts as operands, and the define user account Task would not take any operands.
  • Operands are passed after product attributes are loaded and after Task data attributes are set to allow product attributes and Task data attributes to be overridden if desired. Because operands may be passed to Tasks by a class with no specific knowledge about the Task, no ordering of operands is required by the Task.
  • system administration program 280 verifies that all the prerequisites are in place to run the Task. This includes checking the Task data attributes, operands, privileges, and state of the system being administrated.
  • the principle behind verifying prerequisites is to detect error conditions as early as possible. For example, a Task that requires special system software to be installed should check the system for that software at this stage of Task loading. It is annoying for users to enter data and then discover that the system is not in a state to perform the Task.
  • the Task loader calls three different verification methods. This three-stage process is aimed at providing error feedback to the user as early as possible.
  • the first stage is where most verification occurs. Only checks that require privileges, such as accessing read-protected files, are deferred to the third stage.
  • the second stage checks the privileges that are defined in the properties file of the Task. If the user does not have the required privileges, the user is asked to enter the root password to continue.
  • the final verification stage is provided for those rare Tasks that need privileges to fully verify that the Task is ready to run. For example, Tasks that require access to read-protected files will need to have privileges before being able to verify that the Task prerequisites are met.
  • the visible components of a Task are created after the Task has been added to a visible area (a frame in one embodiment) or its frame parent becomes visible for the first time. Then, visible components are created on a just-in-time basis. Tasks are displayed within an existing area. Control then continues to block 1099 where the process stops.
  • FIG. 11 depicts a flowchart of the server performing OK method 420 .
  • Control begins at block 1100 .
  • Control then continues to block 1105 where the Task determines that OK button 1230 or 1430 has been selected.
  • Control then continues to block 1110 where the Task checks attributes 705 in Task data 365 to determine that they are valid and consistent.
  • Control then continues to block 1115 where the Task operation is initiated.
  • Control then continues to block 1199 where the function returns.
  • FIG. 12 depicts a pictorial representation of an example user interface for a Form.
  • Task Form window 1200 is shown displayed on display device 114 .
  • Task Form window 1200 contains Task name 1205 and label fields 1210 , 1215 , and 1220 .
  • OK button 1230 After the user has entered the appropriate data and selects OK button 1230 , the operations previously described above with reference to FIG. 11 are performed.
  • the purpose of the Form interface is to make the entry of Task parameters simple and fast. In one embodiment, it is suitable for Tasks of low complexity and a small number of parameters. Forms are the preferred interface when the typical users are knowledgeable and comfortable with the system being administered.
  • FIG. 13 depicts a pictorial representation of an example user interface for a Guide.
  • Task Guide window 1300 is shown displayed on display device 114 .
  • Task Guide window 1300 contains Task name 1305 and label field 1310 .
  • the user interface as described below with reference to FIG. 14 is displayed.
  • a Guide is a multi-page GUI containing explanatory text with a small set of labeled input components on each page.
  • the purpose of the Guide interface is to provide step-by-step guidance on completing a complex task or tasks with a large number of parameters.
  • Guides are the preferred interface when the typical users are novices or not comfortable with the system being administered.
  • FIG. 14 depicts a pictorial representation of another example user interface for a Guide.
  • Task Form window 1400 is shown displayed on display device 114 .
  • Task Form window 1400 contains Task name 1405 and label field 1410 .
  • OK button 1430 After the developer has entered the appropriate data and selects OK button 1430 , the operations previously described above with reference to FIG. 11 are performed.
  • FIG. 15 depicts a pictorial representation of ResultView window 1500 , which displays the results of a Task that has been successfully completed. (If the Task could not be performed, the user is given an error message describing the problem, and the Form or Guide remains open until the Task is successfully completed or explicitly canceled.)
  • ResultView window 1500 contains descriptive message 1510 , icon 1520 representing the Item that was operated on (if applicable) and TaskShelf 1530 showing the related Tasks that the user may want to launch next. The user can launch the Tasks identified in TaskShelf 1530 by clicking on the task name or icon.
  • TaskShelf 1530 is dynamic, meaning it will update the list of Tasks based on the state of the system.
  • FIG. 16 depicts a pictorial representation of ItemView window 1600 , which displays relevant information regarding an Item.
  • ItemView window 1600 displays the Item's icon 1610 with the icon color indicating the Item's state in one embodiment.
  • ItemView window 1600 also displays application-specific contents in ItemTables 1615 and TaskShelf 1630 .
  • ItemTables 1615 shows information about all Items in a Category.
  • ItemView window 1600 also displays Key-value pairs 1620 .
  • FIG. 17 depicts a pictorial representation of TreeView window 1700 , according to an embodiment of the invention.
  • TreeView window 1700 displays Items that have a hierarchical relationship.
  • the cluster “fall” 1710 contains tow resource groups rho 1720 and xi 1730 , which each contain two resources.
  • RichTextComponents in ItemTables can contain glossary links and task launchers, which look like web links. For the component to look just like a web link, the hand cursor appears and indicates to the user that a link is available and clickable. Other components in ComponentTables may be modified to have different cursors.
  • the UIContext class allows correct blocking behavior and busy cursors over blocked windows, modal dialogs blocking a window or the whole application, and busy dialogs over a window or the whole application.
  • An ItemView can be easily launched from a Result View, which appears when a Task completes.
  • the Result View displays the affected Item's name and icon, either of which can be clicked on to launch an ItemView.
  • This icon and the name of the Item are updated if the Item changes and are always exactly the same as would be seen in the Item View. If the Task has created an Item, but the Item is not yet in the Category when the Result View appears, the Result View will print a message indicating that the Item is pending, and when the Item appears in the Category, the name and Icon will appear.
  • a component is provided that displays all of the Items in a Category in table form, called an Item Table.
  • the columns of the table are Attributes, and there is one Item per row.
  • the first column of the table usually contains a small icon for the Item.
  • the user can choose the column to sort by clicking on the column headers.
  • there is not room in the table to display all of the Attributes on the Item clicking on the name of the Item or Icon will launch an ItemView showing all the Attributes.
  • the developer can choose which Attributes to display, the order in which they will be displayed, the width of the columns, the method of converting the Attribute to a string, and the height of the Table in the properties files.
  • developers are allowed to write Java classes for each of the columns of the Table, and in that manner, any component can be displayed.
  • an ItemFinder is supplied, which looks to the user like a JComboBox.
  • the developer attaches the Item Finder to a Category or Association, and the ItemFinder code takes care of populating itself with the names of the Items.
  • the developer can also pass an ItemTester Object, which can be used to filter the Items based on the contents of their Attributes. The ItemFinder will automatically keep itself up-to-date with the contents of the Category.
  • TaskData binder classes enable the developer to bind the state of the ItemFinder to the Task's TaskData.
  • TaskData Binders connect the TaskData to the selected Item's user-visible name or the Item's sector. The developer can also programmatically read and change the selected Item, either by the user-visible name of the Item or by the Item's selector.
  • All of the icons displayed are rendered dynamically from vector-based icon description. This allows the developer to only create an icon once, but it can be displayed at any desired size. Once the icon description has been created, icons can be referenced by name in properties files so that developers can change any of the icons.
  • the icons for Items have some special properties.
  • the icon's appearance can change based on the state of the Attributes of the Item.
  • the color of the icon can change, an overlay can appear on top of the icon, the icon can be make to blink, or an entirely different icon can be used, all based on the Item's state, and all controlled by a simple properties file.
  • the developer can pre-generate source files that compile and run, displaying a basic GUI. This is a quick way for developer to get started.
  • the source files are useful skeletons that the developer can examine as example code, as well as flesh out with their actual application functionality.
  • the server daemon can specify the authentication scheme to be used. Available schemes are Unix authentication and null. The default scheme is Unix, which requires a valid login/password pair before sysadmd will respond to further requests.
  • the null authentication scheme does not require authentication of any kind and can be used when sysadmd is started from rshd. Since rshd implements its own authentication scheme, no further authentication is required on the part of sysadmd.
  • the TreeView component displays a hierarchical view of Items in cascading Categories. Its is possible to provide a custom sort method to control the ordering of the display of the Items in any given category. Normally, Items in any given Category are sorted alphabetically by the Selectors of those Items.
  • the LogViewer component displays the contents of the /var/sysadm/salog file, but filters out, on the server for efficiency, less important messages.
  • All applications automatically write their log messages to the /var/sysadm/salog file. End users can easily cut and paste form/to this log to record actions that they've taken in a GUI and that they want to be able to repeat as a script. Developers can watch this log while developing their application, to observe and correct their application's GUI behavior.
  • the online end-user is provided help for all tasks that a user can accomplish using the GUI, and other related information.
  • This help mechanism uses a platform-independent extensible help system that enables developers to incorporate online help in applications and applets. By clicking the Help button in a Task GUI, the user is able to view the detailed description of the task that the system is running.
  • the help index window also allows a user to select a particular topic directly from the list. This feature is useful for new users or users who are not familiar with certain Tasks. The help system explains what the Tasks do.
  • An object or Item can be represented by an icon that is displayed as part the GUI. This icon can be programmed to start or stop blinking to reflect the state of the object. This is an effective way to get the user's attention when immediate action is required for some situations.
  • Server-side product attributes are supported, so that the server can tell the client specific information about the product. This allows the client to detect differences in server software configurations, and thus the client can take special action if necessitated by the server configuration.
  • the splash screen is an image that is displayed immediately after an application is executed and then is replaced by the application window once it is ready. This feature enables the developer to use an attractive image to give the user feedback that the GUI is starting up and to state the product's brand identity. An in-progress statement or any one-line informational text can be displayed at the bottom of the screen.

Abstract

A toolkit for developing user-interfaces for a system administration program. The toolkit has a server-side application-programming interface (API). The server-side has task-registry files that each describe a task group. The toolkit also has a client-side API. A developer can customize product-specific properties files for a specific product and write code that calls the server-side and client-side APIs to create a graphical user interface for the specific product.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • This application is a continuation of U.S. application Ser. No. 09/811,345, filed Mar. 16, 2001, which is related to and claims the priority of U.S. Provisional Application No. 60/189,863, filed Mar. 16, 2000, both of which are incorporated herein by reference.
  • FIELD OF THE INVENTION
  • This invention relates generally to computer systems, and more particularly to development of user interfaces for a computer system administration program.
  • COPYRIGHT NOTICE/PERMISSION
  • A portion of the disclosure of this patent document contains material that is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure as it appears in the Patent and Trademark Office patent file or records, but otherwise reserves all copyright rights whatsoever. The following notice applies to the software and data as described below and in the drawings hereto: Copyright© Silicon Graphics Incorporated, 2000. All Rights Reserved.
  • BACKGROUND OF THE INVENTION
  • Interfaces for various system administration applications can be inconsistent, requiring the user to learn each one of a variety of different system-administration applications. Typical system administration applications are hard to use and confusing for the non-technical user. The following are examples of the problems that users face:
  • Prerequisites and background knowledge. Users can get stuck when they must perform an administration task and do not know enough about the system to start or to complete the task. For example, users might want to share a file on the network, but do not know that in order to share an individual file, they must share the file's directory.
  • Information overload. Users can lose patience and feel overwhelmed when they must perform an administration task and are deluged with information from many sources: “Read this first!” documents packaged in the system box, release notes, books, and the Web. Their frustration is compounded when the information is only partly relevant or consistent.
  • Risk of system damage. Users can hesitate before performing an administration task that they perceive may damage the computer, whether or not there is real risk. Other users try ad hoc methods and unknowingly do system damage when trying to perform an administration task. For example, a user accustomed to a single-user system like a Macintosh might always log into the root account; to free up disk space, the user might remove large files that could be important to system operation.
  • Lack of confidence in result. Users who try to perform an administration task might not be certain that what they tried had the intended effect. For example, commands in prior systems that are issued at the command line sometimes return an invisible return code, and few state in plain English what has happened and what ramifications to expect.
  • Entry points difficult to find. Users and systems administrators can use different terminology when thinking about their systems, which makes it difficult for users to find and use the tools they need.
  • Error recovery. When something goes wrong, users can get stuck and not know how to fix the problem. For example, a user who unwittingly removes/Unix might continue to use the system for days or weeks until the system is rebooted, at which point it can be difficult to track down what went wrong, why, and how to fix it.
  • Deciding what to do next. Users might not know what to do next when they've run an unfamiliar command, whether the command seemed to have the desired effect or not. Users can become confused when there is no feedback informing them how far they've come in an administration task or what their options are at any given point.
  • Thus, there is a need for an infrastructure for building common, consistent, task-based user interfaces to applications that configure, manage, and monitor hardware and software.
  • SUMMARY OF THE INVENTION
  • The present invention provides solutions to the above-described shortcomings in conventional approaches, as well as other advantages apparent from the description and appendices below.
  • The present invention provides a toolkit for developing user-interfaces for a system administration program. The toolkit has a server-side application-programming interface (API). The server-side has task-registry files that each describe a task group. The toolkit also has a client-side API. A developer can customize product-specific properties files for a specific product and write code that calls the server-side and client-side APIs to create a graphical user interface for the specific product.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 depicts a pictorial example of a network of computer systems that can be used to implement an embodiment of the invention.
  • FIG. 2 depicts a block diagram of the principal components of a client and server attached via a network, according to an embodiment of the invention.
  • FIG. 3 depicts a block diagram showing more detail of the software architecture of an example client and server, according to an embodiment of the invention.
  • FIG. 4 depicts a block diagram of the relationships of tasks to task data, according to an embodiment of the invention.
  • FIG. 5 depicts a block diagram of a product specific properties file, according to an embodiment of the invention.
  • FIG. 6 depicts a pictorial representation of an example user interface, according to an embodiment of the invention.
  • FIG. 7 depicts a block diagram of the format of a task data file, according to an embodiment of the invention.
  • FIG. 8 depicts a block diagram of the format of a task registry file, according to an embodiment of the invention.
  • FIG. 9 depicts a flowchart of the operations of the client, according to an embodiment of the invention.
  • FIG. 10 depicts a flowchart of the operations of the server after the client has issued a login command, according to an embodiment of the invention.
  • FIG. 11 depicts a flowchart of the operations of the server after the user has selected the “OK” button, according to an embodiment of the invention.
  • FIG. 12 depicts a pictorial representation of an example user interface for a Form, according to an embodiment of the invention.
  • FIG. 13 depicts a pictorial representation of an example user interface for a Guide, according to an embodiment of the invention.
  • FIG. 14 depicts a pictorial representation of another example user interface for a Guide, according to an embodiment of the invention.
  • FIG. 15 depicts a pictorial representation of an example user interface for a ResultView, according to an embodiment of the invention.
  • FIG. 16 depicts a pictorial representation of ItemView window, according to an embodiment of the invention.
  • FIG. 17 depicts a pictorial representation of a TreeView window, according to an embodiment of the invention.
  • DETAILED DESCRIPTION OF THE INVENTION
  • In the following detailed description of exemplary embodiments of the invention, reference is made to the accompanying drawings, which form a part hereof, and in which are shown by way of illustration specific exemplary embodiments in which the invention may be practiced. These embodiments are described in sufficient detail to enable those skilled in the art to practice the invention, and it is to be understood that other embodiments may be utilized and that logical, mechanical, electrical and other changes may be made without departing from the scope of the present invention. The following detailed description is, therefore, not to be taken in a limiting sense, and the scope of the present invention is defined only by the appended claims.
  • FIG. 1 depicts an example of a network of computer systems that can be used to implement an embodiment of the invention. Client computer system 110 is connected to remote server computer system 188 via network 160. Computer system 110 includes processing unit 112, display device 114, keyboard 116, pointing device 118. Processing unit 112 receives input data from input devices such as keyboard 116, pointing device 118, and network 160 and presents output data to a user via display device 114. Pointing device 118 is used in conjunction with a graphical user interface (GUI) in which hardware components and software objects are controlled through the selection and the manipulation of associated graphical objects displayed within display device 114. Although computer system 110 is illustrated with a mouse for pointing device 118, other graphical-pointing devices such as a graphic tablet, joystick, trackball, or track pad could also be used.
  • Keyboard 116 is that part of computer system 110 that resembles a typewriter keyboard and that enables a user to control particular aspects of the computer. Video-display terminal 114 is the visual output of computer system 110.
  • To support storage and retrieval of data, processing unit 112 further includes diskette drive 122, hard-disk drive 123, and tape drive 124, which are interconnected with other components of processing unit 112. Although diskette drive 122, hard-disk drive 123, and tape drive 124 are shown incorporated into system unit 112, they could be external to system unit 112, either connected directly, on a local area network (LAN), on network 160, or attached to remote computer system 188.
  • Computer system 110 can be implemented using any suitable computer available from a number of vendors. Computer system 110 is thus a configuration that includes all functional components of a computer and its associated hardware. In general, a typical computer system includes a console or processing unit such a processing unit 112, with one or more disk drives, a monitor such as video display terminal 114, and a keyboard such as keyboard 116. Remote computer system 188 can be implemented using any suitable computer that contains non-volatile storage. But, an embodiment of the present invention can apply to any hardware configuration that allows developing a user interface for a system administration program regardless of whether the computer system is a complete, multi-user computer apparatus, a single-user workstation, or a network appliance that does not have non-volatile storage of its own.
  • FIG. 2 depicts a block diagram of the principal components of processing unit 112 of client 110 and server 188 attached via network 160. Client 110 contains processor 240 connected via bus 255 to memory 230, diskette drive 122, hard-disk drive 123, tape drive 124, and network adapter 252. Although the various components of FIG. 2 are drawn as single entities, each may consist of multiple entities and may exist at multiple levels.
  • Processor 240 executes instructions and includes that portion of client 110 that controls the operation of the entire computer system, including executing the arithmetical and logical functions contained in a particular computer program. Although not depicted in FIG. 2, processor 240 typically includes a control unit that organizes data and program storage in a computer memory and transfers data and other information between the various part of the computer system. Processor 240 accesses data and instructions from and stores data to memory 230.
  • Any appropriate processor could be utilized for processor 240. Although client 110 is shown to contain only a single processor and a single system bus, the present invention applies equally to computer systems have multiple processors and to computer system that have multiple buses that each perform different functions in different ways.
  • Memory 230 comprises an number of individual, volatile-memory modules that store segments of operating system and application software while power is supplied to client 110. The software segments are partitioned into one or more virtual memory pages that each contain an uniform number of virtual memory addresses. When the execution of software requires more pages of virtual memory than can be stored within memory 230, pages that are not currently needed are swapped with the required pages, which are stored within non-volatile storage devices 122 or 123. Memory 230 is a type of memory designed such that the location of data stored in it is independent of the content. Also, any location in memory 230 can be accessed directly without having to start from the beginning.
  • Memory 230 contains client programs 260 and service proxy 262, which contain instructions capable of being executed by processor 240. In the alternative, they could be implemented by control circuitry though the use of logic gates programmable logic devices, or other hardware components in lieu of a processor-based system. The operation of client programs 260 and service proxy 262 are described below with reference to FIG. 3.
  • Diskette drive 122 and hard disk drive 123 are electro-mechanical devices that read from and write to magnetic disks, although any non-volatile storage devices could be used such as CD-ROM drives. Tape drive 124 is an electro-mechanical device that reads from and writes to tape media.
  • Finally, client 110 includes network adapter 252, which facilitates communication between client 110 and network 160, which might be a local area network (LAN), an intranet, or the Internet. Network 160 provides a user of client 110 with a means of electronically communicating information, including software, with a remote computer or a network logical-storage device. In addition, network 160 supports distributed processing, which enables client 110 to share a task with other computer systems linked to the network.
  • Network adapter 252 could also be a modem, which supports communication between client 110 and another computer system over a standard telephone line. Furthermore, through a modem, client 110 can access other sources such as server, an electronic bulletin board, and the Internet or World Wide Web.
  • Network 160 may include a plurality of networks, each of which could include a plurality of individual computers. Network 160 and server 188 could be located a great geographic distance from client 110, or they could be in the same room or even on the same desktop. Client 110 could be connected to network 160 via a standard telephone line, a dedicated cable, or a wireless communications link.
  • Server 188 contains memory 270, processor 275, and storage 278, which are all connected via system bus 279. Memory 270 can be any type of computer memory, analogous to those described for memory 230. Memory 270 contains system administration program 280, port handler 282, and service 284. Port handler 282 handles communication over network 160 to client 110 via a TCP (Transmission Control Protocol) connection, although any suitable communications protocol could be used.
  • System administration program 280 handles receiving packets from and passing packets to service 284. Packets are the basic unit of communication between client 110 and server 188. A packet, which contains a type that identifies which service 284 it is associated with and a selector that indicates which command or notification is being sent. Also, each packet contains key/value pairs of information that specify any additional information needed to convey the command or notification. Examples of packets are username/password packets, notification packets, and command packets. The username/password packet authenticates client 110 to the server 188. After authentication, communication between client 110 and server 188 takes the form of commands from client 110 to server 188 and notifications from server 188 to client 110.
  • In one embodiment, service 284 provides four services that client 110 can use to access server 188: category service, association service, task registry service, and privilege broker service, but any number and type of services could be provided. Client 110 uses the category service to retrieve information about server 188. The category service monitors an aspect of the system and maintains an Item for each entity. A Category represents a collection of monitored Item(s) of a specific type. For example, the collection of user account Item(s) can be represented by a Category instance.
  • An Item includes a list of key value pairs and represents some system entity to be administered, e.g., a cluster, a volume, or a file system. The client is notified when Items are added, changed, or removed. The association service maintains a state representing relationships between Items on the system. The Task registry services fetches lists of Tasks from the server based on criteria. The privilege broker service enables client 110 to run privileged commands on server 188. A privileged command is a command that is executed on server 188 with more privileges and permissions than the typical user. The functions of system administration program 280 and service 284 are further described below with reference to FIG. 4.
  • Processor 275 can be any type of computer processor, analogous to those described for processor 240. Storage 278 can be any type of non-volatile storage, analogous to those described for diskette drive 122, hard disk drive 123, and tape drive 124.
  • The configuration depicted in FIG. 1 is but one possible implementation of the components depicted in FIG. 2. Portable computers, Laptop computers, and network computers or Internet appliances are other possible configurations. The hardware depicted in FIG. 2 may vary for specific applications. For example, other peripheral devices such as optical-disk media, audio adapters, or chip programming devices, such as PAL or EPROM programming devices may be used in addition to or in place of the hardware already depicted. Thus, an embodiment of the invention can apply to any hardware configuration that allows developing user interfaces, regardless of whether the hardware configuration is a complicated, multi-user computing apparatus, a single-user workstation, or a network appliance that does not have non-volatile storage of its own.
  • As will be described in detail below, aspects of an embodiment pertain to specific method steps implementable on computers. In another embodiment, the invention can be implemented as a computer program product for use with a computer system. The programs defining the functions of the embodiment can be delivered to a computer via a variety of signal-bearing media, which include, but are not limited to (a) information permanently stored on non-writeable storage media (e.g., read only memory devices within a computer such as CD-ROM disks) readable by an unillustrated CD-ROM drive; (b) alterable information stored on writeable storage media (e.g., floppy disks within diskette drive 122, tape drive 124, or hard-disk drive 123); or (c) information conveyed to a computer by a communications media, such as through a computer or telephone network including wireless communications. Such signal-bearing media, when carrying computer-readable instructions that direct the functions of the present invention, represent embodiments of the present invention.
  • FIG. 3 depicts a block diagram showing more detail of the software architecture of client 110 and server 188, which are again connected via network 160. Client 110 contains application 230, service proxy 262, user interface components 336, and runtime 338. Application 230 contains Task manager 341. Task manager 341 contains resource file 343 and product-specific properties file 346. Although only one resource file 343 is shown, in another embodiment there are multiple resource files. Application 230 also contains Task data 365-1 and Task data 365-2. Although two task data files are shown, other embodiments any number can be present. Task data is further described below with reference to FIG. 4. The format of the properties file is further described below with reference to FIG. 7. Product-specific properties file 346 specifies which product's Task data must be loaded before the Task will run. Task manager 341 reads product-specific properties file 346 and creates Task-manager window 600, as further described below with reference to FIG. 6. Task manager 341 uses the functions of UI components 336 and runtime 338, which make up the client-side API (Application Program Interface).
  • The developer writes code (e.g., Java code) and customizes resource file 343 to create, for example, ItemView, CategoryView, TreeView, Task, and ResultView, which are all items that create a common user-interface. A developer writes code on server 188, such as developer-supplied plugins 355-1 and 355-2, to create Items and Categories. In one embodiment, there are separate resource files for each of these items. A CategoryView is a window displaying relevant information about a Category. A ResultView is further described below with reference to FIG. 15. An ItemView is further described below with reference to FIG. 16. A TreeView is further described below with reference to FIG. 17.
  • Server 188 contains system administration program 280, developer-supplied plug-ins 355-1 and 355-2, and operating system 370. System administration program 360 contains Task registry 360, which is further described below with reference to FIG. 8. System administration program 360 provides server-side API functions.
  • FIG. 4 depicts the relationship of Tasks running on client 110 to Task data 365. A Task provides one or more user interfaces that prompt the user for parameters for making a change to the system, and OK method 420, which is called after the user has entered Form or Guide data, as further described below with reference to FIGS. 12, 13, and 14. In one embodiment, OK method 420 is an object-oriented method, which can be used to access or operate on encapsulated data within an object. OK method 420 is further described below with reference to FIG. 11. Referring again to FIG. 4, since a Task can have more than one user interface, e.g. Form 410 and Guide 415, and since the user can switch back and forth between user interfaces, the Task data mechanism is provided so that data is not lost when the user switches between interfaces. An example user interface associated with Form 410 is further described below with reference to FIG. 12. An example user interface associated with Guide 415 is further described below with reference to FIGS. 13 and 14. The Task's internal representation of what the user has entered is stored as attributes in Task data 365, so that when the component changes, Task data 365 changes, and when Task data 365 changes, the component is changed. Thus, all input is preserved when the user switches back and forth between Form 410 and Guide 415, and OK method 420 can obtain the parameters to pass to privilege broker service 425 from the common Task data rather than querying the user interface components.
  • FIG. 5 depicts a block diagram of product specific properties file 346, which Task manager 341 uses to create the Task manager user interface, as further described below in the description for FIG. 6. Referring again to FIG. 5, product specific properties file 346 contains title data 505, table of contents data 510, start up data 515, and button bar data 520. Title data 505 contains the title that the developer would like to see on the user interface. Table of contents data 510 contains title data 525, list of links data 530, and description of pages 540. Title data 525 contains the title that Task manager 341 will display in the table of contents section of the user interface. List of links data 530 contains the links that Task manager 341 displays in the table of contents section of the user interface. Description of pages 540 contains a list of the Tasks that Task manager 341 invokes when the user selects the associated link and may contain references to task groups.
  • Startup 515 contains pointers or other references to initialization code that runs when Task manager 341 starts up. For example, a product might want to set up default values for Task data 365 that will be used by product-specific Tasks.
  • Button bar data 520 contains button data that Task manager 341 uses to create buttons in the button bar section of the user interface, as further described in FIG. 6.
  • FIG. 6 depicts a pictorial representation of an example Task manager user interface. User interface 600 is shown. Task manager 341 builds user interface 600 using product specific properties file 346.
  • User interface 600 contains title area 610, table of contents area 615, display area 620, and button area 630. In one embodiment, an area is a frame or window that appears separately on display device 114.
  • Table of contents area 615 contains link1 642, link2 644, and linkn 648. When the user selects one of the links in table of contents area 615, for example link 642, client 110 consults description of pages 540. If description of pages 540 indicates that the page should show a task group, then client 110 sends a packet to server 188 indicating that a task group has been requested. In response, server 188 consults the corresponding task-registry file 360 and returns a list of tasks in the task group to client 110 for display in display area 620. An example of the displayed page is shown with Tasks 680-1, 680-2, and 680-3. When the user selects one of these Tasks, a Form or Guide window is displayed, as further described below with reference to FIGS. 12, 13, and 14.
  • Referring again to FIG. 6, button area 630 contains product specific button 660 and close button 664. When the user selects product specific button 660, actions specific to the product are performed. When the user selects close button 664, user interface 600 is closed.
  • FIG. 7 depicts a block diagram of the Task data structure. Task data 365 contains a set of key/value pairs 705 representing the information entered by the user as well as other Task states. These key/value pairs are associated with a particular login session. Task data 365 can be used to share information among different input components within a Task, as well as among different Tasks in a session.
  • FIG. 8 depicts a block diagram of the Task-registry data structure 360, which maps task groups to Tasks. Task-registry data structure includes tables of task groups and task names 810-1 and 810-2. Although two tables are shown, in other embodiments, any number can be present.
  • FIG. 9 depicts a flowchart of functions performed by client 110 in response to the user starting Task manager 341. At block 900, control begins. Control then 5 continues to block 905 where Task manager 341 reads the data in product-specific properties file 346. Control then continues to block 910 where Task manager 341 creates Task manager window 600. Control the continues to block 915 where Task manager 341 creates table of contents area 645 using table of contents data 510. Control then continues to block 920 where Task manager 341 creates button bar area 630 using button bar data 520. Control then continues to block 925 where Task manager 341 creates display area 620. Control then continues to block 927 where Task manager 341 creates title area 610 using title data 505. Control then continues to block 930 where Task manager 341 determines whether the user has selected one of the links 642, 644, or 648 in table of contents 645.
  • If the determination at block 930 is true, the control continues to block 935 where Task manager 341 displays the appropriate page for the link selected. Control then continues to block 940 where Task manager 341 determines whether the page contains references to a task group. If the determination at block 940 is false, then control returns to block 930, as previously described above. If the determination at block 940 is true, then control continues to block 945 where client 110 sends the name of the task group to server 188. Control then continues to block 947 where client 110 receives a list of tasks associated with the task group from server 188. Control then continues to block 948 where task manager 341 displays the task names on the page. Control then returns to block 930, as previously described above.
  • If the determination at block 930 is false, the control continues to block 950 where Task manager 341 determines whether the user has selected close button 664. If the determination is false, then control returns to block 930, as previously described above. If the determination at block 950 is true, then control continues to block 999 where Task manager 341 closes user interface window 600.
  • FIG. 10 depicts a flowchart of the operations of system administration program 280 in server 188 in response to a user at client 110 initiating a login command. At block 1000, control begins. Control then continues to block 1005 where system administration program 280 creates a host context. A host context is needed in order to access system administration services and shared data. The host context is created by the login process and typically persists until the last area (in one embodiment a frame) of the session has been closed. For example, when the user launches Task manager 341, the user will only have to log in once; any subsequent Task created will share the host context created at login time.
  • Control then continues to block 1010 where system administration program 280 reads Task data 365, which contains static information about the Task. Tasks are loaded in a two-step process to allow the Task to be queried for static information such as its user-readable name, icon image, and privileges needed to instantiate the Task. This is especially useful for Task clients that display information about a large number of Tasks, such as Task manager 341, but which don't want the overhead of loading any Task class into memory until it is launched.
  • Control then continues to block 1015 where system administration program 280 creates the Task context using Task data 365. The Task context is used by Task subclasses and their components to share data and state information during the life of the Task. An example of data would be information entered by the user, while state could include information about the server connection.
  • Control then continues to block 1020 where system administration program 280 loads the Task class into memory and instantiates the Task class.
  • Control then continues to block 1025 where system administration program 280 loads Task data 365 with product attributes 705. Product attributes 705 are stored in the host context, so that they can be shared by all components in a given session. When the product attributes are loaded for the first time, product-specific plugin 355 sets the attributes. Plugin 355 brings up a area that requests information from the user. Plugin 355 then copies the information to Task data 365. Subsequent requests to load product attributes 705 will not bring up a area, but will simply copy the attribute values cached in the host context into Task data 365 of the requestor's Task.
  • Control then continues to block 1030 where system administration program 280 overrides product attributes 705 if the client desires. Some Task clients may wish to override product attributes 705 or share Task data attributes among the Tasks. For example, a metaTask may wish to pass a Task data attribute from one Task to the next, so that the user doesn't have to enter the data twice. If Task data attributes are passed to the Task loader, it will attempt to copy those Task data attributes to the Task being loaded. Not all Task data attributes may be set by Task clients. Unless a Task has declared an attribute key public in its properties file, an attempt to retrieve attributes will cause the Task to exit with an assertion failure. This mechanism is in place to hide implementation details from Task clients.
  • Control then continues to block 1035 where system administration program 280 passes operands to the Task. Some Tasks may need an operand or operands on which to perform their operation. An operand is typically an Item selector, which is a string that uniquely identifies an administered object on the server. For example, the modify user account Task would take a single user account as an operand, while the delete user account Task might take on or more user accounts as operands, and the define user account Task would not take any operands. Operands are passed after product attributes are loaded and after Task data attributes are set to allow product attributes and Task data attributes to be overridden if desired. Because operands may be passed to Tasks by a class with no specific knowledge about the Task, no ordering of operands is required by the Task.
  • Control then continues to block 1040 where system administration program 280 verifies that all the prerequisites are in place to run the Task. This includes checking the Task data attributes, operands, privileges, and state of the system being administrated. The principle behind verifying prerequisites is to detect error conditions as early as possible. For example, a Task that requires special system software to be installed should check the system for that software at this stage of Task loading. It is annoying for users to enter data and then discover that the system is not in a state to perform the Task. The Task loader calls three different verification methods. This three-stage process is aimed at providing error feedback to the user as early as possible.
  • (1) The first stage is where most verification occurs. Only checks that require privileges, such as accessing read-protected files, are deferred to the third stage.
  • (2) The second stage checks the privileges that are defined in the properties file of the Task. If the user does not have the required privileges, the user is asked to enter the root password to continue.
  • (3) The final verification stage is provided for those rare Tasks that need privileges to fully verify that the Task is ready to run. For example, Tasks that require access to read-protected files will need to have privileges before being able to verify that the Task prerequisites are met.
  • Control then continues to block 1045 where system administration program 280 creates the visible components of the Task. The visible components of a Task are created after the Task has been added to a visible area (a frame in one embodiment) or its frame parent becomes visible for the first time. Then, visible components are created on a just-in-time basis. Tasks are displayed within an existing area. Control then continues to block 1099 where the process stops.
  • FIG. 11 depicts a flowchart of the server performing OK method 420. Control begins at block 1100. Control then continues to block 1105 where the Task determines that OK button 1230 or 1430 has been selected. Control then continues to block 1110 where the Task checks attributes 705 in Task data 365 to determine that they are valid and consistent. Control then continues to block 1115 where the Task operation is initiated. Control then continues to block 1199 where the function returns.
  • FIG. 12 depicts a pictorial representation of an example user interface for a Form. Task Form window 1200 is shown displayed on display device 114. Task Form window 1200 contains Task name 1205 and label fields 1210, 1215, and 1220. After the user has entered the appropriate data and selects OK button 1230, the operations previously described above with reference to FIG. 11 are performed. The purpose of the Form interface is to make the entry of Task parameters simple and fast. In one embodiment, it is suitable for Tasks of low complexity and a small number of parameters. Forms are the preferred interface when the typical users are knowledgeable and comfortable with the system being administered.
  • FIG. 13 depicts a pictorial representation of an example user interface for a Guide. Task Guide window 1300 is shown displayed on display device 114. Task Guide window 1300 contains Task name 1305 and label field 1310. After the developer has entered the appropriate data and selects next button 1330, the user interface as described below with reference to FIG. 14 is displayed. A Guide is a multi-page GUI containing explanatory text with a small set of labeled input components on each page. The purpose of the Guide interface is to provide step-by-step guidance on completing a complex task or tasks with a large number of parameters. In one embodiment, Guides are the preferred interface when the typical users are novices or not comfortable with the system being administered.
  • FIG. 14 depicts a pictorial representation of another example user interface for a Guide. Task Form window 1400 is shown displayed on display device 114. Task Form window 1400 contains Task name 1405 and label field 1410. After the developer has entered the appropriate data and selects OK button 1430, the operations previously described above with reference to FIG. 11 are performed.
  • FIG. 15 depicts a pictorial representation of ResultView window 1500, which displays the results of a Task that has been successfully completed. (If the Task could not be performed, the user is given an error message describing the problem, and the Form or Guide remains open until the Task is successfully completed or explicitly canceled.) ResultView window 1500 contains descriptive message 1510, icon 1520 representing the Item that was operated on (if applicable) and TaskShelf 1530 showing the related Tasks that the user may want to launch next. The user can launch the Tasks identified in TaskShelf 1530 by clicking on the task name or icon. In one embodiment TaskShelf 1530 is dynamic, meaning it will update the list of Tasks based on the state of the system.
  • FIG. 16 depicts a pictorial representation of ItemView window 1600, which displays relevant information regarding an Item. ItemView window 1600 displays the Item's icon 1610 with the icon color indicating the Item's state in one embodiment. ItemView window 1600 also displays application-specific contents in ItemTables 1615 and TaskShelf 1630. ItemTables 1615 shows information about all Items in a Category. ItemView window 1600 also displays Key-value pairs 1620.
  • FIG. 17 depicts a pictorial representation of TreeView window 1700, according to an embodiment of the invention. TreeView window 1700 displays Items that have a hierarchical relationship. In example window 1700, three different kinds of Items are shown: the cluster “fall” 1710 contains tow resource groups rho 1720 and xi 1730, which each contain two resources.
  • ADDITIONAL FEATURES
  • 1. Hand Cursor Appearing in Tables
  • RichTextComponents in ItemTables can contain glossary links and task launchers, which look like web links. For the component to look just like a web link, the hand cursor appears and indicates to the user that a link is available and clickable. Other components in ComponentTables may be modified to have different cursors.
  • 2. Blocking Dialogs and Blocking Windows
  • The UIContext class allows correct blocking behavior and busy cursors over blocked windows, modal dialogs blocking a window or the whole application, and busy dialogs over a window or the whole application.
  • 3. Many objects are cached, including Category Items, Resources in ResourceStacks, Fonts, Colors, and Other Commonly Used Items.
  • 4. Combination of Sysadm GUI Features.
  • Prerequisites are explicitly and complete. Unnecessary details are hidden by default. The truth is told about system status whenever possible. The user is told what will happen before and after a task. Problems are identified as soon as possible. Developers can write code to easily launch ItemViews, via the runItem View method of ItemView.
  • 5. ItemView Launch From ResultView
  • An ItemView can be easily launched from a Result View, which appears when a Task completes. The Result View displays the affected Item's name and icon, either of which can be clicked on to launch an ItemView. This icon and the name of the Item are updated if the Item changes and are always exactly the same as would be seen in the Item View. If the Task has created an Item, but the Item is not yet in the Category when the Result View appears, the Result View will print a message indicating that the Item is pending, and when the Item appears in the Category, the name and Icon will appear.
  • 6. ItemTable, Also Called CategoryView.
  • A component is provided that displays all of the Items in a Category in table form, called an Item Table. The columns of the table are Attributes, and there is one Item per row. The first column of the table usually contains a small icon for the Item. The user can choose the column to sort by clicking on the column headers. Typically, there is not room in the table to display all of the Attributes on the Item, clicking on the name of the Item or Icon will launch an ItemView showing all the Attributes. The developer can choose which Attributes to display, the order in which they will be displayed, the width of the columns, the method of converting the Attribute to a string, and the height of the Table in the properties files. To allow for further customization, developers are allowed to write Java classes for each of the columns of the Table, and in that manner, any component can be displayed.
  • 7. ItemFinder
  • Frequently, of the inputs to a Task is the name of an existing Item in a particular Category. For this type of input, an ItemFinder is supplied, which looks to the user like a JComboBox. The developer attaches the Item Finder to a Category or Association, and the ItemFinder code takes care of populating itself with the names of the Items. The developer can also pass an ItemTester Object, which can be used to filter the Items based on the contents of their Attributes. The ItemFinder will automatically keep itself up-to-date with the contents of the Category.
  • 8. TaskData binder classes enable the developer to bind the state of the ItemFinder to the Task's TaskData. TaskData Binders connect the TaskData to the selected Item's user-visible name or the Item's sector. The developer can also programmatically read and change the selected Item, either by the user-visible name of the Item or by the Item's selector.
  • 9. Icons
  • All of the icons displayed are rendered dynamically from vector-based icon description. This allows the developer to only create an icon once, but it can be displayed at any desired size. Once the icon description has been created, icons can be referenced by name in properties files so that developers can change any of the icons.
  • The icons for Items have some special properties. The icon's appearance can change based on the state of the Attributes of the Item. The color of the icon can change, an overlay can appear on top of the icon, the icon can be make to blink, or an entirely different icon can be used, all based on the Item's state, and all controlled by a simple properties file.
  • 10. The developer can pre-generate source files that compile and run, displaying a basic GUI. This is a quick way for developer to get started. The source files are useful skeletons that the developer can examine as example code, as well as flesh out with their actual application functionality.
  • 11. Different Connection Methods of Security.
  • The server daemon, sysadmd, can specify the authentication scheme to be used. Available schemes are Unix authentication and null. The default scheme is Unix, which requires a valid login/password pair before sysadmd will respond to further requests. The null authentication scheme does not require authentication of any kind and can be used when sysadmd is started from rshd. Since rshd implements its own authentication scheme, no further authentication is required on the part of sysadmd.
  • 12. TreeView.
  • The TreeView component displays a hierarchical view of Items in cascading Categories. Its is possible to provide a custom sort method to control the ordering of the display of the Items in any given category. Normally, Items in any given Category are sorted alphabetically by the Selectors of those Items.
  • 13. LogViewer.
  • The LogViewer component displays the contents of the /var/sysadm/salog file, but filters out, on the server for efficiency, less important messages.
  • 14. Log File for all Application Changes.
  • All applications automatically write their log messages to the /var/sysadm/salog file. End users can easily cut and paste form/to this log to record actions that they've taken in a GUI and that they want to be able to repeat as a script. Developers can watch this log while developing their application, to observe and correct their application's GUI behavior.
  • 15. Consistent Help.
  • The online end-user is provided help for all tasks that a user can accomplish using the GUI, and other related information. This help mechanism uses a platform-independent extensible help system that enables developers to incorporate online help in applications and applets. By clicking the Help button in a Task GUI, the user is able to view the detailed description of the task that the system is running. The help index window also allows a user to select a particular topic directly from the list. This feature is useful for new users or users who are not familiar with certain Tasks. The help system explains what the Tasks do.
  • 16. Blinking Icons
  • An object or Item can be represented by an icon that is displayed as part the GUI. This icon can be programmed to start or stop blinking to reflect the state of the object. This is an effective way to get the user's attention when immediate action is required for some situations.
  • 17. Server-Side Product Attributes.
  • Server-side product attributes are supported, so that the server can tell the client specific information about the product. This allows the client to detect differences in server software configurations, and thus the client can take special action if necessitated by the server configuration.
  • 18. Splash Screen.
  • The splash screen is an image that is displayed immediately after an application is executed and then is replaced by the application window once it is ready. This feature enables the developer to use an attractive image to give the user feedback that the GUI is starting up and to state the product's brand identity. An in-progress statement or any one-line informational text can be displayed at the bottom of the screen.
  • It is to be understood that the above description is intended to be illustrative, and not restrictive. Although numerous characteristics and advantages of various embodiments of the present invention have been set forth in the foregoing description, together with details of the structure and function of various embodiments, many other embodiments and changes to details will be apparent to those of skill in the art upon reviewing the above description. The scope of the invention should, therefore, be determined with reference to the appended claims, along with the full scope of equivalents to which such claims are entitled.

Claims (20)

1. A method of generating a system administration user interface, the method comprising:
accessing a Task-registry including one or more Task groups;
accessing a product specific properties file; and
generating a user interface as a function of the accessed Task registry and the product specific properties file.
2. The method of claim 1, wherein the Task-registry is accessible on a server.
3. The method of claim 1, wherein the product specific properties file is accessible on a client.
4. The method of claim 1, wherein the product specific properties file specifies Task data to be loaded in a system performing at least a portion of the method before a Task is executed.
5. The method of claim 1, further comprising:
accessing a resource file that includes computer-executable instructions to generate a cross-platform common user interface.
6. The method of claim 5, wherein the computer-executable instructions of the resource file includes instructions to generate an ItemView, CategoryView, TreeView, Task, and ResultView.
7. The method of claim 1, wherein a generated user interface prompts a user for parameters to make system changes.
8. A method comprising:
generating a cross-platform, common user interface, wherein the user interface for individual platforms is generated as a function of components, wherein the components include a resource file, a product specific properties file, and a task registry.
9. The method of claim 8, wherein the components further include one or more plugins, user interface components, and task data.
10. The method of claim 8, wherein one or more of the components are stored on a server and are accessible by one or more clients.
11. The method of claim 10, wherein the one or more components stored on the server are platform independent components.
12. The method of claim 10, wherein the one or more components stored on the server provide the server service capabilities to communicate with one or more clients, the services including a category service, an association service, a task registry service, and a privilege broker service.
13. The method of claim 8, wherein the resource file can be customized.
14. A system administration program comprising:
a server-side application-programming interface comprising a Task-registry including one or more task groups, wherein the server-side application-programming interface, when executed on a suitably configured system, is accessible over a network as a component in providing a common, platform independent system administration user interface.
15. The system administration program of claim 14, further comprising:
two or more task registries, wherein each task registry includes one or more task groups.
16. The system administration program of claim 14, wherein the system administration program includes a privilege broker service, wherein the privilege broker service enables privileged commands, received over the network, to be executed.
17. A system administration program comprising:
a Task manager that includes a product-specific properties file, wherein the product specific properties file is customizable and the client-side application programming interface is callable to create a graphical user interface or a specific product.
18. The system administration program of claim 17, wherein the graphical user interface of the system administration program is common across products.
19. The system administration program of claim 17, wherein the Task manager, when executing on a suitably configured system, calls routines of a server-side application programming interface.
20. The system administration program of claim 17, wherein the Task-manager further includes a resource file.
US11/224,376 2000-03-16 2005-09-12 Common user interface development toolkit for a system administration program Abandoned US20060010422A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/224,376 US20060010422A1 (en) 2000-03-16 2005-09-12 Common user interface development toolkit for a system administration program

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US18986300P 2000-03-16 2000-03-16
US09/811,345 US6971086B2 (en) 2000-03-16 2001-03-16 Common user interface development toolkit for a system administration program
US11/224,376 US20060010422A1 (en) 2000-03-16 2005-09-12 Common user interface development toolkit for a system administration program

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/811,345 Continuation US6971086B2 (en) 2000-03-16 2001-03-16 Common user interface development toolkit for a system administration program

Publications (1)

Publication Number Publication Date
US20060010422A1 true US20060010422A1 (en) 2006-01-12

Family

ID=26885566

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/811,345 Expired - Fee Related US6971086B2 (en) 2000-03-16 2001-03-16 Common user interface development toolkit for a system administration program
US11/224,376 Abandoned US20060010422A1 (en) 2000-03-16 2005-09-12 Common user interface development toolkit for a system administration program

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/811,345 Expired - Fee Related US6971086B2 (en) 2000-03-16 2001-03-16 Common user interface development toolkit for a system administration program

Country Status (1)

Country Link
US (2) US6971086B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090144758A1 (en) * 2007-11-29 2009-06-04 Konica Minolta Business Technologies, Inc. Administration device for image processing device uses plug-in application
US7571392B2 (en) 2002-10-21 2009-08-04 Bentley System, Inc. User definable task based interface
CN103150168A (en) * 2013-03-27 2013-06-12 汉柏科技有限公司 Method for mutually calling modules in .net framework

Families Citing this family (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6971086B2 (en) * 2000-03-16 2005-11-29 Silicon Graphics, Inc. Common user interface development toolkit for a system administration program
US7437377B1 (en) * 2001-03-30 2008-10-14 Unisys Corporation Method and apparatus for dynamically generating multi-level hierarchical lists for web-based applications or web-sites
AU2003213747A1 (en) * 2002-03-07 2003-09-22 Honeywell Inc. Interaction design system
US7234117B2 (en) * 2002-08-28 2007-06-19 Microsoft Corporation System and method for shared integrated online social interaction
CN1332527C (en) * 2003-10-28 2007-08-15 华为技术有限公司 Method for transmitting and receiving multimedia broadcasting and multi-playing service declaration information
CN100341281C (en) * 2004-01-05 2007-10-03 华为技术有限公司 Method for realizing task management for network system
US20060067348A1 (en) * 2004-09-30 2006-03-30 Sanjeev Jain System and method for efficient memory access of queue control data structures
US7277990B2 (en) 2004-09-30 2007-10-02 Sanjeev Jain Method and apparatus providing efficient queue descriptor memory access
US7555630B2 (en) * 2004-12-21 2009-06-30 Intel Corporation Method and apparatus to provide efficient communication between multi-threaded processing elements in a processor unit
US7418543B2 (en) 2004-12-21 2008-08-26 Intel Corporation Processor having content addressable memory with command ordering
US7467256B2 (en) * 2004-12-28 2008-12-16 Intel Corporation Processor having content addressable memory for block-based queue structures
US20060140203A1 (en) * 2004-12-28 2006-06-29 Sanjeev Jain System and method for packet queuing
US20060276174A1 (en) * 2005-04-29 2006-12-07 Eyal Katz Method and an apparatus for provisioning content data
US8458789B1 (en) 2006-03-09 2013-06-04 Mcafee, Inc. System, method and computer program product for identifying unwanted code associated with network communications
GB0612433D0 (en) * 2006-06-23 2006-08-02 Ibm Method and system for defining a hierarchical structure
US20080104246A1 (en) * 2006-10-31 2008-05-01 Hingi Ltd. Method and apparatus for tagging content data
US20090015583A1 (en) * 2007-04-18 2009-01-15 Starr Labs, Inc. Digital music input rendering for graphical presentations
KR20090110202A (en) 2008-04-17 2009-10-21 삼성전자주식회사 Method and apparatus for displaying personalized user interface
KR101545137B1 (en) * 2008-04-17 2015-08-19 삼성전자주식회사 Method and apparatus for generating user interface
KR101560183B1 (en) * 2008-04-17 2015-10-15 삼성전자주식회사 / Method and apparatus for providing/receiving user interface
US9661056B2 (en) 2014-04-15 2017-05-23 Sap Se Modification free extension of web based applications

Citations (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4870561A (en) * 1986-09-01 1989-09-26 Hewlett-Packard Company User interface simulation and management for program-controlled apparatus
US5295244A (en) * 1990-09-17 1994-03-15 Cabletron Systems, Inc. Network management system using interconnected hierarchies to represent different network dimensions in multiple display views
US5430836A (en) * 1991-03-01 1995-07-04 Ast Research, Inc. Application control module for common user access interface
US5491796A (en) * 1992-10-23 1996-02-13 Net Labs, Inc. Apparatus for remotely managing diverse information network resources
US5754173A (en) * 1996-02-28 1998-05-19 Sun Microsystems, Inc. Method and system for creating user interface independent programs with a user interface provider
US5910803A (en) * 1996-08-14 1999-06-08 Novell, Inc. Network atlas mapping tool
US5999179A (en) * 1997-11-17 1999-12-07 Fujitsu Limited Platform independent computer network management client
US6005571A (en) * 1997-09-30 1999-12-21 Softline, Inc. Graphical user interface for managing security in a database system
US6054987A (en) * 1998-05-29 2000-04-25 Hewlett-Packard Company Method of dynamically creating nodal views of a managed network
US6076106A (en) * 1995-12-22 2000-06-13 Intel Corporation User interface for displaying information about a computer network
US6112015A (en) * 1996-12-06 2000-08-29 Northern Telecom Limited Network management graphical user interface
US6115040A (en) * 1997-09-26 2000-09-05 Mci Communications Corporation Graphical user interface for Web enabled applications
US6154843A (en) * 1997-03-21 2000-11-28 Microsoft Corporation Secure remote access computing system
US6219708B1 (en) * 1996-05-30 2001-04-17 Multi-Tech Systems, Inc. System for network resource management
US6263346B1 (en) * 1998-07-17 2001-07-17 International Business Machines Corporation Network with storage of all client computer programs in server computer having customized client graphical user interfaces with maximum sharing of stored portions of interfaces common to a plurality of clients
US6344862B1 (en) * 1998-05-29 2002-02-05 Hewlett-Packard Company User interface mechanism for manipulating context in computer management applications
US6353446B1 (en) * 1999-01-25 2002-03-05 Network Associates, Inc. Method and system for integrated network management applications
US6381644B2 (en) * 1997-09-26 2002-04-30 Mci Worldcom, Inc. Integrated proxy interface for web based telecommunications network management
US6434598B1 (en) * 1996-07-01 2002-08-13 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server graphical user interface (#9) framework in an interprise computing framework system
US6480955B1 (en) * 1999-07-09 2002-11-12 Lsi Logic Corporation Methods and apparatus for committing configuration changes to managed devices prior to completion of the configuration change
US6513047B1 (en) * 1997-09-04 2003-01-28 Sun Microsystems, Inc. Management of user-definable databases
US6664978B1 (en) * 1997-11-17 2003-12-16 Fujitsu Limited Client-server computer network management architecture
US6769022B1 (en) * 1999-07-09 2004-07-27 Lsi Logic Corporation Methods and apparatus for managing heterogeneous storage devices
US6971086B2 (en) * 2000-03-16 2005-11-29 Silicon Graphics, Inc. Common user interface development toolkit for a system administration program
US6996778B2 (en) * 2000-12-11 2006-02-07 Microsoft Corporation User interface for managing multiple network resources
US7028081B2 (en) * 1998-10-21 2006-04-11 Canon Kabushiki Kaisha Network-device management apparatus and method, recording medium, and transmission apparatus

Patent Citations (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4870561A (en) * 1986-09-01 1989-09-26 Hewlett-Packard Company User interface simulation and management for program-controlled apparatus
US5295244A (en) * 1990-09-17 1994-03-15 Cabletron Systems, Inc. Network management system using interconnected hierarchies to represent different network dimensions in multiple display views
US5430836A (en) * 1991-03-01 1995-07-04 Ast Research, Inc. Application control module for common user access interface
US5491796A (en) * 1992-10-23 1996-02-13 Net Labs, Inc. Apparatus for remotely managing diverse information network resources
US6076106A (en) * 1995-12-22 2000-06-13 Intel Corporation User interface for displaying information about a computer network
US5754173A (en) * 1996-02-28 1998-05-19 Sun Microsystems, Inc. Method and system for creating user interface independent programs with a user interface provider
US6219708B1 (en) * 1996-05-30 2001-04-17 Multi-Tech Systems, Inc. System for network resource management
US6434598B1 (en) * 1996-07-01 2002-08-13 Sun Microsystems, Inc. Object-oriented system, method and article of manufacture for a client-server graphical user interface (#9) framework in an interprise computing framework system
US5910803A (en) * 1996-08-14 1999-06-08 Novell, Inc. Network atlas mapping tool
US6112015A (en) * 1996-12-06 2000-08-29 Northern Telecom Limited Network management graphical user interface
US6154843A (en) * 1997-03-21 2000-11-28 Microsoft Corporation Secure remote access computing system
US6513047B1 (en) * 1997-09-04 2003-01-28 Sun Microsystems, Inc. Management of user-definable databases
US6381644B2 (en) * 1997-09-26 2002-04-30 Mci Worldcom, Inc. Integrated proxy interface for web based telecommunications network management
US6115040A (en) * 1997-09-26 2000-09-05 Mci Communications Corporation Graphical user interface for Web enabled applications
US6005571A (en) * 1997-09-30 1999-12-21 Softline, Inc. Graphical user interface for managing security in a database system
US5999179A (en) * 1997-11-17 1999-12-07 Fujitsu Limited Platform independent computer network management client
US6664978B1 (en) * 1997-11-17 2003-12-16 Fujitsu Limited Client-server computer network management architecture
US6344862B1 (en) * 1998-05-29 2002-02-05 Hewlett-Packard Company User interface mechanism for manipulating context in computer management applications
US6054987A (en) * 1998-05-29 2000-04-25 Hewlett-Packard Company Method of dynamically creating nodal views of a managed network
US6263346B1 (en) * 1998-07-17 2001-07-17 International Business Machines Corporation Network with storage of all client computer programs in server computer having customized client graphical user interfaces with maximum sharing of stored portions of interfaces common to a plurality of clients
US7028081B2 (en) * 1998-10-21 2006-04-11 Canon Kabushiki Kaisha Network-device management apparatus and method, recording medium, and transmission apparatus
US6353446B1 (en) * 1999-01-25 2002-03-05 Network Associates, Inc. Method and system for integrated network management applications
US6480955B1 (en) * 1999-07-09 2002-11-12 Lsi Logic Corporation Methods and apparatus for committing configuration changes to managed devices prior to completion of the configuration change
US6769022B1 (en) * 1999-07-09 2004-07-27 Lsi Logic Corporation Methods and apparatus for managing heterogeneous storage devices
US6971086B2 (en) * 2000-03-16 2005-11-29 Silicon Graphics, Inc. Common user interface development toolkit for a system administration program
US6996778B2 (en) * 2000-12-11 2006-02-07 Microsoft Corporation User interface for managing multiple network resources

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7571392B2 (en) 2002-10-21 2009-08-04 Bentley System, Inc. User definable task based interface
US20090144758A1 (en) * 2007-11-29 2009-06-04 Konica Minolta Business Technologies, Inc. Administration device for image processing device uses plug-in application
US8336062B2 (en) * 2007-11-29 2012-12-18 Konica Minolta Business Technologies, Inc. Administration device for image processing device uses plug-in application
CN103150168A (en) * 2013-03-27 2013-06-12 汉柏科技有限公司 Method for mutually calling modules in .net framework

Also Published As

Publication number Publication date
US6971086B2 (en) 2005-11-29
US20020059559A1 (en) 2002-05-16

Similar Documents

Publication Publication Date Title
US20060010422A1 (en) Common user interface development toolkit for a system administration program
US9875117B2 (en) Management of multiple instances of legacy application tasks
US6467080B1 (en) Shared, dynamically customizable user documentation
US7788593B1 (en) Seamless integration and installation of non-native application into native operating system
US6314428B1 (en) Method and apparatus for application management in computer networks
US6690400B1 (en) Graphic user interface for resources management of super operating system based computers
US5793368A (en) Method for dynamically switching between visual styles
US5276883A (en) System and method for uniform control of local and remote applications in a data processing network
US6108712A (en) Client-server system with central application management and providing export agent capability for retrofitting existing hardware and applications into the system
US6205476B1 (en) Client—server system with central application management allowing an administrator to configure end user applications by executing them in the context of users and groups
US7240323B1 (en) Plug and play interface for user actions
US8910163B1 (en) Seamless migration of non-native application into a virtual machine
US7721303B2 (en) System for management of interactions between users and software applications in a web environment
US6513158B1 (en) Method and apparatus for running multiple java applications simultaneously
US7469302B2 (en) System and method for ensuring consistent web display by multiple independent client programs with a server that is not persistently connected to client computer systems
US20010011341A1 (en) Client-server system for maintaining a user desktop consistent with server application user access permissions
US6115039A (en) Processes and apparatuses for creating non-native displays on a computer
US20020188672A1 (en) Server-based computing environment
US5781902A (en) Method, computer program product, and system for extending the capabilities of an existing process to store and display foreign data
US7197712B2 (en) Server visualization and control
US6085228A (en) Methods and apparatus for a property editing mechanism for a network computer environment
CN112000401B (en) Cloud desktop deployment method and cloud desktop system
Meyer Teaching object technology
Both Terminal Emulator Mania
Stein Unix survival guide

Legal Events

Date Code Title Description
AS Assignment

Owner name: GENERAL ELECTRIC CAPITAL CORPORATION,CALIFORNIA

Free format text: SECURITY INTEREST;ASSIGNOR:SILICON GRAPHICS, INC.;REEL/FRAME:018545/0777

Effective date: 20061017

Owner name: GENERAL ELECTRIC CAPITAL CORPORATION, CALIFORNIA

Free format text: SECURITY INTEREST;ASSIGNOR:SILICON GRAPHICS, INC.;REEL/FRAME:018545/0777

Effective date: 20061017

AS Assignment

Owner name: MORGAN STANLEY & CO., INCORPORATED, NEW YORK

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:GENERAL ELECTRIC CAPITAL CORPORATION;REEL/FRAME:019995/0895

Effective date: 20070926

Owner name: MORGAN STANLEY & CO., INCORPORATED,NEW YORK

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:GENERAL ELECTRIC CAPITAL CORPORATION;REEL/FRAME:019995/0895

Effective date: 20070926

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

AS Assignment

Owner name: RPX CORPORATION, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:GRAPHICS PROPERTIES HOLDINGS, INC.;REEL/FRAME:029564/0799

Effective date: 20121224