US20040049773A1 - Information processing system and method for communications between application systems - Google Patents

Information processing system and method for communications between application systems Download PDF

Info

Publication number
US20040049773A1
US20040049773A1 US10/640,375 US64037503A US2004049773A1 US 20040049773 A1 US20040049773 A1 US 20040049773A1 US 64037503 A US64037503 A US 64037503A US 2004049773 A1 US2004049773 A1 US 2004049773A1
Authority
US
United States
Prior art keywords
class
message
receiving
mail
completion
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
US10/640,375
Inventor
Mikio Yotsukura
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.)
Class Technology Co Ltd
Original Assignee
Class Technology Co Ltd
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
Priority claimed from JP9341654A external-priority patent/JPH11175327A/en
Application filed by Class Technology Co Ltd filed Critical Class Technology Co Ltd
Priority to US10/640,375 priority Critical patent/US20040049773A1/en
Publication of US20040049773A1 publication Critical patent/US20040049773A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/465Distributed object oriented systems

Definitions

  • the present invention relates to an information processing system and a method for communications between application systems.
  • FIG. 1 shows the communication method between application programs in the related art.
  • a computer system 405 which executes an application A
  • a computer system 407 which executes an application B
  • network 409 a computer system 409
  • the EDI Electro Data Interchange
  • CALS Commerce At Light Speed
  • JCA Japanese Chain-store Association procedure
  • DCOM distributed object technology
  • An object of the present invention is to provide an information processing system and method for communications between application systems that is capable of modifying the procedure easily, and furthermore, without preparing a program.
  • the present inventor has found out that the programming time can be reduced by employing a software program as a component and combining with them using the class in the object-oriented technology.
  • an information processing system which comprises a batch control class for passing a beginning message, and scheduling after receiving a completion message; an input class for inputting data based on conditions when receiving the beginning message from the batch control class and passing the completion message to the batch control class upon completion of input processing; a conversion class for converting the input data based on conditions upon receiving the beginning message from the batch control class, and passing the completion message to the batch control class upon completion of conversion processing; and an output class for outputting data based on conditions upon receiving the beginning message from the batch control class.
  • Another object of the present invention is to provide a flexible way of communications between application systems in above cases.
  • an information processing system which comprises a mail interface unit for receiving a mail as a mail format for an Internet; a receiving unit for changing the mail into receiving data which is executable for an application unit; and the application unit for executing an application using the receiving data.
  • FIG. 1 is a view showing method for communications between application programs according to a related art.
  • FIG. 2 is a block diagram showing information processing system according to an embodiment of the present invention.
  • FIG. 3 shows an example of class diagram according to an embodiment
  • FIG. 4 is a view illustrating a conversion process of a conversion class
  • FIG. 5 shows a block diagram of the procedure for generating the executable file according to an embodiment
  • FIG. 6 is a batch definition window according to an embodiment
  • FIG. 7 is a sample window to define an input file
  • FIG. 8 is a sample window to define a partial replacement
  • FIG. 9 is a sample window to define a whole replacement
  • FIG. 10 is a sample window to define a condition replacement
  • FIG. 11 is a sample window to define total calculation processing
  • FIG. 12A is a sample window to define a matching processing
  • FIG. 12B is a view useful in explaining an example of matching processing
  • FIG. 13 is a sample window to define a check processing
  • FIG. 14 is a sample window to define a status monitor
  • FIG. 15 is a sample window to define an output file
  • FIG. 16 is a sample window to define a system control log
  • FIG. 17 is a block diagram showing application communications system according to an embodiment
  • FIG. 18 is a class diagram of sending unit 103 and receiving unit 303 of FIG. 17;
  • FIG. 19A is a sample window to define login push button to generate an object
  • FIG. 19B is a login window generated the login push button of FIG. 19A;
  • FIG. 20A is a sample window to define send push button to generate an object
  • FIG. 20B is a confirmation dialog window generated by the send push button of FIG. 20A;
  • FIG. 21A is a sample window to define receive push button to generate an object
  • FIG. 21B is a sample window to define reply push button to generate an object
  • FIG. 21C is an example dialog for replying mail
  • FIG. 22A is a sample window to define forward push button to generate an object
  • FIG. 22B is an example dialog for forwarding mail
  • FIG. 23A is a sample window to define mail index display table to generate an object
  • FIG. 23B is a mail index display table generated by the a confirmation dialog window generated by the send push button of FIG. 20A;
  • FIG. 23C is a sample window to define mail index display table to generate an object
  • FIG. 24A is a sample window to define address book display combo box to generate an object
  • FIG. 24B is a sample window to define address book button to generate an object
  • FIG. 24C is a window generated by the customize window of FIG. 24B;
  • FIG. 25A is a sample window to define select address book push button to generate an object
  • FIG. 25B is a window generated by the select address book push button of FIG. 25A;
  • FIG. 25C is an example wizard window to define signature push button to generate an object
  • FIG. 26A is a sample window of attachment file button to generate an object
  • FIG. 26B is a save attachment file window generated by the attachment file button of FIG. 26A;
  • FIG. 26C is a select attachment file window generated by the attachment file button of FIG. 26A;
  • FIG. 27A is a sample window of edit mail wizard
  • FIG. 27B is an example preview window displayed in case preview button of FIG. 27A is clicked;
  • FIG. 28A is an example of a customize window
  • FIG. 28B is a account preference window generated by the customize window of FIG. 28A;
  • FIG. 28C is detail preference window displayed in case of detail preference button of FIG. 28B is clicked;
  • FIG. 29A is an address book object customize window generated by the customize window of FIG. 28A;
  • FIG. 29B is an edit signature window generated by the customize window of FIG. 28A;
  • FIG. 30 is a mail index display property generated by the customize window of FIG. 28A;
  • FIG. 31 is a sample window of encryption/restoring push button to generate an object
  • FIG. 32A is a purchase order window according to a first example
  • FIG. 32B is a dialog of confirmation of sending according to a first example
  • FIG. 33 is a receiving order window according to a first example
  • FIG. 34A is a sample window of sending file window according to a second example
  • FIG. 34B is a sample window of receiving file window according to a second example.
  • FIG. 35 shows an example of computer system that reads a computer program product.
  • Each class subjected to object oriented data model has elements including member and method.
  • the class has at least one member.
  • Each class determines its behavior with at least one parameter.
  • the parameter is often used as an instance (instance value), the parameter is incorporated into a program to determine the behavior of the program.
  • the term “parameter” includes an instance (instance value) to determine behavior of a program.
  • methods is a procedure executed by each class.
  • passing includes sending and receiving messages between the classes, and term “passing” is defined by a method.
  • the message includes request for operations and confirmation regarding operation result.
  • the term “computer system” may include a main frame computer, workstation, PC, or the like.
  • the hardware configuration of the computer system used in the present embodiment includes a CPU that performs various operations, an input device, such as a keyboard, mouse, light-pen, or a flexible disk device, an output device, such as a display or a printer, or other devices.
  • the CPU includes an operating unit that processes commands associated with the processing of each scheduling unit as explained later, and a main storage unit that stores the commands generated during the processing.
  • the operating unit sequentially reads commands stored in the main memory unit, or external storage device, and executes the commands so as to perform processing for production and inventory control.
  • FIG. 2 is a block diagram showing information processing system according to an embodiment of the present invention.
  • the system according to this embodiment comprises a batch control class 11 for passing a beginning message, and scheduling the next class according to a completion message from a class, an input class 13 for inputting data based on at least one parameter in case receiving a beginning message from the batch control class 11 , a conversion class 15 for converting the input data based on at least one parameter in case receiving a beginning message from the batch control class 11 , and outputting a completion message to the batch control class 11 in case of completion of conversion processing, and an output class 17 for outputting data based on at least one parameter in case receiving beginning message from the batch control class 11 .
  • the batch control class 11 controls the input class 13 , conversion class 15 , and output class 17 .
  • the control of the batch class 11 sends a beginning message to each class based on at least one parameter (typically, instance value), receives a completion message (typically event) from each class, and schedules the next class.
  • the schedule of the class is carried out in the order of input class 13 , the conversion class 15 , and the output class 17 .
  • the batch control class 11 sends a beginning message to the input class 13 .
  • the batch control class 11 sends a beginning message to the conversion class 15 after receiving the completion message from the input class 13 .
  • the batch control class 11 sends a beginning message to the output class 17 after receiving completion message from the conversion class 17 .
  • the parameters of scheduling are determined when generating the batch program which describes processing.
  • the batch program is generated and program source code stored by a class library is prepared, and the parameters are incorporated into the program source code.
  • the parameters of scheduling are stored at the batch information instance of unit 23 , the batch control class can refer as needed to the batch information instance of unit 23 .
  • the input class 13 is a class which receives a beginning message from the batch control class 11 , then receives data from the input data stored in unit 25 based on at least one parameter indicating an input procedure. And the input class 13 prepares input file and outputs completion message to the batch control class 11 in case of completion of the input procedure.
  • the input procedure includes preparing an input process index file, or a reference index file, checking the format of input file, and matching or sorting of the files.
  • the conversion class 15 is a class which receives a beginning message from the batch control class 11 , then converts the input data based on at least one parameter indicating a conversion procedure. And the conversion class 15 outputs a completion message to the batch control class 11 in case of completion of the conversion procedure.
  • the conversion class 15 is activated when receiving the beginning message. Next, the class 15 converts data based on parameters. The process results or status including such as interruption, abortion, normally completion are sent to the job control class 11 . Next, the class 15 output a completion message to batch control class 11 .
  • the principal methods include conversion methods, check methods, and service methods. Each method is executed the data once or several times. After processing, the data outputs as a conversion-work.
  • conversion works means temporary file for storing the processing data temporally.
  • the output class 17 is a class which outputs the conversion-work processed by the conversion class 15 to an output unit at a output form based on at least one parameter.
  • the output class 17 receives a beginning message from the batch control class 11 , then inputs the conversion-work based on at least one parameter indicating an output procedure. And the output class 17 outputs the output data and completion message to the batch control class 11 in case of completion of the output procedure.
  • the output form includes text file, CSV file, import form file, DB file, certification output.
  • the output data are stored by an output data storing unit 27 , or are printed.
  • a job control class 19 receives status message outputted by the conversion class 15 , then the class 19 outputs the status message to the log storing unit 29 , or the class 19 outputs the status, such as a number of processing, to the job management system 21 .
  • a job management class 21 is a class which receives the status outputted by the job control class 19 to manage jobs.
  • FIG. 3 shows an example of a class diagram according to an embodiment.
  • schedule data of the batch control class define a procedure of each class.
  • the procedures are determined by at least one parameter.
  • the methods of the input class include a sort input method for inputting a file with sorting, a merge input method for inputting files with merging, a matching input method for inputting files with matching, a DB input method for inputting from a database, and a file input method for inputting from a file.
  • the methods of the conversion class include a sort method for sorting data in a file, a format method for converting a format of data in a file, a replace method for replacing data in a file, an expansion method for expanding data in a file, a matching method for matching data in files, a summary method for summarize data in a file, a consistency check method for checking whether data in a file have consistency or not, and an exceptional process method.
  • the methods may outputs processed data as a conversion-work.
  • the methods of the output class include a text method for outputting the file as a text file, a CSV file output method for outputting the file as a CSV file, an import form file output method for outputting the file as an import form file, a mail method for sending the file to at least one e-mail account, a list output method for outputting the file as a list form, a DB output method for outputting the file to a database, and a certification output method for outputting the file to outputting the file as a certification form.
  • FIG. 4 is a view illustrating a conversion process of a conversion class.
  • the format method performs format conversion of data in a file. For example, data in a file described in form “97/12/01” is converted to “December 1, 1997”. Another example, data in a file described in form “1000” is converted to “ ⁇ 1,000-”.
  • the replace method performs data replacement in a file. For example, data in a file described in form “100EA”is replaced to “@100”.
  • the expansion method performs data expanding in a file. For example, data in a file divided by the slash (/) like “product name/part name” is expanded to each product name and part name, like “AAA” “BBB”. Another example, a matrix data in a file like “A[10]” will be expanded to each element of the matrix like “A(1), A(2), . . . , A(10)”.
  • FIG. 5 is a view illustrating a conversion process of a conversion class.
  • a class for processing is copied from a class library 31 .
  • a definition unit 33 of parameter defines the instance value of the copied class using wizard, then the program source code 35 incorporating the instance value is generated. This will be mentioned later.
  • the compile processing is carried out by the Program generation unit 37 , and, as for this program source code 35 , the executable file 39 is generated. Information processing according to the embodiment is realized by performing this executable file 39 .
  • FIGS. 6 to 15 are an example of windows which shows processing of the definition unit 33 using wizard. These windows realize the graphics user interface (GUI), and a mouse or a keyboard can be used as an input device.
  • GUI graphics user interface
  • FIG. 6 is a batch definition window according to an embodiment of the invention.
  • a source file is specified from a class library. If a “SEARCH” button is clicked, the list of class library will be displayed. Moreover, a new source file name is specified when the file name is different from the source file to input.
  • an input file is defined as input information. Since there is a case of two or more input files, it enables to specify for each input file.
  • This embodiment shows two files case, but it is not limited to two file cases.
  • a “register” button will be clicked. Then, the detailed definition window of FIG. 7 will be displayed.
  • conversion processing is defined as conversion information. Processing (method) to be performed, and the order are defined at this section.
  • the type of conversion processing will be displayed like a menu.
  • the button to be converted is clicked, and a “add” button is clicked.
  • the processing is added to the process order.
  • the process order window it enables to delete the process order to click the “DELETE” button, to change the order to click the “ ⁇ ”, and “ ⁇ ” button.
  • it enables to define more detail the processing order to click the “EDIT” button.
  • the detailed definition window of FIGS. 8 to 13 will be displayed when clicking the “edit” button.
  • an output file is defined as output information. Since there is a case of two or more outputs, it can specify each output.
  • a “register” button will be clicked. Then, the detailed definition window of FIG. 15 will be displayed.
  • FIG. 7 is a sample window defining an input file of this embodiment.
  • the form of the input file is defined at the left side window of FIG. 7.
  • the window shows text form and DB form to be defined.
  • “OK” button is clicked and text form is specified, the window at the upper right side of the drawing will be displayed.
  • processing of output file such as sorting, merging is defined. Sorting column and ascendant or descendent are defined when sorting. If sorting with two or more keys, the keys and its order of sorting should be defined.
  • DB form the screen at the lower right side of the drawing is displayed.
  • DB name a table name, a sequence name, WHERE phrase, and the like are defined.
  • the definitions are registered by “OK” button in both windows.
  • FIG. 8 is a sample window to define a partial replacement.
  • the file performing partial replacement is specified.
  • the output file specified at the input file definition is defined as the default.
  • the output file of processing before defining in the order of conversion of the window shown in FIG. 6 is defined as the default.
  • a definition of replacement information is specified to input required information, such as code replacement, code separation, code combination, and the like. “OK” button is clicked when all definitions are completed.
  • FIG. 9 is a sample window to define a whole replacement of this embodiment.
  • the file performing whole replacement is specified.
  • the output file specified at the input file definition is defined as the default.
  • the output file of processing before defining in the order of conversion of the window shown in FIG. 6 is defined as the default.
  • a definition of replacement information is specified to input required information, such as character insertion, characters replacement, space compacting, and the like. “OK” button is clicked when all definitions are completed.
  • FIG. 10 is a sample window to define a condition replacement.
  • the file performing condition replacement is specified.
  • the output file specified at the input file definition is defined as the default.
  • the output file of processing before defining in the order of conversion of the window shown in FIG. 6 is defined as the default.
  • a definition of replacement information is specified to input required information, such as condition logic, beginning column, and number of digit. “OK” button is clicked when all definitions are completed.
  • FIG. 11 is a sample window to define total calculation processing. First, Input data is specified and the column to be calculated as an item is specified. Next, a data item name is defined and the formula is defined using a function method, an operator pad, a calculation pad, and the like. “OK” button is clicked when all definitions are completed.
  • FIG. 12A is a sample window to define a matching processing. First, at least one matching key is inputted in a start column and an end column. Next, the conditions of these keys are inputted and a processing related number is inputted. Moreover, an input item, an output item, a calling method, and the like are inputted. “OK” button is clicked when all definitions are completed.
  • FIG. 12B is a view useful in explaining an example of matching processing.
  • data which consists of A, B, and C shall be stored in the file 1
  • A, D, and E shall be stored in a file 2 .
  • data which consists of A, B, D, C, and E as a file 3 will be stored by matching processing.
  • FIG. 13 is a sample window to define a check processing.
  • input data and a column in the input data are defined.
  • the check method is defined.
  • an operator specifies a format such as “YY/MM/DD”. In other case, it is outputted in the form specified in output form. “OK” button is clicked when all definitions are completed.
  • FIG. 14 is a sample window to define a status monitor of an embodiment. This window monitors the processing situation of each class as a status.
  • the start time, expedition, end time, and the like are displayed as status of input processing.
  • the expedition, and the like are displayed as status of conversion processing.
  • the start time, expedition, end time, and the like are displayed as status of output processing. An operator can grasp the situation of processing by the information.
  • FIG. 15 is a sample window to define an output file.
  • the file to be outputted is specified.
  • the form of the output file is defined.
  • text form the file of an output is defined.
  • CSV form the file and the column of an output are defined.
  • DB form DB name, a table name, and the like are defined.
  • printer output the column to output is defined. “OK” button is clicked when all definitions are completed.
  • FIG. 16 is a sample window to define a system control log.
  • This window defines required information, such as start/end message, the access number, the warning number, and the like, about each processing in a conversion class.
  • the output of a log is defined whether file form or DB form, also, storing a log is defined such as a file name, DB name.
  • the defined information is outputted to the log maintenance part 29 as a log.
  • FIG. 17 is a block diagram showing application communications system according to an embodiment.
  • the communications between applications performed between a computer system 100 as a sending side and a computer system 300 , as a receiving side will be explained hereinbelow.
  • the computer system 100 comprises an application unit 101 for executing an application program, and outputting result data, a sending unit 103 for changing the result data into mail form data using the Internet, and a mail interface unit 105 for sending a mail in a mail format for the Internet.
  • the computer system 300 comprises a mail interface unit 305 for receiving the mail form data from the Internet, a receiving unit 303 for changing the mail form into an application data which an application program can use, an application unit 301 for executing an application program using the application data.
  • the application unit 101 and the application unit 301 perform an application.
  • the term “application” include business application, like a purchase order application, a receive order application, an inventory inquiry application for retrieving a database.
  • the sending unit 103 processes data to transmit so that data produced by the application such as order data, can be transmitted in the mail interface unit 105 .
  • the class library 104 is used for processing of data.
  • the mail interface unit 105 and the mail interface unit 305 are the communication interfaces for exchanging processing result data on a network using the Internet mail.
  • Winsock library for performing the Internet communications are prepared, and socket library is mounted in UNIX system, and these can be used.
  • the receiving unit 303 processes data so that data received in the mail interface unit 305 may be decoded and processing may be possible in the application unit 301 .
  • the class library 304 is used for processing of data.
  • the term “the Internet” is the computer network over the world.
  • FIG. 18 is a class diagram of sending unit 103 and receiving unit 303 of FIG. 17.
  • a class library is a set of the template for generating an instance, and the behavior is determined when an instance carries out functional inheritance of the specific class from a class library.
  • the software (wizard) by which a user customizes and generates an object is used for this functional inheritance. Therefore, transmitting processing or reception processing is performed using the class (template) stored in the class library.
  • This login class is a class for authorization. The following members are included.
  • the password data field is data field for inputting a password.
  • the inputted characters are displayed as “*” instead of the characters.
  • the string of the inputted password is held temporarily.
  • FIG. 19A is a sample window to define login push button to generate an object.
  • the software which prompts the operator to input parameters, and generates an object, is often called wizard.
  • the wizard prompts an operator to input mailbox folder.
  • the mail account used by each application is registered into the mailbox.
  • An account folder name and a password are set as application information to each mail account, and the variables are beforehand defined as the application information.
  • a variable “dfFolder” is defined as a folder name
  • a variable “dfPassword” is defined as a password.
  • this wizard prompts an operator to input variables defined as the password and the account folder name. An operator clicks a complete button, when ending customization. Thereby, registration of data is performed. On the other hand, an operator clicks a cancel button to stop a customization.
  • FIG. 19B is a login window generated the login push button of FIG. 19A. This window prompts to input a folder name and a password for accessing the folder. And, the system confirms whether folder inputted by the user exists in mailbox folder. When it exists, the string of the inputted password and the password of the account information file in connection with the variable defined by FIG. 19A are compared. When a password is correct, login information is set as a class variable. If incorrect, a message box is displayed, and re-input is required, or the user's login is refused.
  • a cancel button class is a class, which closes the dialog displayed.
  • An object is displayed like the “cancel” button of the example in the login window of FIG. 19B, for example, and when a user clicks this button, this dialog is closed.
  • a mail class is a class for performing various kinds of mail transmission and reception. The following members are included.
  • a send button class is a class for performing mail transmission with the contents of the object defined by the wizard.
  • FIG. 20A is a sample window to define send push button to generate an object.
  • This wizard prompts an operator to input a mail box folder first.
  • An addressee (TO:) carbon copy (CC:), a blind carbon copy (BCC:), a subject, a body, an attachment file, and an attachment hard copy are beforehand defined as application information. These are beforehand defined as variables if needed.
  • the address book button mentioned later can define this definition.
  • the wizard prompts to input variables defined as the information about applications, such as addressee.
  • the wizard prompts to input whether the check dialog explained below is displayed at the time sending a mail.
  • About an account property button it is mentioned later.
  • FIG. 20B is a confirmation dialog window generated by the send push button of FIG. 20A. An operator can check the application information defined by the variables, and the mail is transmitted when the “send” button is clicked by an operator.
  • a receiving button class is a class for receiving mail.
  • FIG. 21A is a sample window which defines receive push button and generate an object.
  • the system prompts to input a mailbox folder.
  • a reply button class is a class for replying a mail based on an object defined by the wizard.
  • FIG. 21B is a sample window to define reply push button to generate an object.
  • the system prompts to choose a mailbox folder.
  • the system prompts to input whether reply mail is displayed on a window.
  • FIG. 21C is an example dialog for replying mail.
  • the property of a reply mail is defined, for example, whether the original message is quoted when replying message, quote mark, and mailing list for replying.
  • a forward button class is a class for forwarding a mail based on an object defined by the wizard.
  • FIG. 22A is a sample window defining forward push button to generate an object.
  • the system prompts to input a mailbox folder.
  • the mail index display table defines a variable as above-mentioned.
  • the system prompts to input whether reply mail is displayed on a window.
  • FIG. 22B is an example dialog for forwarding mail.
  • the property of a forward mail is defined, for example, whether the original message is quoted when forwarding message, quote mark, and the like.
  • a mail index display table class is a class for displaying mails in the mailbox as a list.
  • FIG. 23A is a sample window to define mail index display table to generate an object.
  • the system prompts to input a mailbox folder, and object name.
  • the form of a display, a transmitting person (FROM:), addressee (TO:), a carbon copy (CC), a subject, a body, an attachments file, and status are beforehand defined as application information. Also these are defined beforehand as variables if needed.
  • the wizard prompts to input variables defined as the application information, such as a form.
  • About an appearance preferences button will be mentioned later.
  • FIG. 23B is a mail index display table generated by a confirmation dialog window generated by the send push button of FIG. 20A.
  • the window displays the application information defined by the variables.
  • the attachment file may be displayed as a detailed information by double-clicking the subject, and the like.
  • a mark as read button class is a class which changes unread status of the mail chosen in the mail index display table to read status.
  • FIG. 23C is a sample window which defines mail index display table to generate an object. Firstly, the system prompts to input a mailbox folder and a mail index display table name. For example, in FIG. 23B, if a mail is selected, and “mark as read” button (lower left side) is clicked, status of the selected mail will be changed from “UN” (unread) to “RE” (read).
  • Mark as unread button class is a class which changes read status to unread status.
  • FIG. 23C is a sample window defining mail index display table to generate an object. First, the system prompts to input a mailbox folder and a mail index display table name. For example, in FIG. 23B, if a mail is selected, and “mark as unread” button (lower right side) is clicked, status of the selected mail will be changed “RE” (read) to “UN” (unread).
  • a run attachments button class is a class for executing the program if attachment file appended to the receiving mail is an executable program. It can determine by the filename (for example, “exe” of file.exe) whether the attachment file is executable or not.
  • a send DB button class is a class for transmitting the part or all of database.
  • DB to be sent is specified and converted into file format such as DB proprietary format, CSV form using this class.
  • Send button class will be employed in case of sending the explanation will be omitted here since it is mentioned above.
  • a receive DB button class is a class for receiving the part or all of DB. An attachment file which is appended to a received mail is stored by using this class. A form of a file may be checked before stored. Receive button class will be employed in case of receiving the explanation and will be omitted here since it mentioned above.
  • a Compose new file button class is a class for creating a transmitting file.
  • the system prompts an operator to input such as text by using a software such as an editor.
  • the text includes a document, a program (for example, program of interpreter type, and Java), and the like.
  • the created text is stored as a file temporarily.
  • An Update DB based on received file button is a class for updating to DB based on the file which received. For example, the file of DB is received using DB receiving button class, and predetermined DB is updated based on the file.
  • a show address book combo box class is a class for displaying the address book which manages the address of mail, in combo box form, to be chosen by an operator.
  • FIG. 24A is a sample window defining address book display combo box to generate an object.
  • the wizard prompts an operator to input the mail box folder to display, and to choose in toggle button form whether the address book is sorted by a name, or an address.
  • a show address book list box class is a class for displaying the address book which manages the address of mail, in list box form.
  • FIG. 24A is a sample window defining address book display list box to generate an object.
  • the system prompts an operator to input the mail box folder to display, and to choose in toggle button form whether the address book is sorted by a name, or an address.
  • An address book button class is a class for displaying the registration dialog of an address book and maintaining an address book.
  • FIG. 24B is a sample window defining address book button to generate an object.
  • the system prompts an operator to input the mail box folder.
  • FIG. 24C is a window generated by the customize window of FIG. 24B.
  • the address book which exists in the selected mailbox folder is displayed.
  • An operator inputs the mail address and the name in the bottom of the FIG. 24C, and they register with an address book temporarily when clicking a “additional” button. And they register with an address book permanently when clicking a “Update” button.
  • an operator needs to delete a mail address, an operator clicks “delete” button to perform deletion from an address book.
  • a select address book button class is a class for displaying the dialog of address book selection.
  • FIG. 25A is a sample window defining select address book push button to generate an object.
  • the wizard prompts to input a mailbox folder and to, input an object name to define variables.
  • “df1” is defined as an addressee (TO) on this window
  • “df2” is defined as a carbon copy (CC)
  • “df3” is defined as a blind carbon copy (BCC).
  • FIG. 25B is a window generated by the select address book push button of FIG. 25A.
  • An operator selects mail addresses from displayed address book. Selected mail addresses are displayed in “To” field, “CC” field, and “BCC” field on a right-hand side addressee column of FIG. 25A.
  • mail address “order@b.co.jp” is defined as the variable “df1”.
  • address “mail@class.co.jp” is defined as the variable “df2”.
  • a signature button class is a class for adding a signature which describes company information or individual information into the mail body.
  • FIG. 25C is an example wizard window defining signature push button to generate an object.
  • the wizard prompts to input a mail folder, and a signature file. They define the variable here as above-mentioned.
  • About a signature preferences button of FIG. 25C since it is explained at the signature edit button class, the explanation will be omitted here.
  • a store attachments button class is a class for saving the attachment file of a receiving mail displayed on the object set up by the wizard to the specified place.
  • FIG. 26A is a sample window of attachment file button to generate an object. Here, the wizard prompts to input an object name of an attachment file.
  • FIG. 26B is a save attachment file window generated by the attachment file button of FIG. 26A.
  • the attachment file defined by the variable is saved in the place where the user is specified, such as a folder. In the case of storing, an operator specifies a file name of the attachment file. Storing is performed by clicking the “save” button after the operations.
  • a select attachment file button class is a class for appending a file to a sending mail displayed on the object set up by the wizard.
  • FIG. 26A is a sample window of attachment file button to generate an object.
  • the wizard prompts to input an object name of an attachment file.
  • FIG. 26C is a select attachment file window generated by the attachment file button of FIG. 26A.
  • the specified file is defined as a variable.
  • An edit display format button class is a class for displaying data item by an application program at an editable window.
  • FIG. 27A is a sample window of edit display format wizard.
  • An operator can edit display format file to describe a program, a script, including an object name of a program and a title, according to the grammar of a language such as HTML (HyperText Markup Language).
  • a show display format button class is a class for executing and displaying a program or script described at the edit display format button class.
  • FIG. 27B is an example preview window displayed in case of “preview” button of FIG. 27A is clicked. An operator can describe by checking the format to click the “preview” button.
  • a print display format button is a class for printing a display format at the show display format button class.
  • a web display format button class is a class for executing a script or program at the edit display format button and generating a displayable file at the Web browser.
  • An account preferences button class is a class for displaying an account preferences dialog and setting as application information.
  • FIG. 28A is an example of a customize window for account setup.
  • the wizard prompts to input a mail box folder.
  • FIG. 28B is an account preferences window generated by the customize window of FIG. 28A. More detail, this dialog is displayed in case of clicking “account preferences” button in FIG. 21A.
  • the wizard prompts to input a folder name of an account, a user name, a mail address, an account name, and a password, as account preferences.
  • the wizard prompt to input server information, for example, an SMTP server name, and a receiving mail server name, and the like.
  • FIG. 28C is detail preference window displayed in case of detail preference button of FIG. 28B is clicked.
  • the wizard prompts to input an SMTP port number and a POP3 port number as a detailed setup of mail server.
  • a receiving preference button class is a class for displaying a receiving option setting dialog and application setting information.
  • the wizard prompts that mailbox folder will be customized, as shown in FIG. 28A.
  • FIG. 29A is an address book object customize window generated by the customize window of FIG. 28A. Specifically, the dialog of FIG. 28A is displayed by clicking the receiving option button of FIG. 21A.
  • the wizard prompts to input setup information about limitation of maximum mail size, and whether remove copied messages from server or not.
  • An edit signature button class is a class for displaying signature edit dialog and generating a signature file.
  • FIG. 28A is an example of a customize window for customizing the edit signature button class to generate an object.
  • the wizard prompts to input a mail box folder.
  • FIG. 29B is an edit signature window generated by the customize window of FIG. 28A. Specifically, the dialog of FIG. 28B is displayed by clicking the “signature preferences” button of FIG. 25C.
  • signature edit when choosing a text, an operator can directly input into the editor under the “text” toggle button.
  • file an operator specifies a signature file under the “file” toggle button.
  • An appearance preferences button class is a class for displaying an appearance preferences dialog and setting as application information.
  • FIG. 28A is an example of a customize window. The wizard prompts to input a mail box folder.
  • FIG. 30 is a mail index appearance preferences generated by the customize window of FIG. 28A.
  • the dialog of FIG. 30 is displayed by clicking the display setting button of FIG. 23A.
  • a display setup of a mail index performs a setup of a display item and a setup of a display bit map, etc.
  • An encryption class button is a class for performing an encryption about the content of a mail such as a body, attachment.
  • FIG. 31 is a sample window of encryption push button to generate an object. The wizard prompt to input a key and an object name. The contents such as a body, and attachment inputted into the object name are encrypted according to the key, and transmission is carried out.
  • a decryption class button is a class for performing a decryption about the content of a mail such as a body, attachment.
  • FIG. 31 is a sample window of decryption push button to generate an object. The wizard prompt to input a key and an object name. The contents such as a body, and attachment inputted into the object name are decrypted according to the key.
  • a compression button class is a class for compressing a file such as an attachment file. All classes for sending such as send button class, reply button class, send DB button class, encryption button class, and all sending file form, such as DB (including CSV), encryption file, displayed table data can apply this button as an optional function.
  • An uncompression button class is a class for uncompressing a compressed file such as an attachment file. All classes for receiving such as receive button class, run attachment button class, send, decryption button class, and all compressed receiving file form, such as compressed DB (including CSV), compressed encryption file, compressed displayed table data can apply this button as an optional function.
  • All classes for receiving such as receive button class, run attachment button class, send, decryption button class, and all compressed receiving file form, such as compressed DB (including CSV), compressed encryption file, compressed displayed table data can apply this button as an optional function.
  • the sending system transmits an order form by the order application.
  • the receiving system receives the form and registers it with a database.
  • the sending system suppose the order application shall be created and a setup of an above-mentioned variable etc. shall be made.
  • FIG. 32A is a purchase order window according to the first example.
  • an operator specifies a company, a delivery date, an article to be ordered.
  • the articles are retrieved by clicking a “retrieve” button.
  • a list output can be performed if a list “print” button is clicked.
  • An “place order” button is clicked when the order form is completed. Then, the dialog of the transmitting check shown in this FIG. 32B is displayed.
  • FIG. 32B is a confirmation sending dialog according to the first example.
  • This dialog can omit as above-mentioned.
  • the addressee is assigned to the mail address defined in FIG. 32A.
  • CC is assigned to its mail address for confirmation.
  • the subject is assigned automatically.
  • an order place and the delivery date specified by FIG. 32A are inserted, and the signature file is incorporated.
  • the articles which place an order are appended and transmitted in the form of an attachment file.
  • the form of an attachment file is not restricted to it, although it transmits another format such as CSV.
  • FIG. 33 is a receiving order window according to a first example.
  • an operator clicks “receive” button to process receiving order.
  • the mail transmitted from the sending system is displayed.
  • a “decryption” button is clicked when the contents of the transmitted mail are encrypted.
  • a “reply” button is clicked to reply the mail, when the article of the order cannot be delivered by delivery date.
  • the received order is registered with database, by clicking a “register” button.
  • FIG. 34A and FIG. 34B is a sample window according to the second example.
  • the sending system performs the transmission of a file.
  • the receiving system executes the received file.
  • FIG. 34A is a sample window of sending file window according to the second example.
  • the sending system prompts to input a file to be sent.
  • the file includes document file, executable file, a file for registering database, and the like.
  • create file button will be clicked.
  • an application such as an editor, is executed.
  • An operator describes a program or a script to be sent.
  • a “send mail” button is clicked.
  • a mail is transmitted to the addressee via Internet with the mail interface.
  • FIG. 34B is a sample window of receiving file window according to the second example.
  • a “receive mail” button is clicked. Then, the mail transmitted from the sending system is displayed.
  • a “execute received file” button is clicked when the received file type is executable. Then, a received file is executed.
  • the “register received file with DB” button is clicked. Then, the file is registered with a specified DB.
  • the Internet mail is used as a transmission way of data or a process, and communications between applications under unspecified network environment is enabled.
  • a program that realizes the information processing and communications between applications as described above may be stored on a recording medium.
  • the program stored in the recording medium is read into a computer system, so that the above-described information processing and communications between application systems can be realized by executing the program while controlling the computer.
  • the recording medium includes such devices as a memory device, magnetic disk device, and an optical disk device, that are able to record the program.
  • the recording medium could be CD-ROM, DVD, ZIP, JAZ, MO, DAT, or the like.
  • FIG. 35 schematically shows one example of a computer system that reads a program stored in the recording medium, and performs production scheduling management according to the procedure described in the program.
  • the computer system 80 is provided, at a front face of its main body, with a floppy disk drive 81 , and CD-ROM or DVD drive 82 .
  • a drive device 87 is connected to a computer system 80 .
  • the drive device permits reading and writing of a recording medium, such as ZIP, JAZ, MO or DAT.
  • a floppy disk 83 as a magnetic disk device, or CD-ROM or DVD 84 as an optical disk device is inserted into each drive through a slot, and a certain reading operation is performed, so that the program stored in the recording medium can be installed in the computer system.
  • each type of medium 85 , 86 may be inserted into a slot of a drive device 87 , and a certain reading operation may be performed. In this manner, the information processing and communications between applications can be performed by the computer system.

Abstract

An information processing system comprises a batch control class for passing a beginning message, and scheduling after receiving a completion message an input class for inputting data based on conditions when receiving the beginning message from the batch control class and passing the completion message to the batch control class upon completion of input processing, a conversion class for converting the input data based on conditions upon receiving the beginning message from the batch control class, and passing the completion message to the batch control class upon completion of conversion processing, and an output class for outputting data based on conditions upon receiving the beginning message from the batch control class.

Description

    BACKGROUND OF THE INVENTION
  • 1. Field of the Invention [0001]
  • The present invention relates to an information processing system and a method for communications between application systems. [0002]
  • 2. Description of Related Art [0003]
  • In related art, information processing with computer systems is described and specified with C or COBOL language. However, in the related art, a programmer needs to modify the program in case an input file or a procedure is changed. In addition, the modification of related programs is required. [0004]
  • On the other hand, suppose information processing occurs through the network such as WAN (Wide Area Network) or the Internet. FIG. 1 shows the communication method between application programs in the related art. In FIG. 1, a [0005] computer system 405, which executes an application A, and a computer system 407, which executes an application B, are connected with network 409, and they can communicate with each other by using the network 409. In this case, the EDI (Electric Data Interchange), like CALS (Commerce At Light Speed), JCA (Japanese Chain-store Association procedure), or the distributed object technology, like DCOM, CORBA can be used.
  • In the related art, information transmissions between application systems are often used among companies with different servers, languages, and protocols. Accordingly, proprietary communications means is needed for different communication partners, which results in the lack of flexibility. Thus, it is difficult to incorporate the communications means into an application program. [0006]
  • SUMMARY OF THE INVENTION
  • An object of the present invention is to provide an information processing system and method for communications between application systems that is capable of modifying the procedure easily, and furthermore, without preparing a program. [0007]
  • The present inventor has found out that the programming time can be reduced by employing a software program as a component and combining with them using the class in the object-oriented technology. [0008]
  • According to this invention, an information processing system is provided, which comprises a batch control class for passing a beginning message, and scheduling after receiving a completion message; an input class for inputting data based on conditions when receiving the beginning message from the batch control class and passing the completion message to the batch control class upon completion of input processing; a conversion class for converting the input data based on conditions upon receiving the beginning message from the batch control class, and passing the completion message to the batch control class upon completion of conversion processing; and an output class for outputting data based on conditions upon receiving the beginning message from the batch control class. [0009]
  • Another object of the present invention is to provide a flexible way of communications between application systems in above cases. [0010]
  • The inventor considered how communications are realized more easily. So the inventor found out that the communications between application systems could be realized by using the Internet mail, as a means for transmitting data and process. And, since the account of the Internet mail is used as an application interface, communications between application systems can be realized with through network topology. Accordingly, method for communications between application systems can be realized with flexibly even in the various companies, servers, languages, and protocols. [0011]
  • According to this invention, an information processing system is provided, which comprises a mail interface unit for receiving a mail as a mail format for an Internet; a receiving unit for changing the mail into receiving data which is executable for an application unit; and the application unit for executing an application using the receiving data.[0012]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The objects, features and advantages of the present invention will become more apparent from the following description of a preferred embodiment in conjunction with the accompanying drawings, in which: [0013]
  • FIG. 1 is a view showing method for communications between application programs according to a related art. [0014]
  • FIG. 2 is a block diagram showing information processing system according to an embodiment of the present invention; [0015]
  • FIG. 3 shows an example of class diagram according to an embodiment; [0016]
  • FIG. 4 is a view illustrating a conversion process of a conversion class; [0017]
  • FIG. 5 shows a block diagram of the procedure for generating the executable file according to an embodiment; [0018]
  • FIG. 6 is a batch definition window according to an embodiment; [0019]
  • FIG. 7 is a sample window to define an input file; [0020]
  • FIG. 8 is a sample window to define a partial replacement; [0021]
  • FIG. 9 is a sample window to define a whole replacement; [0022]
  • FIG. 10 is a sample window to define a condition replacement; [0023]
  • FIG. 11 is a sample window to define total calculation processing; [0024]
  • FIG. 12A is a sample window to define a matching processing; [0025]
  • FIG. 12B is a view useful in explaining an example of matching processing; [0026]
  • FIG. 13 is a sample window to define a check processing; [0027]
  • FIG. 14 is a sample window to define a status monitor; [0028]
  • FIG. 15 is a sample window to define an output file; [0029]
  • FIG. 16 is a sample window to define a system control log; [0030]
  • FIG. 17 is a block diagram showing application communications system according to an embodiment; [0031]
  • FIG. 18 is a class diagram of sending [0032] unit 103 and receiving unit 303 of FIG. 17;
  • FIG. 19A is a sample window to define login push button to generate an object; [0033]
  • FIG. 19B is a login window generated the login push button of FIG. 19A; [0034]
  • FIG. 20A is a sample window to define send push button to generate an object; [0035]
  • FIG. 20B is a confirmation dialog window generated by the send push button of FIG. 20A; [0036]
  • FIG. 21A is a sample window to define receive push button to generate an object; [0037]
  • FIG. 21B is a sample window to define reply push button to generate an object; [0038]
  • FIG. 21C is an example dialog for replying mail; [0039]
  • FIG. 22A is a sample window to define forward push button to generate an object; [0040]
  • FIG. 22B is an example dialog for forwarding mail; [0041]
  • FIG. 23A is a sample window to define mail index display table to generate an object; [0042]
  • FIG. 23B is a mail index display table generated by the a confirmation dialog window generated by the send push button of FIG. 20A; [0043]
  • FIG. 23C is a sample window to define mail index display table to generate an object; [0044]
  • FIG. 24A is a sample window to define address book display combo box to generate an object; [0045]
  • FIG. 24B is a sample window to define address book button to generate an object; [0046]
  • FIG. 24C is a window generated by the customize window of FIG. 24B; [0047]
  • FIG. 25A is a sample window to define select address book push button to generate an object; [0048]
  • FIG. 25B is a window generated by the select address book push button of FIG. 25A; [0049]
  • FIG. 25C is an example wizard window to define signature push button to generate an object; [0050]
  • FIG. 26A is a sample window of attachment file button to generate an object; [0051]
  • FIG. 26B is a save attachment file window generated by the attachment file button of FIG. 26A; [0052]
  • FIG. 26C is a select attachment file window generated by the attachment file button of FIG. 26A; [0053]
  • FIG. 27A is a sample window of edit mail wizard; [0054]
  • FIG. 27B is an example preview window displayed in case preview button of FIG. 27A is clicked; [0055]
  • FIG. 28A is an example of a customize window; [0056]
  • FIG. 28B is a account preference window generated by the customize window of FIG. 28A; [0057]
  • FIG. 28C is detail preference window displayed in case of detail preference button of FIG. 28B is clicked; [0058]
  • FIG. 29A is an address book object customize window generated by the customize window of FIG. 28A; [0059]
  • FIG. 29B is an edit signature window generated by the customize window of FIG. 28A; [0060]
  • FIG. 30 is a mail index display property generated by the customize window of FIG. 28A; [0061]
  • FIG. 31 is a sample window of encryption/restoring push button to generate an object; [0062]
  • FIG. 32A is a purchase order window according to a first example; [0063]
  • FIG. 32B is a dialog of confirmation of sending according to a first example; [0064]
  • FIG. 33 is a receiving order window according to a first example; [0065]
  • FIG. 34A is a sample window of sending file window according to a second example; [0066]
  • FIG. 34B is a sample window of receiving file window according to a second example; and [0067]
  • FIG. 35 shows an example of computer system that reads a computer program product.[0068]
  • DETAILED DESCRIPTION OF THE EMBODIMENTS
  • Various embodiments of the present invention will be described with reference to the accompanying drawings. It is to be noted that the same or similar reference numerals are applied to the same or similar parts and elements throughout the drawings, and the description of the same or similar parts and elements will be omitted or simplified. [0069]
  • Object Oriented Model [0070]
  • Each class subjected to object oriented data model has elements including member and method. The class has at least one member. Each class determines its behavior with at least one parameter. The parameter is often used as an instance (instance value), the parameter is incorporated into a program to determine the behavior of the program. Accordingly, the term “parameter” includes an instance (instance value) to determine behavior of a program. The term “methods” is a procedure executed by each class. The term “passing” includes sending and receiving messages between the classes, and term “passing” is defined by a method. The message includes request for operations and confirmation regarding operation result. [0071]
  • Information Processing System [0072]
  • To provide the information processing system of the present embodiment, software that realizes the processing as described below is written, and a computer system is used for enabling implementation of the processing. The term “computer system” may include a main frame computer, workstation, PC, or the like. The hardware configuration of the computer system used in the present embodiment includes a CPU that performs various operations, an input device, such as a keyboard, mouse, light-pen, or a flexible disk device, an output device, such as a display or a printer, or other devices. The CPU includes an operating unit that processes commands associated with the processing of each scheduling unit as explained later, and a main storage unit that stores the commands generated during the processing. The operating unit sequentially reads commands stored in the main memory unit, or external storage device, and executes the commands so as to perform processing for production and inventory control. [0073]
  • FIG. 2 is a block diagram showing information processing system according to an embodiment of the present invention. The system according to this embodiment comprises a [0074] batch control class 11 for passing a beginning message, and scheduling the next class according to a completion message from a class, an input class 13 for inputting data based on at least one parameter in case receiving a beginning message from the batch control class 11, a conversion class 15 for converting the input data based on at least one parameter in case receiving a beginning message from the batch control class 11, and outputting a completion message to the batch control class 11 in case of completion of conversion processing, and an output class 17 for outputting data based on at least one parameter in case receiving beginning message from the batch control class 11.
  • The [0075] batch control class 11 controls the input class 13, conversion class 15, and output class 17. The control of the batch class 11 sends a beginning message to each class based on at least one parameter (typically, instance value), receives a completion message (typically event) from each class, and schedules the next class. The schedule of the class is carried out in the order of input class 13, the conversion class 15, and the output class 17. Hence, the batch control class 11 sends a beginning message to the input class 13. Next, the batch control class 11 sends a beginning message to the conversion class 15 after receiving the completion message from the input class 13. And the batch control class 11 sends a beginning message to the output class 17 after receiving completion message from the conversion class 17.
  • The parameters of scheduling are determined when generating the batch program which describes processing. The batch program is generated and program source code stored by a class library is prepared, and the parameters are incorporated into the program source code. Also, the parameters of scheduling are stored at the batch information instance of [0076] unit 23, the batch control class can refer as needed to the batch information instance of unit 23.
  • The [0077] input class 13 is a class which receives a beginning message from the batch control class 11, then receives data from the input data stored in unit 25 based on at least one parameter indicating an input procedure. And the input class 13 prepares input file and outputs completion message to the batch control class 11 in case of completion of the input procedure. The input procedure includes preparing an input process index file, or a reference index file, checking the format of input file, and matching or sorting of the files.
  • The [0078] conversion class 15 is a class which receives a beginning message from the batch control class 11, then converts the input data based on at least one parameter indicating a conversion procedure. And the conversion class 15 outputs a completion message to the batch control class 11 in case of completion of the conversion procedure.
  • The [0079] conversion class 15 is activated when receiving the beginning message. Next, the class 15 converts data based on parameters. The process results or status including such as interruption, abortion, normally completion are sent to the job control class 11. Next, the class 15 output a completion message to batch control class 11.
  • Here, the principal methods include conversion methods, check methods, and service methods. Each method is executed the data once or several times. After processing, the data outputs as a conversion-work. Here, the term “conversion works” means temporary file for storing the processing data temporally. [0080]
  • The [0081] output class 17 is a class which outputs the conversion-work processed by the conversion class 15 to an output unit at a output form based on at least one parameter. The output class 17 receives a beginning message from the batch control class 11, then inputs the conversion-work based on at least one parameter indicating an output procedure. And the output class 17 outputs the output data and completion message to the batch control class 11 in case of completion of the output procedure. The output form includes text file, CSV file, import form file, DB file, certification output. The output data are stored by an output data storing unit 27, or are printed.
  • A [0082] job control class 19 receives status message outputted by the conversion class 15, then the class 19 outputs the status message to the log storing unit 29, or the class 19 outputs the status, such as a number of processing, to the job management system 21.
  • A [0083] job management class 21 is a class which receives the status outputted by the job control class 19 to manage jobs.
  • FIG. 3 shows an example of a class diagram according to an embodiment. Here, schedule data of the batch control class define a procedure of each class. The procedures are determined by at least one parameter. [0084]
  • The methods of the input class include a sort input method for inputting a file with sorting, a merge input method for inputting files with merging, a matching input method for inputting files with matching, a DB input method for inputting from a database, and a file input method for inputting from a file. [0085]
  • The methods of the conversion class include a sort method for sorting data in a file, a format method for converting a format of data in a file, a replace method for replacing data in a file, an expansion method for expanding data in a file, a matching method for matching data in files, a summary method for summarize data in a file, a consistency check method for checking whether data in a file have consistency or not, and an exceptional process method. The methods may outputs processed data as a conversion-work. [0086]
  • The methods of the output class include a text method for outputting the file as a text file, a CSV file output method for outputting the file as a CSV file, an import form file output method for outputting the file as an import form file, a mail method for sending the file to at least one e-mail account, a list output method for outputting the file as a list form, a DB output method for outputting the file to a database, and a certification output method for outputting the file to outputting the file as a certification form. [0087]
  • FIG. 4 is a view illustrating a conversion process of a conversion class. First, the format method performs format conversion of data in a file. For example, data in a file described in form “97/12/01” is converted to “December 1, 1997”. Another example, data in a file described in form “1000” is converted to “¥1,000-”. [0088]
  • Next, the replace method performs data replacement in a file. For example, data in a file described in form “100EA”is replaced to “@100”. [0089]
  • And, the expansion method performs data expanding in a file. For example, data in a file divided by the slash (/) like “product name/part name” is expanded to each product name and part name, like “AAA” “BBB”. Another example, a matrix data in a file like “A[10]” will be expanded to each element of the matrix like “A(1), A(2), . . . , A(10)”. [0090]
  • Information Processing System for Preparing Programs [0091]
  • FIG. 5 is a view illustrating a conversion process of a conversion class. First, a class for processing is copied from a [0092] class library 31. Then, a definition unit 33 of parameter defines the instance value of the copied class using wizard, then the program source code 35 incorporating the instance value is generated. This will be mentioned later. The compile processing is carried out by the Program generation unit 37, and, as for this program source code 35, the executable file 39 is generated. Information processing according to the embodiment is realized by performing this executable file 39.
  • Example of Using Wizards [0093]
  • FIGS. [0094] 6 to 15 are an example of windows which shows processing of the definition unit 33 using wizard. These windows realize the graphics user interface (GUI), and a mouse or a keyboard can be used as an input device.
  • FIG. 6 is a batch definition window according to an embodiment of the invention. First, a source file is specified from a class library. If a “SEARCH” button is clicked, the list of class library will be displayed. Moreover, a new source file name is specified when the file name is different from the source file to input. [0095]
  • Next, an input file is defined as input information. Since there is a case of two or more input files, it enables to specify for each input file. This embodiment shows two files case, but it is not limited to two file cases. When a definition is completed, a “register” button will be clicked. Then, the detailed definition window of FIG. 7 will be displayed. [0096]
  • Next, conversion processing is defined as conversion information. Processing (method) to be performed, and the order are defined at this section. The type of conversion processing will be displayed like a menu. The button to be converted is clicked, and a “add” button is clicked. Then, the processing is added to the process order. In the process order window, it enables to delete the process order to click the “DELETE” button, to change the order to click the “↑”, and “↓” button. Also it enables to define more detail the processing order to click the “EDIT” button. The detailed definition window of FIGS. [0097] 8 to 13 will be displayed when clicking the “edit” button.
  • Next, an output file is defined as output information. Since there is a case of two or more outputs, it can specify each output. When a definition is completed, a “register” button will be clicked. Then, the detailed definition window of FIG. 15 will be displayed. [0098]
  • When all definitions are completed, “OK” button is clicked. Thereby, a new program source code is generated. An executable file will be generated if this program source code is compiled as explained at FIG. 5. [0099]
  • FIG. 7 is a sample window defining an input file of this embodiment. First, the form of the input file is defined at the left side window of FIG. 7. In this embodiment, the window shows text form and DB form to be defined. When “OK” button is clicked and text form is specified, the window at the upper right side of the drawing will be displayed. Here, the information about a separator of an input file, and the output file name are specified. Furthermore, processing of output file such as sorting, merging is defined. Sorting column and ascendant or descendent are defined when sorting. If sorting with two or more keys, the keys and its order of sorting should be defined. [0100]
  • On the other hand, when DB form is specified, the screen at the lower right side of the drawing is displayed. Here, DB name, a table name, a sequence name, WHERE phrase, and the like are defined. The definitions are registered by “OK” button in both windows. [0101]
  • FIG. 8 is a sample window to define a partial replacement. First, the file performing partial replacement is specified. Generally, the output file specified at the input file definition is defined as the default. However, when conversion is performed twice or more, the output file of processing before defining in the order of conversion of the window shown in FIG. 6 is defined as the default. A definition of replacement information is specified to input required information, such as code replacement, code separation, code combination, and the like. “OK” button is clicked when all definitions are completed. [0102]
  • FIG. 9 is a sample window to define a whole replacement of this embodiment. First, the file performing whole replacement is specified. Generally, the output file specified at the input file definition is defined as the default. However, when conversion is performing twice or more, the output file of processing before defining in the order of conversion of the window shown in FIG. 6 is defined as the default. A definition of replacement information is specified to input required information, such as character insertion, characters replacement, space compacting, and the like. “OK” button is clicked when all definitions are completed. [0103]
  • FIG. 10 is a sample window to define a condition replacement. First, the file performing condition replacement is specified. Generally, the output file specified at the input file definition is defined as the default. However, when conversion is performing twice or more steps, the output file of processing before defining in the order of conversion of the window shown in FIG. 6 is defined as the default. A definition of replacement information is specified to input required information, such as condition logic, beginning column, and number of digit. “OK” button is clicked when all definitions are completed. [0104]
  • FIG. 11 is a sample window to define total calculation processing. First, Input data is specified and the column to be calculated as an item is specified. Next, a data item name is defined and the formula is defined using a function method, an operator pad, a calculation pad, and the like. “OK” button is clicked when all definitions are completed. [0105]
  • FIG. 12A is a sample window to define a matching processing. First, at least one matching key is inputted in a start column and an end column. Next, the conditions of these keys are inputted and a processing related number is inputted. Moreover, an input item, an output item, a calling method, and the like are inputted. “OK” button is clicked when all definitions are completed. [0106]
  • FIG. 12B is a view useful in explaining an example of matching processing. For example, data which consists of A, B, and C shall be stored in the [0107] file 1, and A, D, and E shall be stored in a file 2. In this case, data which consists of A, B, D, C, and E as a file 3 will be stored by matching processing.
  • FIG. 13 is a sample window to define a check processing. First, input data and a column in the input data are defined. Moreover, it defines whether it outputs in message dialog form as an output of a check result, outputs as a text, or outputs as a certification document. In case there is a check method beforehand, the check method is defined. Here, in a format check, an operator specifies a format such as “YY/MM/DD”. In other case, it is outputted in the form specified in output form. “OK” button is clicked when all definitions are completed. [0108]
  • FIG. 14 is a sample window to define a status monitor of an embodiment. This window monitors the processing situation of each class as a status. The start time, expedition, end time, and the like are displayed as status of input processing. Moreover, the expedition, and the like are displayed as status of conversion processing. Also, the start time, expedition, end time, and the like are displayed as status of output processing. An operator can grasp the situation of processing by the information. [0109]
  • FIG. 15 is a sample window to define an output file. First, the file to be outputted is specified. Next, the form of the output file is defined. In this embodiment, text form, CSV form, DB form, and a printer are defined. In the case of text form, the file of an output is defined. In the case of CSV form, the file and the column of an output are defined. Moreover, in the case of DB form, DB name, a table name, and the like are defined. In the case of a printer output, the column to output is defined. “OK” button is clicked when all definitions are completed. [0110]
  • FIG. 16 is a sample window to define a system control log. This window defines required information, such as start/end message, the access number, the warning number, and the like, about each processing in a conversion class. Moreover the output of a log is defined whether file form or DB form, also, storing a log is defined such as a file name, DB name. The defined information is outputted to the [0111] log maintenance part 29 as a log.
  • Using the windows mentioned above, if an operator input inputs the method, the instance value of an input class, a conversion class, an output class, then the program source code as which processing is specified is generated. This embodiment can be carried out by compiling the program source code, generating the executable file, and performing the executable file. [0112]
  • Since the program created or generated can be easily changed according to the embodiment as explained above, high reusability and maintenance are provided. Thereby, the high system of productivity can be gained. [0113]
  • Communications Between Application Programs [0114]
  • Next, the embodiment of the application communications system used by this embodiment and the applications communications method will be explained in detail, referring to a drawing. The program generated by the information processing system that prepares above-mentioned program can also generate this communications between application program. [0115]
  • FIG. 17 is a block diagram showing application communications system according to an embodiment. In this embodiment, the communications between applications performed between a [0116] computer system 100 as a sending side and a computer system 300, as a receiving side will be explained hereinbelow.
  • The [0117] computer system 100 comprises an application unit 101 for executing an application program, and outputting result data, a sending unit 103 for changing the result data into mail form data using the Internet, and a mail interface unit 105 for sending a mail in a mail format for the Internet.
  • The [0118] computer system 300 comprises a mail interface unit 305 for receiving the mail form data from the Internet, a receiving unit 303 for changing the mail form into an application data which an application program can use, an application unit 301 for executing an application program using the application data.
  • These systems are connected to the Internet. It may be possible in connection with the topology of connection, like exclusive line connection, or dial-up connection. In this embodiment, the sending [0119] unit 103 and the receiving unit 303 employs a class library. By using class library, the system can be built more flexibly.
  • Next, each element will be explained hereinbelow. First, the [0120] application unit 101 and the application unit 301 perform an application. Here, the term “application” include business application, like a purchase order application, a receive order application, an inventory inquiry application for retrieving a database.
  • Next, the sending [0121] unit 103 processes data to transmit so that data produced by the application such as order data, can be transmitted in the mail interface unit 105. The class library 104 is used for processing of data.
  • Next, the [0122] mail interface unit 105 and the mail interface unit 305 are the communication interfaces for exchanging processing result data on a network using the Internet mail. For example, in Windows of Microsoft Co., Winsock library for performing the Internet communications are prepared, and socket library is mounted in UNIX system, and these can be used.
  • Next, the receiving [0123] unit 303 processes data so that data received in the mail interface unit 305 may be decoded and processing may be possible in the application unit 301. The class library 304 is used for processing of data. Here, the term “the Internet” is the computer network over the world.
  • Example of Class Library [0124]
  • FIG. 18 is a class diagram of sending [0125] unit 103 and receiving unit 303 of FIG. 17. A class library is a set of the template for generating an instance, and the behavior is determined when an instance carries out functional inheritance of the specific class from a class library. The software (wizard) by which a user customizes and generates an object is used for this functional inheritance. Therefore, transmitting processing or reception processing is performed using the class (template) stored in the class library.
  • 1. Login Class [0126]
  • This login class is a class for authorization. The following members are included. [0127]
  • 1) Password Data Field Class [0128]
  • The password data field is data field for inputting a password. The inputted characters are displayed as “*” instead of the characters. The string of the inputted password is held temporarily. [0129]
  • 2) Login Button Class [0130]
  • FIG. 19A is a sample window to define login push button to generate an object. The software, which prompts the operator to input parameters, and generates an object, is often called wizard. First, the wizard prompts an operator to input mailbox folder. The mail account used by each application is registered into the mailbox. An account folder name and a password are set as application information to each mail account, and the variables are beforehand defined as the application information. In FIG. 19A, a variable “dfFolder” is defined as a folder name, also, a variable “dfPassword” is defined as a password. [0131]
  • Moreover, this wizard prompts an operator to input variables defined as the password and the account folder name. An operator clicks a complete button, when ending customization. Thereby, registration of data is performed. On the other hand, an operator clicks a cancel button to stop a customization. [0132]
  • FIG. 19B is a login window generated the login push button of FIG. 19A. This window prompts to input a folder name and a password for accessing the folder. And, the system confirms whether folder inputted by the user exists in mailbox folder. When it exists, the string of the inputted password and the password of the account information file in connection with the variable defined by FIG. 19A are compared. When a password is correct, login information is set as a class variable. If incorrect, a message box is displayed, and re-input is required, or the user's login is refused. [0133]
  • 3) Cancel Button Class [0134]
  • A cancel button class is a class, which closes the dialog displayed. An object is displayed like the “cancel” button of the example in the login window of FIG. 19B, for example, and when a user clicks this button, this dialog is closed. [0135]
  • 2. Mail Class [0136]
  • A mail class is a class for performing various kinds of mail transmission and reception. The following members are included. [0137]
  • 1) Send Button Class [0138]
  • A send button class is a class for performing mail transmission with the contents of the object defined by the wizard. FIG. 20A is a sample window to define send push button to generate an object. This wizard prompts an operator to input a mail box folder first. An addressee (TO:) carbon copy (CC:), a blind carbon copy (BCC:), a subject, a body, an attachment file, and an attachment hard copy are beforehand defined as application information. These are beforehand defined as variables if needed. The address book button mentioned later can define this definition. And, the wizard prompts to input variables defined as the information about applications, such as addressee. [0139]
  • Moreover, the wizard prompts to input whether the check dialog explained below is displayed at the time sending a mail. About an account property button, it is mentioned later. An operator clicks a complete button, when ending customization. Thereby, registration of data is performed. On the other hand, an operator clicks a cancel button to quit a customization window. [0140]
  • FIG. 20B is a confirmation dialog window generated by the send push button of FIG. 20A. An operator can check the application information defined by the variables, and the mail is transmitted when the “send” button is clicked by an operator. [0141]
  • 2) Receiving Button Class [0142]
  • A receiving button class is a class for receiving mail. FIG. 21A is a sample window which defines receive push button and generate an object. First, the system prompts to input a mailbox folder. About an account properties button and a receiving preference button, it will be mentioned later. An operator clicks a complete button when ending customization. Thereby, registration of data is performed. On the other hand, an operator clicks a cancel button to stop a customize screen. [0143]
  • 3) Reply Button Class [0144]
  • A reply button class is a class for replying a mail based on an object defined by the wizard. FIG. 21B is a sample window to define reply push button to generate an object. First, the system prompts to choose a mailbox folder. Also, the system prompts to input whether reply mail is displayed on a window. FIG. 21C is an example dialog for replying mail. Here, the property of a reply mail is defined, for example, whether the original message is quoted when replying message, quote mark, and mailing list for replying. An operator clicks a complete button, when ending customization. Thereby, registration of data is performed. On the other hand, an operator clicks a cancel button to quit a customize window. [0145]
  • 4) Forward Button Class [0146]
  • A forward button class is a class for forwarding a mail based on an object defined by the wizard. FIG. 22A is a sample window defining forward push button to generate an object. First, the system prompts to input a mailbox folder. The mail index display table defines a variable as above-mentioned. Also, the system prompts to input whether reply mail is displayed on a window. FIG. 22B is an example dialog for forwarding mail. Here, the property of a forward mail is defined, for example, whether the original message is quoted when forwarding message, quote mark, and the like. An operator clicks a complete button, when ending customization. Thereby, registration of data is performed. On the other hand, an operator clicks a cancel button to quit a customize window. [0147]
  • 5) Mail Index Display Table Class [0148]
  • A mail index display table class is a class for displaying mails in the mailbox as a list. FIG. 23A is a sample window to define mail index display table to generate an object. First, the system prompts to input a mailbox folder, and object name. The form of a display, a transmitting person (FROM:), addressee (TO:), a carbon copy (CC), a subject, a body, an attachments file, and status are beforehand defined as application information. Also these are defined beforehand as variables if needed. Then, the wizard prompts to input variables defined as the application information, such as a form. About an appearance preferences button will be mentioned later. An operator clicks a complete button, when ending customization. Thereby, registration of data is performed. On the other hand, an operator clicks a cancel button to quit a customize window. [0149]
  • FIG. 23B is a mail index display table generated by a confirmation dialog window generated by the send push button of FIG. 20A. The window displays the application information defined by the variables. The attachment file may be displayed as a detailed information by double-clicking the subject, and the like. [0150]
  • 6) Mark as Read Button Class [0151]
  • A mark as read button class is a class which changes unread status of the mail chosen in the mail index display table to read status. FIG. 23C is a sample window which defines mail index display table to generate an object. Firstly, the system prompts to input a mailbox folder and a mail index display table name. For example, in FIG. 23B, if a mail is selected, and “mark as read” button (lower left side) is clicked, status of the selected mail will be changed from “UN” (unread) to “RE” (read). [0152]
  • 7) Mark as Unread Button Class [0153]
  • Mark as unread button class is a class which changes read status to unread status. FIG. 23C is a sample window defining mail index display table to generate an object. First, the system prompts to input a mailbox folder and a mail index display table name. For example, in FIG. 23B, if a mail is selected, and “mark as unread” button (lower right side) is clicked, status of the selected mail will be changed “RE” (read) to “UN” (unread). [0154]
  • 8) Run Attachments Button Class [0155]
  • A run attachments button class is a class for executing the program if attachment file appended to the receiving mail is an executable program. It can determine by the filename (for example, “exe” of file.exe) whether the attachment file is executable or not. [0156]
  • 9) Send DB Button Class [0157]
  • A send DB button class is a class for transmitting the part or all of database. DB to be sent is specified and converted into file format such as DB proprietary format, CSV form using this class. Send button class will be employed in case of sending the explanation will be omitted here since it is mentioned above. [0158]
  • 10) Receive DB Button Class [0159]
  • A receive DB button class is a class for receiving the part or all of DB. An attachment file which is appended to a received mail is stored by using this class. A form of a file may be checked before stored. Receive button class will be employed in case of receiving the explanation and will be omitted here since it mentioned above. [0160]
  • 11) Compose New File Button Class [0161]
  • A Compose new file button class is a class for creating a transmitting file. For example, the system prompts an operator to input such as text by using a software such as an editor. The text includes a document, a program (for example, program of interpreter type, and Java), and the like. The created text is stored as a file temporarily. [0162]
  • 12) Update DB Based on Received File Button [0163]
  • An Update DB based on received file button is a class for updating to DB based on the file which received. For example, the file of DB is received using DB receiving button class, and predetermined DB is updated based on the file. [0164]
  • 3. Function Class [0165]
  • The following members are included. [0166]
  • 1) Show Address Book Combo Box Class [0167]
  • A show address book combo box class is a class for displaying the address book which manages the address of mail, in combo box form, to be chosen by an operator. FIG. 24A is a sample window defining address book display combo box to generate an object. First, the wizard prompts an operator to input the mail box folder to display, and to choose in toggle button form whether the address book is sorted by a name, or an address. An operator clicks a complete button, when ending customization. Thereby, registration of data is performed. On the other hand, an operator clicks a cancel button to quit a customize window. [0168]
  • 2) Show Address Book List Box Class [0169]
  • A show address book list box class is a class for displaying the address book which manages the address of mail, in list box form. FIG. 24A is a sample window defining address book display list box to generate an object. First, the system prompts an operator to input the mail box folder to display, and to choose in toggle button form whether the address book is sorted by a name, or an address. An operator clicks a complete button, when ending customization. Thereby, registration of data is performed. On the other hand, an operator clicks a cancel button to stop a customize window. [0170]
  • 3) Address Book Button Class [0171]
  • An address book button class is a class for displaying the registration dialog of an address book and maintaining an address book. FIG. 24B is a sample window defining address book button to generate an object. First, the system prompts an operator to input the mail box folder. An operator clicks a complete button, when ending customization. Thereby, registration of data is performed. On the other hand, an operator clicks a cancel button to quit a customize window. [0172]
  • FIG. 24C is a window generated by the customize window of FIG. 24B. In FIG. 24C, the address book which exists in the selected mailbox folder is displayed. An operator inputs the mail address and the name in the bottom of the FIG. 24C, and they register with an address book temporarily when clicking a “additional” button. And they register with an address book permanently when clicking a “Update” button. On the other hand, an operator needs to delete a mail address, an operator clicks “delete” button to perform deletion from an address book. [0173]
  • [0174] 4) Select Address Book Selection Button Class
  • A select address book button class is a class for displaying the dialog of address book selection. FIG. 25A is a sample window defining select address book push button to generate an object. First, the wizard prompts to input a mailbox folder and to, input an object name to define variables. For example, “df1” is defined as an addressee (TO) on this window, “df2” is defined as a carbon copy (CC), and “df3” is defined as a blind carbon copy (BCC). An operator clicks a “complete” button, when ending customization. Thereby, the data is registered. On the other hand, an operator clicks a “cancel” button to quit a customize window. [0175]
  • FIG. 25B is a window generated by the select address book push button of FIG. 25A. An operator selects mail addresses from displayed address book. Selected mail addresses are displayed in “To” field, “CC” field, and “BCC” field on a right-hand side addressee column of FIG. 25A. In this embodiment, by clicking “OK” button, mail address “order@b.co.jp” is defined as the variable “df1”. Also, address “mail@class.co.jp” is defined as the variable “df2”. An operator clicks a complete button, when ending customization. Thereby, registration of data is performed. On the other hand, an operator clicks a cancel button to quit a customize window. [0176]
  • 5) Signature Button Class [0177]
  • A signature button class is a class for adding a signature which describes company information or individual information into the mail body. FIG. 25C is an example wizard window defining signature push button to generate an object. First, the wizard prompts to input a mail folder, and a signature file. They define the variable here as above-mentioned. About a signature preferences button of FIG. 25C, since it is explained at the signature edit button class, the explanation will be omitted here. An operator clicks a complete button, when ending customization. Thereby, registration of data is performed. On the other hand, an operator clicks a cancel button to quit a customize window. [0178]
  • 6) Store Attachments Button Class [0179]
  • A store attachments button class is a class for saving the attachment file of a receiving mail displayed on the object set up by the wizard to the specified place. FIG. 26A is a sample window of attachment file button to generate an object. Here, the wizard prompts to input an object name of an attachment file. FIG. 26B is a save attachment file window generated by the attachment file button of FIG. 26A. The attachment file defined by the variable is saved in the place where the user is specified, such as a folder. In the case of storing, an operator specifies a file name of the attachment file. Storing is performed by clicking the “save” button after the operations. [0180]
  • 7) Select Attachment File Button Class [0181]
  • A select attachment file button class is a class for appending a file to a sending mail displayed on the object set up by the wizard. FIG. 26A is a sample window of attachment file button to generate an object. Here, the wizard prompts to input an object name of an attachment file. FIG. 26C is a select attachment file window generated by the attachment file button of FIG. 26A. The specified file is defined as a variable. [0182]
  • 8) Edit Display Format Button Class [0183]
  • An edit display format button class is a class for displaying data item by an application program at an editable window. FIG. 27A is a sample window of edit display format wizard. An operator can edit display format file to describe a program, a script, including an object name of a program and a title, according to the grammar of a language such as HTML (HyperText Markup Language). [0184]
  • 9) Show Display Format Button Class [0185]
  • A show display format button class is a class for executing and displaying a program or script described at the edit display format button class. FIG. 27B is an example preview window displayed in case of “preview” button of FIG. 27A is clicked. An operator can describe by checking the format to click the “preview” button. [0186]
  • 10) Print Display Format Button Class [0187]
  • A print display format button is a class for printing a display format at the show display format button class. [0188]
  • 11) Web Display Format Button Class [0189]
  • A web display format button class is a class for executing a script or program at the edit display format button and generating a displayable file at the Web browser. [0190]
  • 4. Option Class [0191]
  • The following members are included. [0192]
  • 1) Account Preferences Button Class [0193]
  • An account preferences button class is a class for displaying an account preferences dialog and setting as application information. FIG. 28A is an example of a customize window for account setup. The wizard prompts to input a mail box folder. FIG. 28B is an account preferences window generated by the customize window of FIG. 28A. More detail, this dialog is displayed in case of clicking “account preferences” button in FIG. 21A. The wizard prompts to input a folder name of an account, a user name, a mail address, an account name, and a password, as account preferences. Moreover, the wizard prompt to input server information, for example, an SMTP server name, and a receiving mail server name, and the like. FIG. 28C is detail preference window displayed in case of detail preference button of FIG. 28B is clicked. Here, the wizard prompts to input an SMTP port number and a POP3 port number as a detailed setup of mail server. [0194]
  • 2) Receiving Preference Button Class [0195]
  • A receiving preference button class is a class for displaying a receiving option setting dialog and application setting information. The wizard prompts that mailbox folder will be customized, as shown in FIG. 28A. FIG. 29A is an address book object customize window generated by the customize window of FIG. 28A. Specifically, the dialog of FIG. 28A is displayed by clicking the receiving option button of FIG. 21A. Here, the wizard prompts to input setup information about limitation of maximum mail size, and whether remove copied messages from server or not. [0196]
  • 3) Edit Signature Button Class [0197]
  • An edit signature button class is a class for displaying signature edit dialog and generating a signature file. [0198]
  • FIG. 28A is an example of a customize window for customizing the edit signature button class to generate an object. The wizard prompts to input a mail box folder. [0199]
  • FIG. 29B is an edit signature window generated by the customize window of FIG. 28A. Specifically, the dialog of FIG. 28B is displayed by clicking the “signature preferences” button of FIG. 25C. In performing signature edit, when choosing a text, an operator can directly input into the editor under the “text” toggle button. On the other hand, when choosing a file, an operator specifies a signature file under the “file” toggle button. [0200]
  • 4) Appearance Preferences Button Class [0201]
  • An appearance preferences button class is a class for displaying an appearance preferences dialog and setting as application information. FIG. 28A is an example of a customize window. The wizard prompts to input a mail box folder. [0202]
  • FIG. 30 is a mail index appearance preferences generated by the customize window of FIG. 28A. The dialog of FIG. 30 is displayed by clicking the display setting button of FIG. 23A. A display setup of a mail index performs a setup of a display item and a setup of a display bit map, etc. [0203]
  • 5. Encryption Class [0204]
  • The following members are included. [0205]
  • 1) Encryption Button Class [0206]
  • An encryption class button is a class for performing an encryption about the content of a mail such as a body, attachment. FIG. 31 is a sample window of encryption push button to generate an object. The wizard prompt to input a key and an object name. The contents such as a body, and attachment inputted into the object name are encrypted according to the key, and transmission is carried out. [0207]
  • 2) Decryption Button Class [0208]
  • A decryption class button is a class for performing a decryption about the content of a mail such as a body, attachment. FIG. 31 is a sample window of decryption push button to generate an object. The wizard prompt to input a key and an object name. The contents such as a body, and attachment inputted into the object name are decrypted according to the key. [0209]
  • 3) Compression Button Class [0210]
  • A compression button class is a class for compressing a file such as an attachment file. All classes for sending such as send button class, reply button class, send DB button class, encryption button class, and all sending file form, such as DB (including CSV), encryption file, displayed table data can apply this button as an optional function. [0211]
  • 4) Uncompression Button Class [0212]
  • An uncompression button class is a class for uncompressing a compressed file such as an attachment file. All classes for receiving such as receive button class, run attachment button class, send, decryption button class, and all compressed receiving file form, such as compressed DB (including CSV), compressed encryption file, compressed displayed table data can apply this button as an optional function. [0213]
  • Hereafter, the 1st example of the method performing communications between applications is explained using an above-mentioned class library. In this example, the sending system transmits an order form by the order application. On the other hand, the receiving system receives the form and registers it with a database. In the sending system, suppose the order application shall be created and a setup of an above-mentioned variable etc. shall be made. [0214]
  • First, the sending system performs authorization before executing an order application. In this case, the system prompts an operator to input a folder name and a password, as shown in FIG. 19B. When a password is authorized, the application explained below is performed. FIG. 32A is a purchase order window according to the first example. In order to order a certain article, an operator specifies a company, a delivery date, an article to be ordered. When there is the necessity for reference of articles, the articles are retrieved by clicking a “retrieve” button. Moreover, when outputting the contents of the order, a list output can be performed if a list “print” button is clicked. An “place order” button is clicked when the order form is completed. Then, the dialog of the transmitting check shown in this FIG. 32B is displayed. [0215]
  • FIG. 32B is a confirmation sending dialog according to the first example. This dialog can omit as above-mentioned. The addressee is assigned to the mail address defined in FIG. 32A. And CC is assigned to its mail address for confirmation. Also, The subject is assigned automatically. In the body, an order place and the delivery date specified by FIG. 32A are inserted, and the signature file is incorporated. Furthermore, the articles which place an order are appended and transmitted in the form of an attachment file. Here, the form of an attachment file is not restricted to it, although it transmits another format such as CSV. [0216]
  • In transmitting, an operator clicks “send with encryption” button if encryption required. An operator clicks “send” button if no encryption required. On the other hand, an operator clicks “cancel” button if transmission is canceled. The “send” button or “send with encryption” button is clicked, the mail is transmitted to the addressee via the Internet with the mail interface. [0217]
  • FIG. 33 is a receiving order window according to a first example. First, an operator clicks “receive” button to process receiving order. Then, the mail transmitted from the sending system is displayed. A “decryption” button is clicked when the contents of the transmitted mail are encrypted. For example, a “reply” button is clicked to reply the mail, when the article of the order cannot be delivered by delivery date. The received order is registered with database, by clicking a “register” button. [0218]
  • FIG. 34A and FIG. 34B is a sample window according to the second example. In this example, the sending system performs the transmission of a file. And the receiving system executes the received file. FIG. 34A is a sample window of sending file window according to the second example. First, the sending system prompts to input a file to be sent. The file includes document file, executable file, a file for registering database, and the like. In creating the file which transmits newly, “create file” button will be clicked. Then, an application, such as an editor, is executed. An operator describes a program or a script to be sent. When file transmission is ready, a “send mail” button is clicked. Then, a mail is transmitted to the addressee via Internet with the mail interface. [0219]
  • FIG. 34B is a sample window of receiving file window according to the second example. First, a “receive mail” button is clicked. Then, the mail transmitted from the sending system is displayed. A “execute received file” button is clicked when the received file type is executable. Then, a received file is executed. Moreover, if the file for the transmitted file is registered with DB, the “register received file with DB” button is clicked. Then, the file is registered with a specified DB. [0220]
  • Thus in order to perform communications between applications under border-less network environment, in this case of the operation, the Internet mail is used as a transmission way of data or a process, and communications between applications under unspecified network environment is enabled. [0221]
  • Thereby, in a different company, even if it is in the case of different server, a language, and a protocol, communications between applications can be performed flexibly. [0222]
  • Computer Program Product [0223]
  • A program that realizes the information processing and communications between applications as described above may be stored on a recording medium. The program stored in the recording medium is read into a computer system, so that the above-described information processing and communications between application systems can be realized by executing the program while controlling the computer. The recording medium includes such devices as a memory device, magnetic disk device, and an optical disk device, that are able to record the program. For example, the recording medium could be CD-ROM, DVD, ZIP, JAZ, MO, DAT, or the like. [0224]
  • FIG. 35 schematically shows one example of a computer system that reads a program stored in the recording medium, and performs production scheduling management according to the procedure described in the program. The [0225] computer system 80 is provided, at a front face of its main body, with a floppy disk drive 81, and CD-ROM or DVD drive 82. A drive device 87 is connected to a computer system 80. The drive device permits reading and writing of a recording medium, such as ZIP, JAZ, MO or DAT. A floppy disk 83 as a magnetic disk device, or CD-ROM or DVD 84 as an optical disk device, is inserted into each drive through a slot, and a certain reading operation is performed, so that the program stored in the recording medium can be installed in the computer system. Similarly, each type of medium 85, 86 may be inserted into a slot of a drive device 87, and a certain reading operation may be performed. In this manner, the information processing and communications between applications can be performed by the computer system.
  • The entire content of Japanese [0226] foreign application Heisei 9 tokugan 341654 and Heisei 10 tokugan 180816 are hereby incorporate by reference.
  • The invention may be embodied in other specific forms without departing from the spirit or essential characteristics thereof. The present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the invention is indicated by the appended claims rather than by the foregoing description, and all changes which come with the meaning and range of equivalency of the claims are therefore intended to be embraced therein. [0227]

Claims (20)

What is claimed is:
1. An information processing system, comprising:
a batch control class for passing a beginning message, and scheduling after receiving a completion message;
an input class for inputting data based on conditions when receiving the beginning message from the batch control class and passing the completion message to the batch control class upon completion of input processing;
a conversion class for converting the input data based on conditions upon receiving the beginning message from the batch control class, and passing the completion message to the batch control class upon completion of conversion processing; and
an output class for outputting data based on conditions upon receiving the beginning message from the batch control class.
2. The system according to claim 1, wherein the conditions, are specified by at least one parameter defined as a behavior of each class.
3. The system according to claim 2, wherein the conversion class specifies to incorporate at least one parameter as an instance value into a class.
4. An information processing system for preparing a program using a class, comprising:
a parameter definition unit for defining at least one parameter is defined as a behavior of each class to input the parameter; and
a program generation unit for generating a program including a batch control class for passing a beginning message, and scheduling according to a received completion message, an input class for inputting data based on conditions upon receiving the beginning message from the batch control class and passing the completion message to the batch control class upon completion of the input processing, a conversion class for converting the input data based on conditions upon receiving of the beginning message from the batch control class, and passing the completion message to the batch control class upon completion of the conversion processing, and an output class for outputting data based on conditions upon receiving the beginning message from the batch control class.
5. The system according to claim 4, wherein the parameter definition unit receives a class from a class library and defines at least one parameter as the behavior of each class, and incorporates the parameter into the class.
6. The system according to claim 4, wherein the parameter definition unit prompts to input at least one parameter using a wizard.
7. An information processing method using a class, comprising the steps of:
(A) passing a first beginning message;
(B) preparing an input file upon reception of a first beginning message, and outputting a first completion message upon completion;
(C) passing a second beginning message upon reception of the first completion message;
(D) converting the input file into a conversion-work upon reception of receiving the second beginning message, and outputting a second completion message upon completion;
(E) passing a third beginning message upon reception of the second completion message; and
(F) outputting the conversion-work upon reception of the third beginning message, and outputting a third completion message upon completion.
8. A computer program product for information processing using a class, comprising the steps of:
(A) passing a first beginning message;
(B) preparing an input file upon reception of the first beginning message, and outputting a first completion message upon completion;
(C) passing a second beginning message upon reception of the first completion message;
(D) converting the input file into a conversion-work upon reception of the second beginning message, and outputting a second completion message upon completion;
(E) passing a third beginning message upon reception of the second completion message; and
(F) outputting the conversion-work upon reception of the third beginning message, and outputting a third completion message upon completion.
9. An information processing system, comprising:
an application unit for executing an application program, and outputting result data;
a sending unit for changing the result data into an Internet mail form data; and
a mail interface unit for sending a mail in a mail format for the Internet.
10. The system according to claim 9, wherein the sending unit changes the result data into the Internet mail form data using a class library.
11. The system according to claim 10, wherein the sending unit changes the result data into an attachment form data of the Internet mail.
12. The system according to claim 11, wherein the sending unit changes the result data into an encrypted attachment form data.
13. An information processing system, comprising:
a mail interface unit for receiving a mail as a mail format for an Internet;
a receiving unit for changing the mail into receiving data which is executable for an application unit; and
the application unit for executing an application using the receiving data.
14. The system according to claim 13, wherein the receiving unit changes a attachment of the mail into receiving data and stores the receiving data.
15. The system according to claim 14, wherein the receiving unit decrypts an encrypted attachment of the mail into receiving data and stores the receiving data.
16. The system according to claim 13, wherein the application unit executes an attachment file of the received mail in case of the attachment file is executable.
17. The system according to claim 13, wherein the receiving unit comprises:
a batch control class for passing a beginning message, and scheduling according to receiving a completion message;
an input class for inputting data based on conditions when receiving the beginning message from the batch control class and passing the completion message to the batch control class upon completion of input processing;
a conversion class for converting the input data based on conditions upon receiving the beginning message from the batch control class, and passing the completion message to the batch control class upon completion of conversion processing; and
an output class for outputting data based on conditions upon receiving the beginning message from the batch control class.
18. The system according to claim 17, wherein the conditions are specified by at least one parameter defined as behavior of each class.
19. The system according to claim 18, wherein the conversion class is specified to incorporate at least one parameter as an instance value into a class.
20. A method for communications between application systems, comprising the steps of:
(A) executing an application at a sending system;
(B) preparing a result data at the sending system;
(C) changing the result data into the Internet mail form data at the sending system;
(D) sending a mail of the Internet mail form data at the sending system;
(E) receiving the mail from the Internet at a receiving system;
(F) changing the mail into receiving data which is executable for an application unit at the receiving unit; and
(G) executing application using the receiving data.
US10/640,375 1997-12-11 2003-08-14 Information processing system and method for communications between application systems Abandoned US20040049773A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US10/640,375 US20040049773A1 (en) 1997-12-11 2003-08-14 Information processing system and method for communications between application systems

Applications Claiming Priority (6)

Application Number Priority Date Filing Date Title
JP9-341654 1997-12-11
JP9341654A JPH11175327A (en) 1997-12-11 1997-12-11 Information processor, information processing method and computer readable recording medium recording information processing program
JP10-180816 1998-06-26
JP10180816A JP2000020424A (en) 1998-06-26 1998-06-26 System and method for inter-application communication and computer readable record medium recording the same method
US09/330,146 US6629122B1 (en) 1998-06-26 1999-06-11 Information processing system and method for communications between application systems
US10/640,375 US20040049773A1 (en) 1997-12-11 2003-08-14 Information processing system and method for communications between application systems

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/330,146 Division US6629122B1 (en) 1997-12-11 1999-06-11 Information processing system and method for communications between application systems

Publications (1)

Publication Number Publication Date
US20040049773A1 true US20040049773A1 (en) 2004-03-11

Family

ID=16089866

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/330,146 Expired - Lifetime US6629122B1 (en) 1997-12-11 1999-06-11 Information processing system and method for communications between application systems
US10/640,375 Abandoned US20040049773A1 (en) 1997-12-11 2003-08-14 Information processing system and method for communications between application systems

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/330,146 Expired - Lifetime US6629122B1 (en) 1997-12-11 1999-06-11 Information processing system and method for communications between application systems

Country Status (3)

Country Link
US (2) US6629122B1 (en)
EP (1) EP0967548A3 (en)
JP (1) JP2000020424A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080189126A1 (en) * 2007-02-02 2008-08-07 Bank Of America Corporation Method and system to re-create lost cash letters
US20080304769A1 (en) * 2007-06-08 2008-12-11 Bank Of America Corporation Common Image Format File Image Extraction
US20090193420A1 (en) * 2008-01-29 2009-07-30 International Business Machines Corporation Method and system for batch processing form data
EP2354926A3 (en) * 2009-12-29 2012-01-25 Microgen Aptitude Limited Batch data processing
US20120131562A1 (en) * 2010-11-22 2012-05-24 Samsung Electronics Co., Ltd. Method and apparatus for upgrading virtual machine in a portable terminal
US8392013B2 (en) 2005-01-27 2013-03-05 Microgen Aptitude Limited Business process automation
US11599752B2 (en) * 2019-06-03 2023-03-07 Cerebri AI Inc. Distributed and redundant machine learning quality management
US11669816B2 (en) * 2009-01-08 2023-06-06 Visa Europe Limited Payment system

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001209750A (en) * 2000-01-27 2001-08-03 Ablesoft Kk Estimation and order giving and reception computer program connected with internet mail
US7054905B1 (en) * 2000-03-30 2006-05-30 Sun Microsystems, Inc. Replacing an email attachment with an address specifying where the attachment is stored
WO2002021288A1 (en) * 2000-09-07 2002-03-14 Dai-Ichi Tsushinsha Co.,Ltd. Network system, terminal and storage medium used therefor, and mail transmission/reception system
JP2003204323A (en) 2000-12-21 2003-07-18 Yasumasa Uyama Secret communication method
US7308477B1 (en) * 2001-01-10 2007-12-11 Cisco Technology, Inc. Unified messaging system configured for transport of encrypted messages
JP2002297522A (en) 2001-03-30 2002-10-11 Minolta Co Ltd Data transmitter, data transmission method, program, and recording medium
JP3712955B2 (en) * 2001-05-02 2005-11-02 株式会社大和証券グループ本社 Mail distribution server, mail distribution system, mail distribution method, and program
JP2003006483A (en) * 2001-06-22 2003-01-10 Fuji Color Service Co Ltd Method, system, and program for photograph order reception, and photographic print generating method
US20030093425A1 (en) * 2001-11-09 2003-05-15 International Business Machines Corporation System, method, and computer program product for accessing batch job service requests
US8443045B2 (en) * 2002-10-01 2013-05-14 Honda Motor Co., Ltd. Storage of selected e-mails including attachments in document management system
US20080126385A1 (en) * 2006-09-19 2008-05-29 Microsoft Corporation Intelligent batching of electronic data interchange messages
FR2962236B1 (en) * 2010-06-30 2012-07-13 Alcatel Lucent ACCESS TO A FILE SYSTEM WITH SEMANTIC INDEXATION
JP2010244577A (en) * 2010-07-13 2010-10-28 Hitachi Ltd Message distribution device and terminal device
IN2014MU00435A (en) * 2014-02-06 2015-09-25 Tata Consultancy Services Ltd

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4506330A (en) * 1982-07-06 1985-03-19 Pitney Bowes Inc. Electronic mailing apparatus and method
US5155852A (en) * 1988-02-19 1992-10-13 Mitsubishi Denki Kabushiki Kaisha Digital information coding system which evenly distributes valid input data to digital signal processors operating in parallel
US5527371A (en) * 1992-11-20 1996-06-18 Kirin Beer Kabushiki Kaisha Method and apparatus for manufacturing glass bottles
US5627997A (en) * 1994-06-07 1997-05-06 Microsoft Corporation Method and system for converting computer mail messages using an extensible set of conversion routines
US5694580A (en) * 1993-09-01 1997-12-02 Fujitsu Limited Method of converting data and device for performing the method
US5701466A (en) * 1992-03-04 1997-12-23 Singapore Computer Systems Limited Apparatus and method for end user queries
US5708828A (en) * 1995-05-25 1998-01-13 Reliant Data Systems System for converting data from input data environment using first format to output data environment using second format by executing the associations between their fields
US5781901A (en) * 1995-12-21 1998-07-14 Intel Corporation Transmitting electronic mail attachment over a network using a e-mail page
US6014688A (en) * 1997-04-25 2000-01-11 Postx Corporation E-mail program capable of transmitting, opening and presenting a container having digital content using embedded executable software
US6216173B1 (en) * 1998-02-03 2001-04-10 Redbox Technologies Limited Method and apparatus for content processing and routing

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2591217B2 (en) * 1990-02-06 1997-03-19 日本電気株式会社 Object class definition information implementation device
US5537630A (en) * 1994-12-05 1996-07-16 International Business Machines Corporation Method and system for specifying method parameters in a visual programming system
US5771355A (en) * 1995-12-21 1998-06-23 Intel Corporation Transmitting electronic mail by either reference or value at file-replication points to minimize costs

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4506330A (en) * 1982-07-06 1985-03-19 Pitney Bowes Inc. Electronic mailing apparatus and method
US5155852A (en) * 1988-02-19 1992-10-13 Mitsubishi Denki Kabushiki Kaisha Digital information coding system which evenly distributes valid input data to digital signal processors operating in parallel
US5701466A (en) * 1992-03-04 1997-12-23 Singapore Computer Systems Limited Apparatus and method for end user queries
US5527371A (en) * 1992-11-20 1996-06-18 Kirin Beer Kabushiki Kaisha Method and apparatus for manufacturing glass bottles
US5694580A (en) * 1993-09-01 1997-12-02 Fujitsu Limited Method of converting data and device for performing the method
US5627997A (en) * 1994-06-07 1997-05-06 Microsoft Corporation Method and system for converting computer mail messages using an extensible set of conversion routines
US5708828A (en) * 1995-05-25 1998-01-13 Reliant Data Systems System for converting data from input data environment using first format to output data environment using second format by executing the associations between their fields
US5781901A (en) * 1995-12-21 1998-07-14 Intel Corporation Transmitting electronic mail attachment over a network using a e-mail page
US6014688A (en) * 1997-04-25 2000-01-11 Postx Corporation E-mail program capable of transmitting, opening and presenting a container having digital content using embedded executable software
US6216173B1 (en) * 1998-02-03 2001-04-10 Redbox Technologies Limited Method and apparatus for content processing and routing

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8392013B2 (en) 2005-01-27 2013-03-05 Microgen Aptitude Limited Business process automation
WO2008097848A2 (en) * 2007-02-02 2008-08-14 Bank Of America Corporation Method and system to re-create lost cash letters
WO2008097848A3 (en) * 2007-02-02 2009-01-08 Bank Of America Method and system to re-create lost cash letters
US20080189126A1 (en) * 2007-02-02 2008-08-07 Bank Of America Corporation Method and system to re-create lost cash letters
US8458066B2 (en) 2007-02-02 2013-06-04 Bank Of America Corporation Method and system to re-create lost cash letters
US20080304769A1 (en) * 2007-06-08 2008-12-11 Bank Of America Corporation Common Image Format File Image Extraction
US7885452B2 (en) * 2007-06-08 2011-02-08 Bank Of America Corporation Common image format file image extraction
US20090193420A1 (en) * 2008-01-29 2009-07-30 International Business Machines Corporation Method and system for batch processing form data
US8170992B2 (en) 2008-01-29 2012-05-01 International Business Machines Corporation Method and system for batch processing form data
US11669816B2 (en) * 2009-01-08 2023-06-06 Visa Europe Limited Payment system
EP2354926A3 (en) * 2009-12-29 2012-01-25 Microgen Aptitude Limited Batch data processing
US8549353B2 (en) 2009-12-29 2013-10-01 Microgen Aptitutde Limited Batch processing error handling modes
US20120131562A1 (en) * 2010-11-22 2012-05-24 Samsung Electronics Co., Ltd. Method and apparatus for upgrading virtual machine in a portable terminal
US11615271B2 (en) 2019-06-03 2023-03-28 Cerebri AI Inc. Machine learning pipeline optimization
US11620477B2 (en) 2019-06-03 2023-04-04 Cerebri AI Inc. Decoupled scalable data engineering architecture
US11599752B2 (en) * 2019-06-03 2023-03-07 Cerebri AI Inc. Distributed and redundant machine learning quality management
US11776060B2 (en) 2019-06-03 2023-10-03 Cerebri AI Inc. Object-oriented machine learning governance

Also Published As

Publication number Publication date
EP0967548A2 (en) 1999-12-29
US6629122B1 (en) 2003-09-30
JP2000020424A (en) 2000-01-21
EP0967548A3 (en) 2004-08-04

Similar Documents

Publication Publication Date Title
US6629122B1 (en) Information processing system and method for communications between application systems
US6965889B2 (en) Approach for generating rules
US6728947B1 (en) Workflow distributing apparatus and method
US6990636B2 (en) Enterprise workflow screen based navigational process tool system and method
US7665061B2 (en) Code builders
US8082169B2 (en) User interface for workflow builder
US7086003B2 (en) Attaching multiple files to an electronic document
US5548753A (en) Automatic electronic mail notification of database events
US8060855B2 (en) Artifact sharing from a development environment
US20050235061A1 (en) Opportunity tracking information system
US20080072217A1 (en) Method, apparatus, and system for customizing and performing policy in version control
EP2116964A1 (en) Method and program for supporting data input for business processing
JP4613238B2 (en) Information processing apparatus, control method therefor, and program
US20070038702A1 (en) Communications data management
JP2005535013A (en) Mass communication process using multiple delivery media
JP2006512670A (en) Method and apparatus for an integrated process modeler
JP2007128519A (en) Method and system for generating technical manual
US20040189703A1 (en) Publishing interface for publishing content from a content-authoring application to a content server
US6243704B1 (en) Business nonstandard character processing apparatus and system, and computer readable storage medium
US7594184B2 (en) Computing system for graphically manipulating production print streams
JP2001134681A (en) Method for processing and defining electronic document, storage medium with stored processing program for electronic document, storage medium with stored definition program for electronic document and electronic document system
CN112766910B (en) Document construction method, generation method, device, electronic equipment and storage medium
JP3355695B2 (en) Protocol creation method and protocol creation system
JP2003030349A (en) System and method for process tailoring support system and program
JP2534433B2 (en) Message verification method

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

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