US20110167406A1 - Methods and systems for relating data structures and object-oriented elements for distributed computing - Google Patents

Methods and systems for relating data structures and object-oriented elements for distributed computing Download PDF

Info

Publication number
US20110167406A1
US20110167406A1 US12/895,797 US89579710A US2011167406A1 US 20110167406 A1 US20110167406 A1 US 20110167406A1 US 89579710 A US89579710 A US 89579710A US 2011167406 A1 US2011167406 A1 US 2011167406A1
Authority
US
United States
Prior art keywords
data structure
software development
development tool
source code
database
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
US12/895,797
Inventor
Dietrich Charisius
Alexander Aptus
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.)
Borland Software Corp
JPMorgan Chase Bank NA
Original Assignee
Borland Software Corp
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 US09/680,063 external-priority patent/US6851107B1/en
Application filed by Borland Software Corp filed Critical Borland Software Corp
Priority to US12/895,797 priority Critical patent/US20110167406A1/en
Publication of US20110167406A1 publication Critical patent/US20110167406A1/en
Assigned to BANK OF AMERICA, N.A. reassignment BANK OF AMERICA, N.A. SECURITY INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ATTACHMATE CORPORATION, BORLAND SOFTWARE CORPORATION, MICRO FOCUS (US), INC., NETIQ CORPORATION, NOVELL, INC.
Assigned to JPMORGAN CHASE BANK, N.A., AS SUCCESSOR AGENT reassignment JPMORGAN CHASE BANK, N.A., AS SUCCESSOR AGENT NOTICE OF SUCCESSION OF AGENCY Assignors: BANK OF AMERICA, N.A., AS PRIOR AGENT
Assigned to JPMORGAN CHASE BANK, N.A., AS SUCCESSOR AGENT reassignment JPMORGAN CHASE BANK, N.A., AS SUCCESSOR AGENT CORRECTIVE ASSIGNMENT TO CORRECT THE TO CORRECT TYPO IN APPLICATION NUMBER 10708121 WHICH SHOULD BE 10708021 PREVIOUSLY RECORDED ON REEL 042388 FRAME 0386. ASSIGNOR(S) HEREBY CONFIRMS THE NOTICE OF SUCCESSION OF AGENCY. Assignors: BANK OF AMERICA, N.A., AS PRIOR AGENT
Assigned to BORLAND SOFTWARE CORPORATION, ATTACHMATE CORPORATION, NETIQ CORPORATION, MICRO FOCUS SOFTWARE INC. (F/K/A NOVELL, INC.), MICRO FOCUS (US), INC. reassignment BORLAND SOFTWARE CORPORATION RELEASE OF SECURITY INTEREST REEL/FRAME 035656/0251 Assignors: JPMORGAN CHASE BANK, N.A.
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/35Creation or generation of source code model driven
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/75Structural analysis for program understanding
    • 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/44Arrangements for executing specific programs

Definitions

  • the present invention relates generally to data processing systems and, more particularly, to methods and systems for relating data structures and object-oriented elements for distributed computing.
  • Computer instructions are written in source code. Although a skilled programmer can understand source code to determine what the code is designed to accomplish, with highly complex software systems, a graphical representation or model of the source code is helpful to organize and visualize the structure and components of the system. Using models, the complex systems are easily identified, and the structural and behavioral patterns can be visualized and documented.
  • UML Unified Modeling Language
  • Web-based distributed systems ranging from business information systems to Web-based distributed systems, to real-time embedded systems.
  • UML formalizes the notion that real-world objects are best modeled as self-contained entities that contain both data and functionality.
  • conventional software development tools 100 allow a programmer to view UML 102 while viewing source code 104 .
  • the source code 104 is stored in a file, and a reverse engineering module 106 converts the source code 104 into a representation of the software project in a database or repository 108 .
  • the software project comprises source code 104 in at least one file which, when compiled, forms a sequence of instructions to be run by the data processing system.
  • the repository 108 generates the UML 102 . If any changes are made to the UML 102 , they are automatically reflected in the repository 108 , and a code generator 110 converts the representation in the repository 108 into source code 104 .
  • Such software development tools 100 do not synchronize the displays of the UML 102 and the source code 104 . Rather, the repository 108 stores the representation of the software project while the file stores the source code 104 . A modification in the UML 102 does not appear in the source code 104 unless the code generator 110 re-generates the source code 104 from the data in the repository 108 . When this occurs, the entire source code 104 is rewritten. Similarly, any modifications made to the source code 104 do not appear in the UML 102 unless the reverse engineering module 106 updates the repository 108 . As a result, redundant information is stored in the repository 108 and the source code 104 .
  • conventional software development tools 100 rewrite the overall source code 104 when modifications are made to the UML 102 , resulting in wasted processing time.
  • This type of manual, large-grained synchronization requires either human intervention, or a “batch” style process to try to keep the two views (the UML 102 and the source code 104 ) in sync.
  • this approach, adopted by many tools leads to many undesirable side-effects; such as desired changes to the source code being overwritten by the tool.
  • a further disadvantage with conventional software development tools 100 is that they are designed to only work in a single programming language. Thus, a tool 100 that is designed for Java.TM. programs cannot be utilized to develop a program in C++. There is a need in the art for a tool that avoids the limitations of these conventional software development tools.
  • the improved software development tool of the present invention allows a developer to simultaneously view a graphical and a textual display of source code.
  • the graphical and textual views are synchronized so that a modification in one view is automatically reflected in the other view.
  • the software development tool is designed for use with more than one programming language.
  • the software development tool also saves a developer time and effort in producing error free code.
  • the software development tool significantly reduces programming development time for a developer by allowing the developer to generate or update source code for an object-oriented element, such as a class or a distributed computing component, from a data structure.
  • the software development tool saves a developer time that would be spent manually creating a data structure to map to a previously developed object-oriented element by allowing the developer to form or update a data structure from the object-oriented element.
  • a method is provided in a data processing system.
  • the data processing system has a memory device with source code and a secondary storage device with a data structure corresponding to the source code.
  • the method comprises the steps of receiving an indication that the data structure has been modified, and automatically reflecting the modification in the source code so as to avoid completely regenerating the source code.
  • a method is provided in a data processing system.
  • the data processing system has a memory device with source code and a secondary storage device with a data structure corresponding to the source code.
  • the method comprises the steps of receiving an indication that the source code has been modified, and automatically reflecting the modification in the data structure so as to avoid completely regenerating the data structure.
  • a computer-readable medium contains instructions for controlling a data processing system to perform a method.
  • the data processing system has a memory device with source code and a secondary storage device with a data structure corresponding to the source code.
  • the method comprises the steps of receiving an indication that the data structure has been modified, and automatically reflecting the modification in the source code so as to avoid completely regenerating the source code.
  • a computer-readable medium contains instructions for controlling a data processing system to perform a method.
  • the data processing system has a memory device with source code and a secondary storage device with a data structure corresponding to the source code.
  • the method comprises the steps of receiving an indication that the source code has been modified, and automatically reflecting the modification in the data structure so as to avoid completely regenerating the data structure.
  • FIG. 1 depicts a conventional software development tool
  • FIG. 2 depicts an overview of a software development tool in accordance with the present invention
  • FIG. 3 depicts a data structure of the language-neutral representation created by the software development tool of FIG. 2 ;
  • FIG. 4 depicts representative source code
  • FIG. 5 depicts the data structure of the language-neutral representation of the source code of FIG. 4 ;
  • FIG. 6 depicts a data processing system suitable for practicing the present invention
  • FIG. 7 depicts an architectural overview of the software development tool of FIG. 2 ;
  • FIG. 8A depicts a user interface displayed by the software development tool depicted in FIG. 2 , where the user interface displays a list of predefined criteria which the software development tool checks in the source code;
  • FIG. 8B depicts a user interface displayed by the software development tool depicted in FIG. 2 , where the user interface displays the definition of the criteria which the software development tool checks in the source code, and an example of source code which does not conform to the criteria;
  • FIG. 8C depicts a user interface displayed by the software development tool depicted in FIG. 2 , where the user interface displays an example of source code which conforms to the criteria which the software development tool checks in the source code;
  • FIG. 9 depicts a flow diagram of the steps performed by the software development tool depicted in FIG. 2 ;
  • FIGS. 10A and 10B depict a flow diagram illustrating the update model step of FIG. 9 ;
  • FIG. 11 depicts a flow diagram of the steps performed by the software development tool in FIG. 2 when creating a class
  • FIG. 12 depicts a user interface displayed by the software development tool depicted in FIG. 2 , where the user interface displays a use case diagram of source code;
  • FIG. 13 depicts a user interface displayed by the software development tool depicted in FIG. 2 , where the user interface displays both a class diagram and a textual view of source code;
  • FIG. 14 depicts a user interface displayed by the software development tool depicted in FIG. 2 , where the user interface displays a sequence diagram of source code;
  • FIG. 15 depicts a user interface displayed by the software development tool depicted in FIG. 2 , where the user interface displays a collaboration diagram of source code;
  • FIG. 16 depicts a user interface displayed by the software development tool depicted in FIG. 2 , where the user interface displays a statechart diagram of source code;
  • FIG. 17 depicts a user interface displayed by the software development tool depicted in FIG. 2 , where the user interface displays an activity diagram of source code;
  • FIG. 18 depicts a user interface displayed by the software development tool depicted in FIG. 2 , where the user interface displays a component diagram of source code;
  • FIG. 19 depicts a user interface displayed by the software development tool depicted in FIG. 2 , where the user interface displays a deployment diagram of source code;
  • FIG. 20 depicts an exemplary data processing system in which the improved software development tool depicted in FIG. 2 may operate;
  • FIGS. 21A-C depicts a flow diagram illustrating an exemplary process performed by the software development tool for generating source code for an object-oriented element from a data structure in a database
  • FIG. 22 depicts a user interface displayed by the software development tool for receiving a request to access a database
  • FIG. 23 depicts a user interface displayed by the software development tool for receiving access information for the database
  • FIG. 24 depicts a user interface displayed by the software development tool, where the user interface displays an identification of each data structure stored in the database;
  • FIG. 25 depicts a user interface displayed by the software development tool, where the user interface displays an indication of a type of object-oriented element to form from the database;
  • FIG. 26 depicts a user interface displayed by the software development tool, where the user interface displays source code for a class that is generated from a selected data structure in the database;
  • FIG. 27 depicts a user interface displayed by the software development tool depicted, where the user interface displays source code for a Enterprise JavaBean.TM. that is generated from a selected data structure in the database;
  • FIG. 28 displays the source code for the Enterprise JavaBean.TM. in FIG. 27 that is generated by the software development tool;
  • FIGS. 29A-B depict a flow diagram illustrating an exemplary process performed by the software development tool for updating an object-oriented element from a related data structure in a database
  • FIG. 30 depicts a user interface displayed by the software development tool, where the user interface displays source code for a distributed computing component that is updated from the related data structure in the database;
  • FIGS. 31A-B depict a flow diagram illustrating an exemplary process performed by the software development tool for forming a data structure in a database from source code of an object-oriented element.
  • FIG. 32 depicts a user interface displayed by the software development tool for receiving a request to form a data structure in a database
  • FIG. 33 depicts a user interface displayed by the software development tool for receiving an indication of an object-oriented element to use to form the data structure
  • FIG. 34 depicts a user interface displayed by the software development tool for receiving access information for the database and for receiving a request to generate the data structure in the database;
  • FIG. 35 depicts a user interface displayed by the software development tool depicted, where the user interface displays a location for storing the data structure formed from source code of the object-oriented element;
  • FIGS. 36A-B depict a flow diagram illustrating an exemplary process performed by the software development tool for updating a data structure in a database from a related object-oriented element
  • FIG. 37 depicts an Enterprise JavaBeanTM server interacting with other systems.
  • Methods and systems consistent with the present invention provide an improved software development tool that creates a graphical representation of source code regardless of the programming language in which the code is written.
  • the software development tool simultaneously reflects any modifications to the source code to both the display of the graphical representation as well as the textual display of the source code.
  • source code 202 is being displayed in both a graphical form 204 and a textual form 206 .
  • the improved software development tool generates a transient meta model (TMM) 200 which stores a language-neutral representation of the source code 202 .
  • TMM transient meta model
  • the graphical 204 and textual 206 representations of the source code 202 are generated from the language-neutral representation in the TMM 200 .
  • the textual view 206 of the source code may be obtained directly from the source code file.
  • the improved software development tool provides simultaneous round-trip engineering, i.e., the graphical representation 204 is synchronized with the textual representation 206 .
  • the textual representation 206 is updated automatically.
  • the graphical representation 204 is updated to remain synchronized. There is no repository, no batch code generation, and no risk of losing code.
  • the data structure 300 of the language-neutral representation is depicted in FIG. 3 .
  • the data structure 300 comprises a Source Code Interface (SCI) model 302 , an SCI package 304 , an SCI class 306 , and an SCI member 308 .
  • the SCI model 302 is the source code organized into packages.
  • the SCI model 302 corresponds to a directory for a software project being developed by the user, and the SCI package 304 corresponds to a subdirectory.
  • the software project comprises the source code in at least one file that is compiled to form a sequence of instructions to be run by a data processing system. The data processing system is discussed in detail below.
  • the class 306 is a category of objects which describes a group of objects with similar properties (attributes), common behavior (operations or methods), common relationships to other objects, and common semantics.
  • the members 308 comprise attributes and/or operations.
  • the data structure 500 for the source code 400 depicted in FIG. 4 is depicted in FIG. 5 .
  • UserInterface 402 is defined as a package 404 . Accordingly, UserInterface 402 is contained in SCI package 502 .
  • Bank 406 which is defined as a class 408 , is contained in SCI class 504
  • Name 410 and Assets 412 which are defined as attributes (strings 414 ), are contained in SCI members 506 . Since these elements are in the same project, all are linked.
  • the data structure 500 also identifies the language in which the source code is written 508 , e.g., the Java.TM. language.
  • FIG. 6 depicts a data processing system 600 suitable for practicing methods and systems consistent with the present invention.
  • Data processing system 600 comprises a memory 602 , a secondary storage device 604 , an I/O device 606 , and a processor 608 .
  • Memory 602 includes the improved software development tool 610 .
  • the software development tool 610 is used to develop a software project 612 , and create the TMM 200 in the memory 602 .
  • the project 612 is stored in the secondary storage device 604 of the data processing system 600 .
  • data processing system 600 may contain additional or different components.
  • FIG. 7 illustrates an architectural overview of the improved software development tool 610 .
  • the tool 610 comprises a core 700 , an open application program interface (API) 702 , and modules 704 .
  • the core 700 includes a parser 706 and an ICE 208 .
  • the parser 706 converts the source code into the language-neutral representation in the TMM, and the ICE 208 converts the text from the displays into source code.
  • Each package includes corresponding subpackages.
  • a package is a collection of classes, interfaces, attributes, notifications, operations, or behaviors that are treated as a single module or program unit.
  • IDE 708 is the API 702 needed to generate custom outputs based on information contained in a model. It is a read-only interface, i.e., the user can extract information from the model, but not change the model. IDE 708 provides the functionality related to the model's representation in IDE 708 and interaction with the user. Each package composing the IDE group has a description highlighting the areas of applicability of this concrete package.
  • RWI 710 enables the user to go deeper into the architecture. Using RWI 710 , information can be extracted from and written to the models. RWI not only represents packages, classes and members, but it may also represent different diagrams (class diagrams, use case diagrams, sequence diagrams and others), links, notes, use cases, actors, states, etc.
  • SCI 712 is at the source code level, and allows the user to work with the source code almost independently of the language being used.
  • modules 704 in the software development tool 610 of the present invention. Some of the modules 704 access information to generate graphical and code documentation in custom formats, export to different file formats, or develop patterns.
  • the software development tool also includes a quality assurance (QA) module which monitors the modifications to the source code and calculates various complexity metrics, i.e., various measurements of the program's performance or efficiency, to support quality assurance.
  • QA quality assurance
  • the types of metrics calculated by the software development tool include basic metrics, cohesion metrics, complexity metrics, coupling metrics, Halstead metrics, inheritance metrics, maximum metrics, polymorphism metrics, and ratio metrics. Examples of these metrics with their respective definitions are identified in Tables 1-9 below.
  • Attribute Complexity Defined as the sum of each attribute's value in the class.
  • Cyclomatic represents the cognitive complexity of the class. It counts the Complexity number of possible paths through an algorithm by counting the number of distinct regions on a flowgraph, i.e., the number of ‘if,’ ‘for’ and ‘while’ statements in the operation's body.
  • Number Of Remote Processes all of the methods and constructors, and counts the Methods number of different remote methods called.
  • a remote method is defined as a method which is not declared in either the class itself or its ancestors.
  • Weighted Methods Per The sum of the complexity of all methods for a class, where each Class 1 method is weighted by its cyclomatic complexity. The number of methods and the complexity of the methods involved is a predictor of how much time and effort is required to develop and maintain the class. Weighted Methods Per Measures the complexity of a class, assuming that a class with Class 2 more methods than another is more complex, and that a method with more parameters than another is also likely to be more complex.
  • a measure of coupling is useful to determine how complex the testing of various parts of a design is likely to be. The higher the inter- object class coupling, the more rigorous the testing needs to be.
  • Data Abstraction Counts the number of reference types used in the attribute Coupling declarations.
  • FanOut Counts the number of reference types that are used in attribute declarations, formal parameters, return types, throws declarations and local variables.
  • Halstead Difficulty This measure is one of the Halstead Software Science metrics. It is calculated as (‘Number of Unique Operators’/‘Number of Unique Operands’) * (‘Number of Operands’/‘Number of Unique Operands’). Halstead Effort This measure is one of the Halstead Software Science metrics. It is calculated as ‘Halstead Difficulty’ * ‘Halstead Program Volume.’ Halstead Program This measure is one of the Halstead Software Science metrics. It Length is calculated as ‘Number of Operators’ + ‘Number of Operands.’ Halstead Program This measure is one of the Halstead Software Science metrics.
  • Halstead Program This measure is one of the Halstead Software Science metrics. It Volume is calculated as ‘Halstead Program Length’ * Log2(‘Halstead Program Vocabulary’). Number Of Operands This measure is used as an input to the Halstead Software Science metrics. It counts the number of operands used in a class. Number Of Operators This measure is used as an input to the Halstead Software Science metrics. It counts the number of operators used in a class. Number Of Unique This measure is used as an input to the Halstead Software Science Operands metrics. It counts the number of unique operands used in a class. Number Of Unique This measure is used as an input to the Halstead Software Science Operators metrics. It counts the number of unique operators used in a class. Number Of Unique This measure is used as an input to the Halstead Software Science Operators metrics. It counts the number of unique operators used in a class.
  • the QA module also provides audits, i.e., the module checks for conformance to pre-defined or user-defined styles.
  • the types of audits provided by the module include coding style, critical errors, declaration style, documentation, naming style, performance, possible errors and superfluous content. Examples of these audits with their respective definitions are identified in Tables 10-17 below.
  • An Abstract Method Overriding a Private A subclass should not contain a method with the same name and Method signature as in a superclass if these methods are declared to be private. Overloading Within a A superclass method may not be overloaded within a subclass Subclass unless all overloading in the superclass are also overridden in the subclass. It is very unusual for a subclass to be overloading methods in its superclass without also overriding the methods it is overloading. More frequently this happens due to inconsistent changes between the superclass and subclass - i.e., the intention of the user is to override the method in the superclass, but due to the error, the subclass method ends up overloading the superclass method. Use of Static Attribute Non-final static attributes should not be used in initializations of for Initialization attributes.
  • Naming Style Audits Description Class Name Must Checks whether top level classes or Match Its File Name interfaces have the same name as the file in which they reside. Group Operations Enforces standard to improve readability. With Same Name Together Naming Conventions Takes a regular expression and item name and reports all occurrences where the pattern does not match the declaration. Names Of Exception Names of classes which inherit from Exception Classes should end with Exception. Use Conventional One-character local variable or parameter names Variable Names should be avoided, except for temporary and looping variables, or where a variable holds an undistinguished value of a type.
  • Explicitly Initialize Explicitly initialize all variables. The only reason not to initialize All Variables a variable is where it's declared is if the initial value depends on some computation occurring first. Method finalize( ) Calling of super.finalize( ) from finalize( ) is good practice of Doesn't Call programming, even if the base class doesn't define the finalize( ) super.finalize( ) method. This makes class implementations less dependent on each other. Mixing Logical An expression containing multiple logical operators should be Operators Without parenthesized properly. Parentheses No Assignments In Use of assignment within conditions makes the source code hard Conditional to understand.
  • This rule checks classes and interfaces that are explicitly imported with their names - that is not with import of a complete package, using an asterisk. If unused class and interface imports are omitted, the amount of meaningless source code is reduced - thus the amount of code to be understood by a reader is minimized.
  • Unnecessary Casts Checks for the use of type casts that are not necessary. Unnecessary Verifies that the runtime type of the left-hand side expression is ‘instanceof’ the same as the one specified on the right-hand side. Evaluations Unused Local Local variables and formal parameter declarations must be used. Variables And Formal Parameters Use Of Obsolete The modifier ‘abstract’ is considered obsolete and should not be Interface Modifier used.
  • an error message is provided to the developer.
  • the software development tool checks for a variety of coding styles 800 . If the software development tool were to check for “Access Of Static Members Through Objects” 802 , it would verify whether static members are referenced through class names rather than through objects 804 . Further, as depicted in FIG. 8B , if the software development tool were to check for “Complex Assignment” 806 , the software development tool would check for the occurrence of multiple assignments and assignments to variables within the same expression to avoid complex assignments since these decrease program readability 808 .
  • FIGS. 8B and 8C An example of source code having a complex assignment 810 and source code having a non-complex assignment 812 are depicted in FIGS. 8B and 8C , respectively.
  • the QA module of the software development tool scans the source code for other syntax errors and/or other deviations from well known rules, as described above, and provides an error message if any such errors are detected.
  • the improved software development tool of the present invention is used to develop source code in a project.
  • the project comprises a plurality of files and the source code of a chosen one of the plurality of files is written in a given language.
  • the software development tool determines the language of the source code of the chosen file, converts the source code from the language into a language-neutral representation, uses the language-neutral representation to textually display the source code of the chosen file in the language, and uses the language-neutral representation to display a graphical representation of at least a portion of the project.
  • the textual display may be obtained directly from the source code file.
  • the source code and the graphical representation are displayed simultaneously.
  • the improved software development tool of the present invention is also used to develop source code.
  • the software development tool receives an indication of a selected language for the source code, creates a file to store the source code in the selected language, converts the source code from the selected language into a language-neutral representation, uses the language-neutral representation to display the source code of the file, and uses the language-neutral representation to display a graphical representation of the file. Again, the source code and the graphical representation are displayed simultaneously.
  • the modified source code and a graphical representation of at least a portion of the modified source code are displayed simultaneously.
  • the QA module of the software development tool provides an error message if the modification does not conform to pre-defined or user-defined styles, as described above.
  • the modification to the source code may be received by the software development tool via the programmer editing the source code in the textual pane or the graphical pane, or via some other independent software tool that the programmer uses to modify the code.
  • the graphical representation of the project may be in Unified Modeling Language; however, one skilled in the art will recognize that other graphical representations of the source code may be displayed. Further, although the present invention is described and shown using the various views of the UML, one of ordinary skill in the art will recognize that other views may be displayed.
  • FIG. 9 depicts a flow diagram of the steps performed by the software development tool to develop a project in accordance with methods consistent with the present invention.
  • the project comprises a plurality of files.
  • the developer either uses the software development tool to open a file that contains existing source code, or to create a file in which the source code will be developed. If the software development tool is used to open the file, determined in step 900 , the software development tool initially determines the programming language in which the code is written (step 902 ).
  • the language is identified by the extension of the file, e.g., “.java” identifies source code written in the Java.TM. language, while “.cpp” identifies source code written in C++.
  • the software development tool then obtains a template for the current programming language, i.e., a collection of generalized definitions for the particular language that can be used to build the data structure (step 904 ).
  • a template for the current programming language i.e., a collection of generalized definitions for the particular language that can be used to build the data structure (step 904 ).
  • the templates used to define a new Java.TM. class contains a default name, e.g., “Class 1 ,” and the default code, “public class Class 1 ⁇ ⁇ .”
  • Such templates are well known in the art.
  • the “Microsoft Foundation Class Library” and the “Microsoft Word Template For Business Use Case Modeling” are examples of standard template libraries from which programmers can choose individual template classes.
  • the software development tool uses the template to parse the source code (step 906 ), and create the data structure (step 908 ).
  • the software development tool After creating the data structure or if there is no existing code, the software development tool awaits an event, i.e., a modification or addition to the source code by the developer (step 910 ). If an event is received and the event is to close the file (step 912 ), the file is saved (step 914 ) and closed (step 916 ). Otherwise, the software development tool performs the event (step 918 ), i.e., the tool makes the modification. The software development tool then updates the TMM or model (step 920 ), as discussed in detail below, and updates both the graphical and the textual views (step 922 ).
  • an event i.e., a modification or addition to the source code by the developer. If an event is received and the event is to close the file (step 912 ), the file is saved (step 914 ) and closed (step 916 ). Otherwise, the software development tool performs the event (step 918 ), i.e., the tool makes the modification.
  • the software development tool updates the TMM
  • FIGS. 10A and 10B depict a flow diagram illustrating the update model step of FIG. 9 .
  • the software development tool selects a file from the project (step 1000 ), and determines whether the file is new (step 1002 ), whether the file has been updated (step 1004 ), or whether the file has been deleted (step 1006 ). If the file is new, the software development tool adds the additional symbols from the file to the TMM (step 1008 ). To add the symbol to the TMM, the software development tool uses the template to parse the symbol to the TMM. If the file has been updated, the software development tool updates the symbols in the TMM (step 1010 ). Similar to the addition of a symbol to the TMM, the software development tool uses the template to parse the symbol to the TMM.
  • the software development tool deletes the symbols in the TMM (step 1012 ).
  • the software development tool continues this analysis for all files in the project. After all files are analyzed (step 1014 ), any obsolete symbols in the TMM (step 1016 ) are deleted (step 1018 ).
  • FIG. 11 depicts a flow diagram illustrating the performance of an event. specifically the creation of a class, in accordance with methods consistent with the present invention.
  • the software development tool After identifying the programming language (step 1100 ), the software development tool obtains a template for the language (step 1102 ), creates a source code file in the project directory (step 1104 ), and pastes the template into the file (step 1106 ).
  • the project directory corresponds to the SCI model 302 of FIG. 3 .
  • Additional events which a developer may perform using the software development tool include the creation, modification or deletion of packages, projects, attributes, interfaces, links, operations, and the closing of a file.
  • the software development tool is collectively broken into three views of the application: the static view, the dynamic view, and the functional view.
  • the static view is modeled using the use-case and class diagrams.
  • a use case diagram 1200 depicted in FIG. 12 , shows the relationship among actors 1202 and use cases 1204 within the system 1206 .
  • a class diagram 1300 depicted in FIG. 13 with its associated source code 1302 , on the other hand, includes classes 1304 , interfaces, packages and their relationships connected as a graph to each other and to their contents.
  • a sequence diagram 1400 represents an interaction, which is a set of messages 1402 exchanged among objects 1404 within a collaboration to effect a desired operation or result.
  • the vertical dimension represents time and the horizontal dimension represents different objects.
  • a collaboration diagram 1500 depicted in FIG. 15 , is also an interaction with messages 1502 exchanged among objects 1504 , but it is also a collaboration, which is a set of objects 1504 related in a particular context. Contrary to sequence diagrams 1400 ( FIG. 14 ), which emphasize the time ordering of messages along the vertical axis, collaboration diagrams 1500 ( FIG. 15 ) emphasize the structural organization of objects.
  • a statechart diagram 1600 is depicted in FIG. 16 .
  • the statechart diagram 1600 includes the sequences of states 1602 that an object or interaction goes through during its life in response to stimuli, together with its responses and actions. It uses a graphic notation that shows states of an object, the events that cause a transition from one state to another, and the actions that result from the transition.
  • the functional view can be represented by activity diagrams 1700 and more traditional descriptive narratives such as pseudocode and minispecifications.
  • An activity diagram 1700 is depicted in FIG. 17 , and is a special case of a state diagram where most, if not all, of the states are action states 1702 and where most, if not all, of the transitions are triggered by completion of the actions in the source states.
  • Activity diagrams 1700 are used in situations where all or most of the events represent the completion of internally generated actions.
  • FIG. 18 There is also a fourth view mingled with the static view called the architectural view.
  • This view is modeled using package, component and deployment diagrams.
  • Package diagrams show packages of classes and the dependencies among them.
  • Component diagrams 1800 depicted in FIG. 18 , are graphical representations of a system or its component parts. Component diagrams 1800 show the dependencies among software components, including source code components, binary code components and executable components.
  • Deployment diagrams 1900 are used to show the distribution strategy for a distributed object system. Deployment diagrams 1900 show the configuration of run-time processing elements and the software components, processes and objects that live on them.
  • the software development tool significantly reduces programming development time for a developer by allowing the developer to automatically generate an Enterprise JavaBean.TM. (EJB) or a persistent class from a database table and automatically generate a database table from an EJB or a persistent class. Furthermore, when the EJB or persistent class is modified, the software development tool is able to automatically update the corresponding database table so as to keep the EJB or persistent class and the corresponding database table in synchronization. Similarly, when the database table corresponding to the EJB or persistent class is updated, the software development tool is able to automatically update the EJB or persistent class.
  • EJB Enterprise JavaBean.TM.
  • a persistent class has attributes that are mapped to a database table and whose state is maintained between calls to operations within code corresponding to the persistent class. Because the software development tool is able to relate a database table to a persistent class, the software development tool saves the programmer time in developing and maintaining code that includes these attributes by generating and updating code for these attributes from a corresponding database table. Also, as is well known to one skilled in the art, an EJB serves as a front-end to a DBMS, where the EJB embodies business logic that is performed on the data in the database associated with the DBMS. The data in the database represents the specific details and information flow of the organization or of a particular industry.
  • An EJB allows application programs to be independent of the business logic, so that when the business logic changes, the application need not change.
  • a developer is able to focus on developing code for a client application that utilizes the business data stored in the database, rather than worrying about endless amounts of programming and coding needed to connect all the working parts for accessing the database,
  • FIG. 37 An example of an EJB representing a real-world object (e.g., a customer of an enterprise) is depicted in FIG. 37 .
  • Each record in the Customer Table 3705 found in the database 3710 is accessible by the example Customer EJB 3715 via the attribute fields 3720 of the Customer Table 3705 (i.e., “ID”, “Name”, “Social Security Number”, and “Age” are shown) that are mapped to attributes 3725 in the code corresponding to the EJB.
  • the Customer EJB 3715 may be invoked to answer the question by performing the necessary business logic operation which may involve ascertaining the “age” for “Jones” from the Customer Table 3705 and determining if the “age” for “Jones” is over 50 before reporting back the answer to the Client Application 3730 .
  • an EJB may represent a real-world object, such as a customer, a bank account, or a cruise ship, which has persistent records (i.e., data structures) in a database.
  • An EJB i.e., an EJB SessionBean
  • An EJB is a distributed computing component, where a distributed computing component is a software component that runs on a computer and is designed to perform business logic for client application(s) requiring a solution to a business problem (e.g., process a customer order or determine a senior citizen discount for a customer).
  • the solution to the business problem typically requires access to corresponding business data contained in an enterprise database.
  • the software development tool supports relating a distributed computing component, such as an EJB, to a database table or data structure.
  • the software development tool By allowing a developer to generate or update an EJB from an existing data structure in a database, the software development tool saves the developer development time as the programmer no longer has to use one tool to query the database for the composition of the data structure and another tool to create the EJB with attributes and methods (i.e., business logic operations) that map to the database in order to allow access to the data structure after the EJB is deployed. Similarly, the software development tool saves a developer time that would be spent creating a data structure that maps to code corresponding to a previously developed EJB by allowing the developer to form or update a data structure from the EJB.
  • attributes and methods i.e., business logic operations
  • the software development tool relates a data structure to an object-oriented element, such as a persistent class or an EJB, so that code corresponding to the object-oriented element correlates to the data structure.
  • object-oriented elements may be related to a data structure in a database by the software development tool using methods and systems consistent with the present invention.
  • An EJB is more clearly described in the following references that are incorporated herein by reference: (1) Richard Monson-Haefel, Enterprise JavaBeans,TM. 2.sup.nd Edition, O'Reilly & Associates (2000); and (2) Sun Microsystems' Enterprise JavaBeans.TM. Specification v1.0, v1.1, and v2.0, available at http://java.sun.com/products/ejb/docs.html.
  • Data processing system 2000 includes a computer 2002 and a database server system 2004 that are connected via network 2006 .
  • the network 2006 may be any known physical or wireless link capable of supporting a data transmission between two computer systems, such as a Local Area Network (LAN), a Wide Area Network (WAN), Internet or leased phone lines.
  • LAN Local Area Network
  • WAN Wide Area Network
  • Internet leased phone lines.
  • Computer 2002 includes the software development tool 610 .
  • the database server system 2004 includes a memory 2008 , a secondary storage device 2010 , an I/O device 2012 , and a processor 2014 .
  • the secondary storage device 2010 includes a database 2016 that contains data structures which hold business data used in distributed computing.
  • Memory 2008 includes a database management system 2018 that enables a requester, such as a developer using the software development tool 610 , to store, modify, and extract information from the database 2016 .
  • the database management system 2018 may be any known database management system (DBMS) that is able to control the access to the database 2016 .
  • DBMS database management system
  • the secondary storage device 2003 of the computer 2002 includes the database 2016 and the memory 2001 of the computer 2002 includes the database management system 2018 .
  • the software development tool 610 accesses the database 2016 without communicating via network 2006 to database server system 2004 .
  • FIGS. 21A-C depict a flow diagram illustrating an exemplary process performed by the software development tool 610 for generating source code for an object-oriented element from a data structure in a database.
  • the software development tool 610 receives a request to access a database (step 2102 ).
  • the software development tool may receive the request to access the database via a menu selection 2202 on a user interface 2200 .
  • a programmer may indicate the request to the software development tool using any known programming input technique, such as a keyboard input or icon selection.
  • the software development tool 610 also receives access information for the database (step 2104 ).
  • FIG. 23 depicts an exemplary user interface displayed by the software development tool for receiving access information 2302 for the database.
  • the access information 2302 includes an identification 2304 of the database management system 2018 , a driver 2306 for the software development tool to use to communicate with the database 2016 via the database management system 2018 , a location 2308 on the computer 2002 where the driver 2306 is stored, and a network address 2310 or URL for the database 2016 on the database server system 2004 .
  • the identified database management system 2304 maybe any known DBMS server type, such as Oracle 7.3x/8x, ODBC/Access 97, Cloudscape, ODBC/MS SQL Server, and IBM DB2 6.1.
  • the driver 2306 may be any known driver or interface program that is suitable for communicating with the identified database management system 2304 .
  • the software development tool 610 displays a default network address 2310 that a developer can change by providing a new address prefix 2312 corresponding to the identified database management system 2306 , a new host name 2414 that identifies a system platform where the database management system 2018 and the database 2016 reside (e.g., local host corresponds to the computer 2002 ), a port 2316 assigned to the identified database management system 2304 for network communication, and a database identification 2318 .
  • a commercially available DBMS may control a number of different databases.
  • the database identification 2318 names the database to be accessed via the identified database management system 2304 .
  • the software development tool 610 determines if authorization is required to access the database 2016 (step 2106 ). The software development tool 610 determines if authorization is required based on the identification of the database management system 2304 or by querying the database management system 2304 . If authorization is required, the software development tool receives an access privilege from a user (step 2108 ). As shown in FIG. 23 , the access privilege received by the software development tool may include a user name 2322 and a password 2324 , and then determines whether the access privilege 2320 is authorized (step 2110 ).
  • the software development tool determines if the received access privilege is authorized by performing known authentication methods, such as querying the identified database management system to authenticate access or querying the computer 2004 where the database management system resides to authenticate access based on a respective user access profile (not shown in figures).
  • the software development tool determines whether the database contains any data structure which the programmer may select (step 2112 ). To determine if the database contains a data structure, the software development tool may query the database for an identification of each data structure within the database 2016 . In another implementation, the software development tool may request that the database 2016 provide an identification of at least one data structure within the database. In either implementation, the software development tool may abort processing if the software development tool does not receive an identification of at least one data structure in the database.
  • the software development tool displays an identification of each data structure in the database (step 2114 in FIG. 21B ).
  • an exemplary user interface 2400 displayed by the software development tool shows the identification of each data structure 2402 displayed by the software development tool in response to querying the database 2016 .
  • the software development tool 610 receives an identification of a selected data structure 2404 (step 2116 ).
  • the software development tool may receive an identification of a selected data structure 2404 via any known programming input technique, such as a mouse click on one of the displayed data structures 2402 .
  • the software development tool allows the programmer to select multiple data structures to be accessed by the software development tool in order to form multiple object-oriented elements as discussed below.
  • the software development tool receives an indication of a type of object-oriented element to form from the selected data structure (step 2118 ).
  • the type of object-oriented element 2502 may be any object-oriented element that has source code with persistent attributes mapped to the data structure in the database, such as a persistent class 2504 or an Enterprise JavaBean.TM, 2506 .
  • a persistent attribute has a state that is maintained between calls to operations within code corresponding to the respective object-oriented element.
  • the software development tool accesses a portion of the selected data structure from the database (step 2120 ).
  • the software development tool 610 accesses a portion of the selected data structure using access information 2302 to query the database in order to receive all the attribute fields in the data structure for forming the object-oriented element.
  • the software development tool may receive the entire data structure.
  • the query is formed by the software development tool to be recognizable to the database management system 2018 that functions as a DBMS in this instance.
  • a DBMS retrieves information from a respective database based on a query that corresponds to a known, recognizable command to the DBMS.
  • the software development tool determines whether the type of object-oriented element is a class (step 2122 ). In one implementation shown in FIG. 26 , if the type of object-oriented element is a class, the software development tool generates source code for a class 2602 having a name 2604 that corresponds to the selected data structure 2404 (step 2124 ). As discussed below, if the software development tool is later instructed to update the class 2602 , the identification of the data structure to access may be obtained by the software development tool from the name of the class 2602 .
  • the software development tool When forming the class 2602 , the software development tool generates new code for the class 2602 that includes an attribute 2606 that is related to an attribute field in the portion of the selected data structure 2404 (step 2126 ).
  • the software development tool saves a developer time and effort by providing a class that has attributes that mirror the data structure so that the developer can add new methods or code specifically for referencing the data structure.
  • the software development tool also places the identification of the selected data structure in a comment of the source code for the class (step 2128 ). Therefore, in the event that the selected data structure 2404 is modified or the class is modified, the software development tool is still able to relate the data structure to the class and update one to the other as explained below.
  • the software development tool associates the access information with the source code of the class (step 2130 ). By associating the access information with the source code of the class, the software development tool enables the data structure to be accessed again without prompting a developer for the access information.
  • the software development tool may associate the access information with the source by storing the access information with the identification of the selected data structure in a configuration file. In this implementation, the configuration file may be stored anywhere in the project.
  • the software development tool may associate the access information with the source code by storing the access information with the identification of the data structure as a comment in the source code of the class 2602 .
  • the software development tool is able to identify the access information based on the identification of the selected data structure 2404 .
  • the software development tool displays a graphical representation of the source code of the class (step 2132 ). As shown in FIG. 26 , the software development tool graphically represents source code corresponding to the class 2602 in the diagram 2608 .
  • the software development tool determines whether the type of object-oriented element is an EJB (step 2134 ). If the type of object-oriented element is an EJB, the software development tool generates source code for the EJB that has a name that corresponds to the selected data structure (step 2136 ). In FIG. 27 , the software development tool displays a portion of the source code for the EJB 2702 in the textual pane 2706 . The source code for the EJB in its entirety as generated by the software development tool is shown in FIG. 28 . As illustrated in FIGS. 27 and 28 , the software development tool generates source code 2702 that has a name 2704 “DEPARTMENTBean” which corresponds to the selected data structure 2404 , “DEPARTMENT,” shown in FIG. 24 .
  • the software development tool also generates new code for the EJB that includes an attribute that is related to an attribute field in the portion of the selected data structure (step 2138 ). As shown in FIG. 27 , the software development tool generates an attribute 2708 in code 2702 corresponding to the displayed EJB 2712 that is related to an attribute field in the portion of the selected data structure 2404 . In addition, the software development tool generates other new code for the RIB that includes a method that accesses the related attribute field in the portion of the selected data structure (step 2140 ). As illustrated in FIG.
  • the software development tool generates other new code for the EJB that includes a method 2710 (“getDepartment_ID( ) long”) that accesses the related attribute field in the portion of the selected data structure 2404 .
  • the software development tool again saves a developer time and effort by providing an EJB that has attributes that mirror the attribute fields of the selected data structure and that has methods that access the attributes.
  • the developer can then add other code specifically for referencing the data structure and using business related information contained therein to perform a specific function, such as remotely accessing a car parts inventory and generating an automated order to re-supply a customer when certain parts are found to be low.
  • the software development tool also adds the identification associated with the selected data structure as a comment in the source code for the EJB (step 2142 ).
  • the software development tool then associates the access information with the source code of the class (step 2144 ).
  • the software development tool enables the data structure to be accessed again without prompting a developer for the selected data structure or access information.
  • the software development tool may associate the access information with the source by storing the access information with the identification of the selected data structure in a configuration file.
  • the software development tool may associate the access information with the source code by storing the access information with the identification of the data structure as a comment 2804 in the source code of the EJB.
  • the software development tool Having generated the source code of the EJB to correspond to the selected data structure, the software development tool displays a graphical representation of the source code of the EJB (step 2146 ). As shown in FIG. 27 , the software development tool graphically represents source code corresponding to the EJB 2702 , 2802 in the diagram 2712 .
  • FIGS. 29A-B a flow diagram is shown that illustrates an exemplary process performed by the software development tool for updating an object-oriented element from a related data structure.
  • the software development tool receives an indication of an object-oriented element (step 2902 ) and receives an indication to update the object-oriented element (step 2904 ).
  • the indication of the object-oriented element is the last element selected on the textual pane 3002 .
  • the object-oriented element may be any object-oriented element in the project that is related to a data structure or that has been previously formed from a data structure.
  • the software development tool retrieves the identification of the data structure that is related to the object-oriented element (step 2906 ).
  • the software development tool searches a source code file associated with the object-oriented element for the identification of the data structure.
  • the software development tool is able to check comment fields within the source code of the object-oriented element for a predefined delimiter that identifies the data structure that is related to the object-oriented element.
  • the software development tool may associate the name of the source code or object-oriented element with the identification of the data structure.
  • the software development tool also retrieves access information for a database that stores the selected data structure (step 2908 ).
  • the access information is stored in association with the identification of the data structure in a configuration file for the project.
  • the access information is stored in association with the identification of the data structure in the source code of the object-oriented element. In either implementation, the software development tool is able to locate the access information based on the retrieved identification of the data structure.
  • the software development tool retrieves a portion of the data structure by accessing the database using the retrieved access information (step 2910 ).
  • the portion retrieved by the software development tool includes each attribute field in the data structure.
  • the software development tool is able to update the object-oriented element by removing an attribute that has been added to the data structure since the object-oriented element was formed from the data structure.
  • the software development tool is able to update the object-oriented element by adding an attribute that corresponds to an attribute field added to the data structure since the object-oriented element was formed.
  • the software development tool 610 determines whether each attribute in the object-oriented element has been checked (step 2912 ). If each attribute in the object-oriented element has not been checked, the software development tool selects the next attribute, starting with the first attribute (step 2913 ). The software development tool then determines whether the next attribute in the object-oriented element is associated with an attribute field in the data structure (step 2914 ). If the next attribute in the object-oriented element is not associated with the attribute field from the data structure, the software development tool removes the next attribute from the source code of the object-oriented element (step 2916 ). In one implementation, the software development tool removes the next attribute and a method that accesses the next attribute.
  • the software development tool determines whether each attribute in the data structure has been checked (step 2918 ). If each attribute in the object-oriented element has not been checked, the software development tool selects the next attribute field, starting with the first attribute field (step 2919 ). The software development tool then determines whether the next attribute field in the data structure is associated with an attribute in the source code of the object-oriented element (step 2920 ). If the next attribute field in the data structure is not associated with an attribute in the source code of the object-oriented element, the software development tool adds the attribute to the source code of the object-oriented element (step 2922 ).
  • the software development tool displays a graphical representation of the object-oriented element to reflect the update to the data structure (step 2924 ). For example, in FIG. 30 a user interface 3000 is displayed by the software development tool in response to the updating of source code 2802 associated with the EJB (graphically depicted as 2712 in FIG. 27 ) to the data structure “DEPARTMENT.” The data structure “DEPARTMENT” had previously been used to form the EJB 2712 as illustrated in FIG. 27 .
  • the software development tool removes the first attribute 2714 , “public String NAME” (depicted in FIG. 27 ), and adds the second attribute 3004 , “public int NAME” (depicted in FIG.
  • the diagram 3006 (i.e., the graphical representation of the source code for the EJB) reflects the deletion of the first attibute 2714 and the addition of the second attribute 3404 .
  • the software development tool is able to quickly update the EJB to the data structure to resynchronize attributes of the data structure to the EJB.
  • the software development tool may perform the process in FIGS. 29A-B for other object-oriented elements, such as a persistent class.
  • FIGS. 31A-B depicts a flow diagram illustrating an exemplary process performed by the software development tool for forming a data structure used in distributed computing from source code of an object-oriented element.
  • the software development tool receives a request to form a new data structure in a database (step 3102 ).
  • the type of data structure to be formed may correspond to any known data structure used for distributed computing, such as a table in a database.
  • the software development tool may receive the request from a programmer via any known programming input technique, such as a keyboard input or a menu selection 3202 on a user interface 3200 .
  • any known programming input technique such as a keyboard input or a menu selection 3202 on a user interface 3200 .
  • the software development tool receives the indication that the type of data structure to form is a Data Description Language (DDL) file.
  • the Data Description Language is a known language recognized by a known DBMS for describing a table in a database.
  • the DDL file may be transmitted by the software development tool to the DBMS 2018 generate a table in the database 2016 .
  • the software development tool also receives an indication of an object-oriented element to use to form the data structure in the database (step 3104 ).
  • the programmer may indicate to the software development tool that the object-oriented element is an EJB 3302 or a persistent class 3304 that has a name 3306 depicted graphically in a diagram on the graphical pane 3308 .
  • the software development tool may receive the indication that the last selected object-oriented element (e.g., the EJB graphically depicted as 3310 ) on the graphical pane 3308 is to be used to form the data structure in the database.
  • the software development tool also receives access information for the database (step 3106 ).
  • the software development tool receives access information 3402 for the database, where access information includes an identification 3404 of the database management system 2018 , a driver 3406 for the software development tool to use to communicate with the database 2016 via the database management system 2018 , and a network address 2308 (i.e., URL) for the database 2016 on the database server system 2004 .
  • access information includes an identification 3404 of the database management system 2018 , a driver 3406 for the software development tool to use to communicate with the database 2016 via the database management system 2018 , and a network address 2308 (i.e., URL) for the database 2016 on the database server system 2004 .
  • the software development tool determines if authorization is required to access the database 2016 (step 3108 ). The software development tool determines if authorization is required based on the identification of the database management system 3404 or by querying the database management system 3404 . If authorization is required, the software development tool receives an access privilege 3410 (step 3110 ), and then determines whether the access privilege 3410 is authorized (step 3112 ).
  • the software development tool generates an attribute field in the data structure from an attribute in the object-oriented element (step 3114 in FIG. 31B ). If the object-oriented element is an EJB, the software development tool generates an attribute field from an attribute that is accessed by a method or operation in the source of the object-oriented element. In one implementation, the software development tool receives an indication 3412 to generate the attribute field in the data structure by accessing the database 2016 via the DBMS 2018 and requesting the formation of the data structure with the attribute field. In another implementation shown in FIG.
  • the software development tool receives an indication 3412 to store the data structure in a file 3502 , such as a Data Definition Language (DDL) file, so that an administrator with the authority to access and modify the database 2016 is able to form the data structure in the database 2016 at a later time.
  • a file 3502 such as a Data Definition Language (DDL) file
  • the software development tool stores an identification of the data structure with the source code of the object-oriented element (step 3116 ). By storing the identification of the data structure with the source code of the object-oriented element, the software development tool is able to easily identify the data structure to update the data structure from the source code of the associated object-oriented element.
  • the software development tool also stores the access information with the identification of the data structure in association with the source code of the object-oriented element (step 3118 ). In one implementation, the identification of the data structure is stored with the access information in a configuration file. In another implementation, the identification of the data structure is stored with the access information as a comment in the source code of the object-oriented element.
  • FIGS. 36A-B a flow diagram is shown that illustrates an exemplary process performed by the software development tool for updating a related data structure from source code of an object-oriented element.
  • the software development tool first receives an indication of a data structure (step 3602 ).
  • the software development tool also receives an indication to update the data structure (step 3604 ).
  • the software development tool then retrieves an identification of an object-oriented element that is related to the data structure (step 3606 ).
  • the software development tool is able to search the source code of each object-oriented element in the project for the identification of the data structure.
  • the identification of the data structure may be stored as the name of the object-oriented element. In another implementation, the identification of the data structure may be stored as a comment in the source code of the object-oriented element.
  • the software development tool retrieves access information for a database that contains the data structure (step 3608 ).
  • the software development tool may retrieve the access information from a configuration file where it is stored in association with the identification of the data structure.
  • the software development tool may retrieve the access information with the identification of the data structure from a comment in the source code of the object-oriented element.
  • the software development tool retrieves a portion of the data structure by accessing the database using the retrieved access information (step 3610 ).
  • the portion retrieved by the software development tool includes each attribute field in the data structure.
  • the software development tool is able to update the data structure by removing an attribute field that has been removed from the source code of the object-oriented element since the data structure was formed.
  • the software development tool is able to update the data structure by adding an attribute that corresponds to an attribute field added to the data structure since the object-oriented element was formed.
  • the software development tool determines whether each attribute field in the data structure has been checked (step 3612 in FIG. 36B ). If each attribute field in the data structure element has not been checked, the software development tool selects the next attribute field, starting with the first attribute field (step 3613 ). The software development tool then determines whether the next attribute field in the data structure is associated with an attribute in the source code of the object-oriented element (step 3614 ). If the next attribute field in the data structure is not associated with an attribute in the source code of the object-oriented element, the software development tool removes the next attribute field from the data structure (step 3616 ).
  • the software development tool determines whether each attribute in the object-oriented element has been checked (step 3618 ). If each attribute in the object-oriented element has not been checked, the software development tool selects the next attribute, starting with the first attribute (step 3619 ). If each attribute in the object-oriented element has not been checked, the software development tool determines whether an attribute in the object-oriented element is associated with an attribute field in the data structure (step 3820 ). The software development tool then adds the attribute field to the data structure (step 3622 ).

Abstract

Methods and systems consistent with the present invention provide an improved software development tool that generates code corresponding to a distributed computing component that contains methods of a plurality of types and that displays a graphical representation of the code with a separately delineated display area for each type. The improved software development tool also compiles, deploys, and debugs the distributed computing component with a client software component using methods and systems consistent with the present invention.

Description

    CROSS REFERENCE TO RELATED APPLICATIONS
  • This application is a continuation of U.S. patent application Ser. No. 09/839,526, filed Apr. 20, 2001 (Attorney Docket No. BOR-006) entitled “Methods and Systems for Relating Data Structures and Object-Oriented Elements for Distributed Computing,” which is a continuation-in-part of U.S. patent application Ser. No. 09/680,063, filed Oct. 4, 2000 (Attorney Docket No. BOR-094A1) entitled “Method and System for Developing Software,” now U.S. Pat. No. 6,851,107, which claims priority to U.S. Patent Application No. 60/199,046, filed Apr. 21, 2000 (Attorney Docket No. BOR-052P) entitled “Software Development Tool” and to U.S. Provisional Patent Application No. 60/157,826, filed Oct. 5, 1999 (Attorney Docket No. BOR-094P) entitled “Visual Unified Modeling Language Development Tool,” and is related to U.S. patent application Ser. No. 09/839,525, now U.S. Pat. No. 6,983,446, entitled “Methods and Systems for Finding Specific Line Of Source Code,” (Attorney Docket No. BOR-049), filed Apr. 20, 2001, to U.S. patent application Ser. No. 09/839,645, now U.S. Pat. No. 6,976,243, entitled “Methods and Systems for Finding and Displaying Linked Objects,” (Attorney Docket No. BOR-057), filed Apr. 20, 2001, to U.S. patent application Ser. No. 09/839,527, now U.S. Pat. No. 7,055,131, entitled “Methods and Systems for Animating the Interaction of Objects in an Object Oriented Program,” (Attorney Docket No. BOR-053), filed Apr. 20, 2001, to U.S. patent application Ser. No. 09/839,646, now U.S. Pat. No. 7,051,316, entitled “Distributed Computing Component System with Diagrammatic Graphical Representation of Code with Separate Delineated Display Area by Type,” (Attorney Docket. No. BOR-094A1CIP), filed Apr. 20, 2001, to U.S. patent application Ser. No. 09/838,580, now U.S. Pat. No. 6,993,759, entitled “Diagrammic Control of Software in a Version Control System,” (Attorney Docket No. BOR-046), filed Apr. 20, 2001, to U.S. patent application Ser. No. 09/838,578, now U.S. Pat. No. 7,114,149, entitled “Navigation Links in Generated Document,” (Attorney Docket No. BOR-051CIP1), filed Apr. 20, 2001, to U.S. patent application Ser. No. 09/839,644, now U.S. Pat. No. 7,055,130, entitled “Methods and Systems for Identifying Dependencies Between Object-Oriented Elements,” (Attorney Docket No. BOR-047), filed Apr. 20, 2001, and to U.S. patent application Ser. No. 09/839,524, now U.S. Pat. No. 7,188,332, entitled “Methods and Systems for Relating a Data Definition File and a Data Model for Distributed Computing,” (Attorney Docket No, BOR-051CIP3), filed Apr. 20, 2001, all of which are hereby incorporated by reference.
  • FIELD OF INVENTION
  • The present invention relates generally to data processing systems and, more particularly, to methods and systems for relating data structures and object-oriented elements for distributed computing.
  • BACKGROUND OF THE INVENTION
  • Computer instructions are written in source code. Although a skilled programmer can understand source code to determine what the code is designed to accomplish, with highly complex software systems, a graphical representation or model of the source code is helpful to organize and visualize the structure and components of the system. Using models, the complex systems are easily identified, and the structural and behavioral patterns can be visualized and documented.
  • The well-known Unified Modeling Language (UML) is a general-purpose notational language for visualizing, specifying, constructing, and documenting complex software systems. UML is used to model systems ranging from business information systems to Web-based distributed systems, to real-time embedded systems. UML formalizes the notion that real-world objects are best modeled as self-contained entities that contain both data and functionality. UML is more clearly described in the following references, which are incorporated herein by reference: (1) Martin Fowler, UML Distilled Second Edition: Applying the Standard Object Modeling Language, Addison-Wesley (1999); (2) Booch, Rumbaugh, and Jacobson, The Unified Modeling Language User Guide, Addison-Wesley (1998); (3) Peter Coad, Jeff DeLuca, and Eric Lefebvre, Java Modeling in Color with UML: Enterprise Components and Process, Prentice Hall (1999); and (4) Peter Coad, Mark Mayfield, and Jonathan Kern, Java Design: Building Better Apps & Applets (2 nd Ed.), Prentice Hall (1998).
  • As shown in FIG. 1, conventional software development tools 100 allow a programmer to view UML 102 while viewing source code 104. The source code 104 is stored in a file, and a reverse engineering module 106 converts the source code 104 into a representation of the software project in a database or repository 108. The software project comprises source code 104 in at least one file which, when compiled, forms a sequence of instructions to be run by the data processing system. The repository 108 generates the UML 102. If any changes are made to the UML 102, they are automatically reflected in the repository 108, and a code generator 110 converts the representation in the repository 108 into source code 104. Such software development tools 100, however, do not synchronize the displays of the UML 102 and the source code 104. Rather, the repository 108 stores the representation of the software project while the file stores the source code 104. A modification in the UML 102 does not appear in the source code 104 unless the code generator 110 re-generates the source code 104 from the data in the repository 108. When this occurs, the entire source code 104 is rewritten. Similarly, any modifications made to the source code 104 do not appear in the UML 102 unless the reverse engineering module 106 updates the repository 108. As a result, redundant information is stored in the repository 108 and the source code 104. In addition, rather than making incremental changes to the source code 104, conventional software development tools 100 rewrite the overall source code 104 when modifications are made to the UML 102, resulting in wasted processing time. This type of manual, large-grained synchronization requires either human intervention, or a “batch” style process to try to keep the two views (the UML 102 and the source code 104) in sync. Unfortunately, this approach, adopted by many tools, leads to many undesirable side-effects; such as desired changes to the source code being overwritten by the tool. A further disadvantage with conventional software development tools 100 is that they are designed to only work in a single programming language. Thus, a tool 100 that is designed for Java.™. programs cannot be utilized to develop a program in C++. There is a need in the art for a tool that avoids the limitations of these conventional software development tools.
  • SUMMARY OF THE INVENTION
  • Methods and systems consistent with the present invention provide an improved software development tool that overcomes the limitations of conventional software development tools. The improved software development tool of the present invention allows a developer to simultaneously view a graphical and a textual display of source code. The graphical and textual views are synchronized so that a modification in one view is automatically reflected in the other view. The software development tool is designed for use with more than one programming language.
  • The software development tool also saves a developer time and effort in producing error free code. The software development tool significantly reduces programming development time for a developer by allowing the developer to generate or update source code for an object-oriented element, such as a class or a distributed computing component, from a data structure. Similarly, the software development tool saves a developer time that would be spent manually creating a data structure to map to a previously developed object-oriented element by allowing the developer to form or update a data structure from the object-oriented element.
  • In accordance with methods consistent with the present invention, a method is provided in a data processing system. The data processing system has a memory device with source code and a secondary storage device with a data structure corresponding to the source code. The method comprises the steps of receiving an indication that the data structure has been modified, and automatically reflecting the modification in the source code so as to avoid completely regenerating the source code.
  • In accordance with methods consistent with the present invention, a method is provided in a data processing system. The data processing system has a memory device with source code and a secondary storage device with a data structure corresponding to the source code. The method comprises the steps of receiving an indication that the source code has been modified, and automatically reflecting the modification in the data structure so as to avoid completely regenerating the data structure.
  • In accordance with articles of manufacture consistent with the present invention, a computer-readable medium is provided. The computer-readable medium contains instructions for controlling a data processing system to perform a method. The data processing system has a memory device with source code and a secondary storage device with a data structure corresponding to the source code. The method comprises the steps of receiving an indication that the data structure has been modified, and automatically reflecting the modification in the source code so as to avoid completely regenerating the source code.
  • In accordance with articles of manufacture consistent with the present invention, a computer-readable medium is provided. The computer-readable medium contains instructions for controlling a data processing system to perform a method. The data processing system has a memory device with source code and a secondary storage device with a data structure corresponding to the source code. The method comprises the steps of receiving an indication that the source code has been modified, and automatically reflecting the modification in the data structure so as to avoid completely regenerating the data structure.
  • Additional implementations are directed to systems and computer devices incorporating the methods described above. It is also to be understood that both the foregoing general description and the detailed description to follow are exemplary and explanatory only and are not restrictive of the invention, as claimed.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate an implementation of the invention and, together with the description, serve to explain the advantages and principles of the invention. In the drawings,
  • FIG. 1 depicts a conventional software development tool;
  • FIG. 2 depicts an overview of a software development tool in accordance with the present invention;
  • FIG. 3 depicts a data structure of the language-neutral representation created by the software development tool of FIG. 2;
  • FIG. 4 depicts representative source code;
  • FIG. 5 depicts the data structure of the language-neutral representation of the source code of FIG. 4;
  • FIG. 6 depicts a data processing system suitable for practicing the present invention;
  • FIG. 7 depicts an architectural overview of the software development tool of FIG. 2;
  • FIG. 8A depicts a user interface displayed by the software development tool depicted in FIG. 2, where the user interface displays a list of predefined criteria which the software development tool checks in the source code;
  • FIG. 8B depicts a user interface displayed by the software development tool depicted in FIG. 2, where the user interface displays the definition of the criteria which the software development tool checks in the source code, and an example of source code which does not conform to the criteria;
  • FIG. 8C depicts a user interface displayed by the software development tool depicted in FIG. 2, where the user interface displays an example of source code which conforms to the criteria which the software development tool checks in the source code;
  • FIG. 9 depicts a flow diagram of the steps performed by the software development tool depicted in FIG. 2;
  • FIGS. 10A and 10B depict a flow diagram illustrating the update model step of FIG. 9;
  • FIG. 11 depicts a flow diagram of the steps performed by the software development tool in FIG. 2 when creating a class;
  • FIG. 12 depicts a user interface displayed by the software development tool depicted in FIG. 2, where the user interface displays a use case diagram of source code;
  • FIG. 13 depicts a user interface displayed by the software development tool depicted in FIG. 2, where the user interface displays both a class diagram and a textual view of source code;
  • FIG. 14 depicts a user interface displayed by the software development tool depicted in FIG. 2, where the user interface displays a sequence diagram of source code;
  • FIG. 15 depicts a user interface displayed by the software development tool depicted in FIG. 2, where the user interface displays a collaboration diagram of source code;
  • FIG. 16 depicts a user interface displayed by the software development tool depicted in FIG. 2, where the user interface displays a statechart diagram of source code;
  • FIG. 17 depicts a user interface displayed by the software development tool depicted in FIG. 2, where the user interface displays an activity diagram of source code;
  • FIG. 18 depicts a user interface displayed by the software development tool depicted in FIG. 2, where the user interface displays a component diagram of source code;
  • FIG. 19 depicts a user interface displayed by the software development tool depicted in FIG. 2, where the user interface displays a deployment diagram of source code;
  • FIG. 20 depicts an exemplary data processing system in which the improved software development tool depicted in FIG. 2 may operate;
  • FIGS. 21A-C depicts a flow diagram illustrating an exemplary process performed by the software development tool for generating source code for an object-oriented element from a data structure in a database;
  • FIG. 22 depicts a user interface displayed by the software development tool for receiving a request to access a database;
  • FIG. 23 depicts a user interface displayed by the software development tool for receiving access information for the database;
  • FIG. 24 depicts a user interface displayed by the software development tool, where the user interface displays an identification of each data structure stored in the database;
  • FIG. 25 depicts a user interface displayed by the software development tool, where the user interface displays an indication of a type of object-oriented element to form from the database;
  • FIG. 26 depicts a user interface displayed by the software development tool, where the user interface displays source code for a class that is generated from a selected data structure in the database;
  • FIG. 27 depicts a user interface displayed by the software development tool depicted, where the user interface displays source code for a Enterprise JavaBean.™. that is generated from a selected data structure in the database;
  • FIG. 28 displays the source code for the Enterprise JavaBean.™. in FIG. 27 that is generated by the software development tool;
  • FIGS. 29A-B depict a flow diagram illustrating an exemplary process performed by the software development tool for updating an object-oriented element from a related data structure in a database;
  • FIG. 30 depicts a user interface displayed by the software development tool, where the user interface displays source code for a distributed computing component that is updated from the related data structure in the database;
  • FIGS. 31A-B depict a flow diagram illustrating an exemplary process performed by the software development tool for forming a data structure in a database from source code of an object-oriented element.
  • FIG. 32 depicts a user interface displayed by the software development tool for receiving a request to form a data structure in a database;
  • FIG. 33 depicts a user interface displayed by the software development tool for receiving an indication of an object-oriented element to use to form the data structure;
  • FIG. 34 depicts a user interface displayed by the software development tool for receiving access information for the database and for receiving a request to generate the data structure in the database;
  • FIG. 35 depicts a user interface displayed by the software development tool depicted, where the user interface displays a location for storing the data structure formed from source code of the object-oriented element; and
  • FIGS. 36A-B depict a flow diagram illustrating an exemplary process performed by the software development tool for updating a data structure in a database from a related object-oriented element; and
  • FIG. 37 depicts an Enterprise JavaBean™ server interacting with other systems.
  • Reference will now be made in detail to the description of the invention as illustrated in the drawings. While the invention will be described in connection with these drawings, there is no intent to limit it to the embodiment or embodiments disclosed therein. On the contrary, the intent is to cover all alternatives, modifications, and equivalents included within the spirit and scope of the invention as defined by the appended claims.
  • DETAILED DESCRIPTION
  • Methods and systems consistent with the present invention provide an improved software development tool that creates a graphical representation of source code regardless of the programming language in which the code is written. In addition, the software development tool simultaneously reflects any modifications to the source code to both the display of the graphical representation as well as the textual display of the source code.
  • As depicted in FIG. 2, source code 202 is being displayed in both a graphical form 204 and a textual form 206. In accordance with methods and systems consistent with the present invention, the improved software development tool generates a transient meta model (TMM) 200 which stores a language-neutral representation of the source code 202. The graphical 204 and textual 206 representations of the source code 202 are generated from the language-neutral representation in the TMM 200. Alternatively, the textual view 206 of the source code may be obtained directly from the source code file. Although modifications made on the displays 204 and 206 may appear to modify the displays 204 and 206, in actuality all modifications are made directly to the source code 202 via an incremental code editor (ICE) 208, and the TMM 200 is used to generate the modifications in both the graphical 204 and the textual 206 views from the modifications to the source code 202.
  • The improved software development tool provides simultaneous round-trip engineering, i.e., the graphical representation 204 is synchronized with the textual representation 206. Thus, if a change is made to the source code 202 via the graphical representation 204, the textual representation 206 is updated automatically. Similarly, if a change is made to the source code 202 via the textual representation 206, the graphical representation 204 is updated to remain synchronized. There is no repository, no batch code generation, and no risk of losing code.
  • The data structure 300 of the language-neutral representation is depicted in FIG. 3. The data structure 300 comprises a Source Code Interface (SCI) model 302, an SCI package 304, an SCI class 306, and an SCI member 308. The SCI model 302 is the source code organized into packages. The SCI model 302 corresponds to a directory for a software project being developed by the user, and the SCI package 304 corresponds to a subdirectory. The software project comprises the source code in at least one file that is compiled to form a sequence of instructions to be run by a data processing system. The data processing system is discussed in detail below. As is well known in object-oriented programming, the class 306 is a category of objects which describes a group of objects with similar properties (attributes), common behavior (operations or methods), common relationships to other objects, and common semantics. The members 308 comprise attributes and/or operations.
  • For example, the data structure 500 for the source code 400 depicted in FIG. 4 is depicted in FIG. 5. UserInterface 402 is defined as a package 404. Accordingly, UserInterface 402 is contained in SCI package 502. Similarly, Bank 406, which is defined as a class 408, is contained in SCI class 504, and Name 410 and Assets 412, which are defined as attributes (strings 414), are contained in SCI members 506. Since these elements are in the same project, all are linked. The data structure 500 also identifies the language in which the source code is written 508, e.g., the Java.™. language.
  • FIG. 6 depicts a data processing system 600 suitable for practicing methods and systems consistent with the present invention. Data processing system 600 comprises a memory 602, a secondary storage device 604, an I/O device 606, and a processor 608. Memory 602 includes the improved software development tool 610. The software development tool 610 is used to develop a software project 612, and create the TMM 200 in the memory 602. The project 612 is stored in the secondary storage device 604 of the data processing system 600. One skilled in the art will recognize that data processing system 600 may contain additional or different components.
  • Although aspects of the present invention are described as being stored in memory, one skilled in the art will appreciate that these aspects can also be stored on or read from other types of computer-readable media, such as secondary storage devices, like hard disks, floppy disks or CD-ROM; a carrier wave from a network, such as Internet; or other forms of RAM or ROM either currently known or later developed.
  • FIG. 7 illustrates an architectural overview of the improved software development tool 610. The tool 610 comprises a core 700, an open application program interface (API) 702, and modules 704. The core 700 includes a parser 706 and an ICE 208. The parser 706 converts the source code into the language-neutral representation in the TMM, and the ICE 208 converts the text from the displays into source code. There are three main packages composing the API 702: Integrated Development Environment (IDE) 708; Read-Write Interface (RWI) 710; and Source Code Interface (SCI) 712. Each package includes corresponding subpackages. As is well known in the art, a package is a collection of classes, interfaces, attributes, notifications, operations, or behaviors that are treated as a single module or program unit.
  • IDE 708 is the API 702 needed to generate custom outputs based on information contained in a model. It is a read-only interface, i.e., the user can extract information from the model, but not change the model. IDE 708 provides the functionality related to the model's representation in IDE 708 and interaction with the user. Each package composing the IDE group has a description highlighting the areas of applicability of this concrete package.
  • RWI 710 enables the user to go deeper into the architecture. Using RWI 710, information can be extracted from and written to the models. RWI not only represents packages, classes and members, but it may also represent different diagrams (class diagrams, use case diagrams, sequence diagrams and others), links, notes, use cases, actors, states, etc.
  • SCI 712 is at the source code level, and allows the user to work with the source code almost independently of the language being used.
  • There are a variety of modules 704 in the software development tool 610 of the present invention. Some of the modules 704 access information to generate graphical and code documentation in custom formats, export to different file formats, or develop patterns. The software development tool also includes a quality assurance (QA) module which monitors the modifications to the source code and calculates various complexity metrics, i.e., various measurements of the program's performance or efficiency, to support quality assurance. The types of metrics calculated by the software development tool include basic metrics, cohesion metrics, complexity metrics, coupling metrics, Halstead metrics, inheritance metrics, maximum metrics, polymorphism metrics, and ratio metrics. Examples of these metrics with their respective definitions are identified in Tables 1-9 below.
  • TABLE 1
    Basic Metrics
    Basic Metrics Description
    Lines Of Code Counts the number of code lines.
    Number Of Attributes Counts the number of attributes. If a class has a high number of
    attributes, it may be appropriate to divide it into subclasses.
    Number Of Classes Counts the number of classes.
    Number Of Import Counts the number of imported packages/classes. This measure
    Statements can highlight excessive importing, and also can be used as a
    measure of coupling.
    Number Of Members Counts the number of members, i.e., attributes and operations. If
    a class has a high number of members, it may be appropriate to
    divide it into subclasses.
    Number Of Operations Counts the number of operations. If a class has a high, number of
    operations, it may be appropriate to divide it into subclasses.
  • TABLE 2
    Cohesion Metrics
    Cohesion Metrics Description
    Lack Of Cohesion Of Takes each pair of methods in the class and determines the set of
    Methods 1 fields they each access. A low value indicates high coupling
    between methods, which indicates potentially low reusability and
    increased testing because many methods can affect the same
    attributes.
    Lack Of Cohesion Of Counts the percentage of methods that do not access a specific
    Methods
    2 attribute averaged over all attributes in the class. A high value of
    cohesion (a low lack of cohesion) implies that the class is well
    designed.
    Lack Of Cohesion Of Measures the dissimilarity of methods in a class by attributes. A
    Methods 3 low value indicates good class subdivision, implying simplicity
    and high reusability. A high lack of cohesion increases
    complexity, thereby increasing the likelihood of errors during the
    development process.
  • TABLE 3
    Complexity Metrics
    Complexity Metrics Description
    Attribute Complexity Defined as the sum of each attribute's value in the class.
    Cyclomatic Represents the cognitive complexity of the class. It counts the
    Complexity number of possible paths through an algorithm by counting the
    number of distinct regions on a flowgraph, i.e., the number of ‘if,’
    ‘for’ and ‘while’ statements in the operation's body.
    Number Of Remote Processes all of the methods and constructors, and counts the
    Methods number of different remote methods called. A remote method is
    defined as a method which is not declared in either the class itself
    or its ancestors.
    Response For Class Calculated as ‘Number of Local Methods’ + ‘Number of Remote
    Methods.’ A class which provides a larger response set is
    considered to be more complex and requires more testing than
    one with a smaller overall design complexity.
    Weighted Methods Per The sum of the complexity of all methods for a class, where each
    Class 1 method is weighted by its cyclomatic complexity. The number of
    methods and the complexity of the methods involved is a
    predictor of how much time and effort is required to develop and
    maintain the class.
    Weighted Methods Per Measures the complexity of a class, assuming that a class with
    Class 2 more methods than another is more complex, and that a method
    with more parameters than another is also likely to be more
    complex.
  • TABLE 4
    Coupling Metrics
    Coupling Metrics Description
    Coupling Between Represents the number of other classes to which a class is
    Objects coupled. Counts the number of reference types that are used in
    attribute declarations, formal parameters, return types, throws
    declarations and local variables, and types from which attribute
    and method selections are made.
    Excessive coupling between objects is detrimental to modular
    design and prevents reuse. The more independent a class is, the
    easier it is to reuse it in another application. In order to improve
    modularity and promote encapsulation, inter-object class couples
    should be kept to a minimum. The larger the number of couples,
    the higher the sensitivity to changes in other parts of the design,
    and therefore maintenance is more difficult. A measure of
    coupling is useful to determine how complex the testing of
    various parts of a design is likely to be. The higher the inter-
    object class coupling, the more rigorous the testing needs to be.
    Data Abstraction Counts the number of reference types used in the attribute
    Coupling declarations.
    FanOut Counts the number of reference types that are used in attribute
    declarations, formal parameters, return types, throws declarations
    and local variables.
  • TABLE 5
    Halstead Metrics
    Halstead Metrics Description
    Halstead Difficulty This measure is one of the Halstead Software Science metrics. It
    is calculated as (‘Number of Unique Operators’/‘Number of
    Unique Operands’) * (‘Number of Operands’/‘Number of
    Unique Operands’).
    Halstead Effort This measure is one of the Halstead Software Science metrics. It
    is calculated as ‘Halstead Difficulty’ * ‘Halstead Program
    Volume.’
    Halstead Program This measure is one of the Halstead Software Science metrics. It
    Length is calculated as ‘Number of Operators’ + ‘Number of Operands.’
    Halstead Program This measure is one of the Halstead Software Science metrics. It
    Vocabulary is calculated as ‘Number of Unique Operators’ + ‘Number of
    Unique Operands.’
    Halstead Program This measure is one of the Halstead Software Science metrics. It
    Volume is calculated as ‘Halstead Program Length’ * Log2(‘Halstead
    Program Vocabulary’).
    Number Of Operands This measure is used as an input to the Halstead Software Science
    metrics. It counts the number of operands used in a class.
    Number Of Operators This measure is used as an input to the Halstead Software Science
    metrics. It counts the number of operators used in a class.
    Number Of Unique This measure is used as an input to the Halstead Software Science
    Operands metrics. It counts the number of unique operands used in a class.
    Number Of Unique This measure is used as an input to the Halstead Software Science
    Operators metrics. It counts the number of unique operators used in a class.
  • TABLE 6
    Inheritance Metrics
    Inheritance Metrics Description
    Depth Of Inheritance Counts how far down the inheritance hierarchy a class or
    Hierarchy interface is declared. High values imply that a class is quite
    specialized.
    Number Of Child Counts the number of classes which inherit from a particular
    Classes class, i.e., the number of classes in the inheritance tree down from
    a class. Non-zero value indicates that the particular class is being
    re-used. The abstraction of the class may be poor if there are too
    many child classes. It should also be stated that a high value of
    this measure points to the definite amount of testing required for
    each child class.
  • TABLE 7
    Maximum Metrics
    Maximum Metrics Description
    Maximum Number Of Counts the maximum depth of ‘if,’ ‘for’ and ‘while’ branches in
    Levels the bodies of methods. Logical units with a large number of
    nested levels may need implementation simplification and
    process improvement because groups that contain more than
    seven pieces of information are increasingly harder for people to
    understand in problem solving.
    Maximum Number Of Displays the maximum number of parameters among all class
    Parameters operations. Methods with many parameters tend to be more
    specialized and, thus, are less likely to be reusable.
    Maximum Size Of Counts the maximum size of the operations for a class. Method
    Operation size is determined in terms of cyclomatic complexity, i.e., the
    number of ‘if,’ ‘for’ and ‘while’ statements in the operation's
    body.
  • TABLE 8
    Polymorphism Metrics
    Polymorphism
    Metrics Description
    Number Of Added Counts the number of operations added by a class. A large value
    Methods of this measure indicates that the functionality of the given class
    becomes increasingly distinct from that of the parent classes. In
    this case, it should be considered whether this class genuinely
    should be inheriting from the parent, or if it could be broken
    down into several smaller classes.
    Number Of Counts the number of inherited operations which a class
    Overridden Methods overrides. Classes without parents are not processed. High
    values tend to indicate design problems, i.e., subclasses should
    generally add to and extend the functionality of the parent classes
    rather than overriding them.
  • TABLE 9
    Ratio Metrics
    Ratio Metrics Description
    Comment Ratio Counts the ratio of comments to total lines of code including
    comments.
    Percentage Of Package Counts the percentage of package members in a class.
    Members
    Percentage Of Private Counts the percentage of private members in a class.
    Members
    Percentage Of Counts the percentage of protected members in a class.
    Protected Members
    Percentage Of Public Counts the proportion of vulnerable members in a class. A large
    Members proportion of such members means that the class has high
    potential to be affected by external classes and means that
    increased efforts will be needed to test such a class thoroughly.
    True Comment Ratio Counts the ratio of comments to total lines of code excluding
    comments.
  • The QA module also provides audits, i.e., the module checks for conformance to pre-defined or user-defined styles. The types of audits provided by the module include coding style, critical errors, declaration style, documentation, naming style, performance, possible errors and superfluous content. Examples of these audits with their respective definitions are identified in Tables 10-17 below.
  • TABLE 10
    Coding Style Audits
    Coding Style Audits Description
    Access Of Static Static members should be referenced through class names rather
    Members Through than through objects.
    Objects
    Assignment to Formal Formal parameters should not be assigned.
    Parameters
    Complex Assignment Checks for the occurrence of multiple assignments and
    assignments to variables within the same expression. Complex
    assignments should be avoided since they decrease program
    readability.
    Don't Use the The negation operator slows down the readability of the program.
    Negation Operator Thus, it is recommended that it not be used frequently.
    Frequently
    Operator ‘?:’ May Not The operator ‘?:’ makes the code harder to read than the
    Be Used alternative form with an if-statement.
    Provide Incremental In Checks if the third argument of the ‘for’-statement missing.
    For-Statement or use
    while-statement
    Replacement For Demand import-declarations must be replaced by a list of single
    Demand Imports import-declarations that are actually imported into the
    compilation unit. In other words, import-statements may not end
    with an asterisk.
    Use Abbreviated Use the abbreviated assignment operator in order to write
    Assignment Operator programs more rapidly. Also some compilers run faster with the
    abbreviated assignment operator.
    Use ‘this’ Explicitly Tries to make the developer use ‘this’ explicitly when trying to
    To Access Class access class members. Using the same class member names with
    Members parameter names often makes what the developer is referring to
    unclear.
  • TABLE 11
    Critical Errors Audits
    Critical Errors Audits Description
    Avoid Hiding Detects when attributes declared in child classes hide inherited
    Inherited Attributes attributes.
    Avoid Hiding Detects when inherited static operations are hidden by child
    Inherited Static classes.
    Methods
    Command Query Prevents methods that return a value from a modifying state. The
    Separation methods used to query the state of an object must be different
    from the methods used to perform commands (change the state of
    the object).
    Hiding Of Names Declarations of names should not hide other declarations of the
    same name.
    Inaccessible Overload resolution only considers constructors and methods that
    Constructor Or are visible at the point of the call. If, however, all the
    Method Matches constructors and methods were considered, there may be more
    matches. This rule is violated in this case.
    Imagine that ClassB is in a different package than ClassA. Then
    the allocation of ClassB violates this rule since the second
    constructor is not visible at the point of the allocation, but it still
    matches the allocation (based on signature). Also the call to open
    in ClassB violates this rule since the second and the third
    declarations of open are not visible at the point of the call, but it
    still matches the call (based on signature).
    Multiple Visible Multiple declarations with this same name must not be
    Declarations With simultaneously visible except for overloaded methods.
    Same Name
    Overriding a Non- Checks for abstract methods overriding non-abstract methods in a
    Abstract Method With subclass.
    an Abstract Method
    Overriding a Private A subclass should not contain a method with the same name and
    Method signature as in a superclass if these methods are declared to be
    private.
    Overloading Within a A superclass method may not be overloaded within a subclass
    Subclass unless all overloading in the superclass are also overridden in the
    subclass. It is very unusual for a subclass to be overloading
    methods in its superclass without also overriding the methods it is
    overloading. More frequently this happens due to inconsistent
    changes between the superclass and subclass - i.e., the intention
    of the user is to override the method in the superclass, but due to
    the error, the subclass method ends up overloading the superclass
    method.
    Use of Static Attribute Non-final static attributes should not be used in initializations of
    for Initialization attributes.
  • TABLE 12
    Declaration Style Audits
    Declaration Style
    Audits Description
    Badly Located Array Array declarators must be placed next to the type descriptor of
    Declarators their component type.
    Constant Private Private attributes that never get their values changed must be
    Attributes Must Be declared final. By explicitly declaring them in such a way, a
    Final reader of the source code get some information of how the
    attribute is supposed to be used.
    Constant Variables Local variables that never get their values changed must be
    Must Be Final declared final. By explicitly declaring them in such a way, a
    reader of the source code obtains information about how the
    variable is supposed to be used.
    Declare Variables In Several variables (attributes and local variables) should not be
    One Statement Each declared in the same statement.
    Instantiated Classes This rule recommends making all instantiated classes final. It
    Should Be Final checks classes which are present in the object model. Classes
    from search/classpath are ignored.
    List All Public And Enforces a standard to improve readability. Methods/data in your
    Package Members class should be ordered properly.
    First
    Order Of Appearance Checks for correct ordering of modifiers. For classes, this
    Of Modifiers includes visibility (public, protected or private), abstract, static,
    final. For attributes, this includes visibility (public, protected or
    private), static, final, transient, volatile. For operations, this
    includes visibility (public, protected or private), abstract, static,
    final, synchronized, native.
    Put the Main Function Tries to make the program comply with various coding standards
    Last regarding the form of the class definitions.
  • TABLE 13
    Documentation Audits
    Documentation
    Audits Description
    Bad Tag In JavaDoc This rule verifies code against accidental
    Comments use of improper JavaDoc tags.
    Distinguish Between Checks whether the JavaDoc comments in your
    JavaDoc And program ends with ‘**/’ and ordinary C-style
    Ordinary Comments ones with ‘*/.’
  • TABLE 14
    Naming Style Audits
    Naming Style Audits Description
    Class Name Must Checks whether top level classes or
    Match Its File Name interfaces have the same name as the file
    in which they reside.
    Group Operations Enforces standard to improve readability.
    With Same Name
    Together
    Naming Conventions Takes a regular expression and item name and
    reports all occurrences where the pattern does
    not match the declaration.
    Names Of Exception Names of classes which inherit from Exception
    Classes should end with Exception.
    Use Conventional One-character local variable or parameter names
    Variable Names should be avoided, except for temporary and
    looping variables, or where a variable holds an
    undistinguished value of a type.
  • TABLE 15
    Performance Audits
    Performance Audits Description
    Avoid Declaring This rule recommends declaring local variables
    Variables Inside outside the loops since declaring variables
    Loops inside the loop is less efficient.
    Append To String Performance enhancements can be obtained by
    Within a Loop replacing String operations with StringBuffer
    operations if a String object is appended
    within a loop.
    Complex Loop Avoid using complex expressions as repeat
    Expressions conditions within loops.
  • TABLE 16
    Possible Error Audits
    Possible Error Audits Description
    Avoid Public And Declare the attributes either private or protected, and provide
    Package Attributes operations to access or change them.
    Avoid Statements Avoid statements with empty body.
    With Empty Body
    Assignment To For- ‘For’-loop variables should not be assigned.
    Loop Variables
    Don't Compare Avoid testing for equality of floating point numbers since
    Floating Point Types floating-point numbers that should be equal are not always equal
    due to rounding problems.
    Enclosing Body The statement of a loop must always be a block. The ‘then’ and
    Within a Block ‘else’ parts of ‘if’-statements must always be blocks. This makes
    it easier to add statements without accidentally introducing bugs
    in case the developer forgets to add braces.
    Explicitly Initialize Explicitly initialize all variables. The only reason not to initialize
    All Variables a variable is where it's declared is if the initial value depends on
    some computation occurring first.
    Method finalize( ) Calling of super.finalize( ) from finalize( ) is good practice of
    Doesn't Call programming, even if the base class doesn't define the finalize( )
    super.finalize( ) method. This makes class implementations less dependent on
    each other.
    Mixing Logical An expression containing multiple logical operators should be
    Operators Without parenthesized properly.
    Parentheses
    No Assignments In Use of assignment within conditions makes the source code hard
    Conditional to understand.
    Expressions
    Use ‘equals’ Instead The ‘==’ operator used on strings checks if two string objects are
    Of ‘==’ two identical objects. In most situations, however, one likes to
    simply check if two strings have the same value. In these cases,
    the ‘equals’ method should be used.
    Use ‘L’ Instead Of ‘l’ It is better to use uppercase ‘L’ to distinguish the letter ‘l’ from
    at the end of integer the number ‘1’.
    constant
    Use Of the The ‘synchronized’ modifier on methods can sometimes cause
    ‘synchronized’ confusion during maintenance as well as during debugging. This
    Modifier rule therefore recommends against using this modifier, and
    instead recommends using ‘synchronized’ statements as
    replacements.
  • TABLE 17
    Superfluous Content Audits
    Superfluous Content
    Audits Description
    Duplicate Import There should be at most one import declaration that imports a
    Declarations particular class/package.
    Don't Import the No classes or interfaces need to be imported from the package to
    Package the Source which the source code file belongs. Everything in that package is
    File Belongs To available without explicit import statements.
    Explicit Import Of the Explicit import of classes from the package ‘java.lang’ should not
    java.lang Classes be performed.
    Equality Operations Avoid performing equality operations on Boolean operands.
    On Boolean ‘True’ and ‘false’ literals should not be used in conditional
    Arguments clauses.
    Imported Items Must It is not legal to import a class or an interface and never use it.
    Be Used This rule checks classes and interfaces that are explicitly
    imported with their names - that is not with import of a complete
    package, using an asterisk. If unused class and interface imports
    are omitted, the amount of meaningless source code is reduced -
    thus the amount of code to be understood by a reader is
    minimized.
    Unnecessary Casts Checks for the use of type casts that are not necessary.
    Unnecessary Verifies that the runtime type of the left-hand side expression is
    ‘instanceof’ the same as the one specified on the right-hand side.
    Evaluations
    Unused Local Local variables and formal parameter declarations must be used.
    Variables And Formal
    Parameters
    Use Of Obsolete The modifier ‘abstract’ is considered obsolete and should not be
    Interface Modifier used.
    Use Of Unnecessary All interface operations are implicitly public and abstract. All
    Interface Member interface attributes are implicitly public, final and static.
    Modifiers
    Unused Private Class An unused class member might indicate a logical flaw in the
    Member program. The class declaration has to be reconsidered in order to
    determine the need of the unused member(s).
  • If the QA module determines that the source code does not conform, an error message is provided to the developer. For example, as depicted in FIG. 8A, the software development tool checks for a variety of coding styles 800. If the software development tool were to check for “Access Of Static Members Through Objects” 802, it would verify whether static members are referenced through class names rather than through objects 804. Further, as depicted in FIG. 8B, if the software development tool were to check for “Complex Assignment” 806, the software development tool would check for the occurrence of multiple assignments and assignments to variables within the same expression to avoid complex assignments since these decrease program readability 808. An example of source code having a complex assignment 810 and source code having a non-complex assignment 812 are depicted in FIGS. 8B and 8C, respectively. The QA module of the software development tool scans the source code for other syntax errors and/or other deviations from well known rules, as described above, and provides an error message if any such errors are detected.
  • The improved software development tool of the present invention is used to develop source code in a project. The project comprises a plurality of files and the source code of a chosen one of the plurality of files is written in a given language. The software development tool determines the language of the source code of the chosen file, converts the source code from the language into a language-neutral representation, uses the language-neutral representation to textually display the source code of the chosen file in the language, and uses the language-neutral representation to display a graphical representation of at least a portion of the project. As discussed above, in an alternative embodiment, the textual display may be obtained directly from the source code file. The source code and the graphical representation are displayed simultaneously.
  • The improved software development tool of the present invention is also used to develop source code. The software development tool receives an indication of a selected language for the source code, creates a file to store the source code in the selected language, converts the source code from the selected language into a language-neutral representation, uses the language-neutral representation to display the source code of the file, and uses the language-neutral representation to display a graphical representation of the file. Again, the source code and the graphical representation are displayed simultaneously.
  • Moreover, if the source code in the file is modified, the modified source code and a graphical representation of at least a portion of the modified source code are displayed simultaneously. The QA module of the software development tool provides an error message if the modification does not conform to pre-defined or user-defined styles, as described above. The modification to the source code may be received by the software development tool via the programmer editing the source code in the textual pane or the graphical pane, or via some other independent software tool that the programmer uses to modify the code. The graphical representation of the project may be in Unified Modeling Language; however, one skilled in the art will recognize that other graphical representations of the source code may be displayed. Further, although the present invention is described and shown using the various views of the UML, one of ordinary skill in the art will recognize that other views may be displayed.
  • FIG. 9 depicts a flow diagram of the steps performed by the software development tool to develop a project in accordance with methods consistent with the present invention. As previously stated, the project comprises a plurality of files. The developer either uses the software development tool to open a file that contains existing source code, or to create a file in which the source code will be developed. If the software development tool is used to open the file, determined in step 900, the software development tool initially determines the programming language in which the code is written (step 902). The language is identified by the extension of the file, e.g., “.java” identifies source code written in the Java.™. language, while “.cpp” identifies source code written in C++. The software development tool then obtains a template for the current programming language, i.e., a collection of generalized definitions for the particular language that can be used to build the data structure (step 904). For example, the templates used to define a new Java.™. class contains a default name, e.g., “Class1,” and the default code, “public class Class1 { }.” Such templates are well known in the art. For example, the “Microsoft Foundation Class Library” and the “Microsoft Word Template For Business Use Case Modeling” are examples of standard template libraries from which programmers can choose individual template classes. The software development tool uses the template to parse the source code (step 906), and create the data structure (step 908). After creating the data structure or if there is no existing code, the software development tool awaits an event, i.e., a modification or addition to the source code by the developer (step 910). If an event is received and the event is to close the file (step 912), the file is saved (step 914) and closed (step 916). Otherwise, the software development tool performs the event (step 918), i.e., the tool makes the modification. The software development tool then updates the TMM or model (step 920), as discussed in detail below, and updates both the graphical and the textual views (step 922).
  • FIGS. 10A and 10B depict a flow diagram illustrating the update model step of FIG. 9. The software development tool selects a file from the project (step 1000), and determines whether the file is new (step 1002), whether the file has been updated (step 1004), or whether the file has been deleted (step 1006). If the file is new, the software development tool adds the additional symbols from the file to the TMM (step 1008). To add the symbol to the TMM, the software development tool uses the template to parse the symbol to the TMM. If the file has been updated, the software development tool updates the symbols in the TMM (step 1010). Similar to the addition of a symbol to the TMM, the software development tool uses the template to parse the symbol to the TMM. If the file has been deleted, the software development tool deletes the symbols in the TMM (step 1012). The software development tool continues this analysis for all files in the project. After all files are analyzed (step 1014), any obsolete symbols in the TMM (step 1016) are deleted (step 1018).
  • FIG. 11 depicts a flow diagram illustrating the performance of an event. specifically the creation of a class, in accordance with methods consistent with the present invention. After identifying the programming language (step 1100), the software development tool obtains a template for the language (step 1102), creates a source code file in the project directory (step 1104), and pastes the template into the file (step 1106). The project directory corresponds to the SCI model 302 of FIG. 3. Additional events which a developer may perform using the software development tool include the creation, modification or deletion of packages, projects, attributes, interfaces, links, operations, and the closing of a file.
  • The software development tool is collectively broken into three views of the application: the static view, the dynamic view, and the functional view. The static view is modeled using the use-case and class diagrams. A use case diagram 1200, depicted in FIG. 12, shows the relationship among actors 1202 and use cases 1204 within the system 1206. A class diagram 1300, depicted in FIG. 13 with its associated source code 1302, on the other hand, includes classes 1304, interfaces, packages and their relationships connected as a graph to each other and to their contents.
  • The dynamic view is modeled using the sequence, collaboration and statechart diagrams. As depicted in FIG. 14, a sequence diagram 1400 represents an interaction, which is a set of messages 1402 exchanged among objects 1404 within a collaboration to effect a desired operation or result. In a sequence diagram 1400, the vertical dimension represents time and the horizontal dimension represents different objects. A collaboration diagram 1500, depicted in FIG. 15, is also an interaction with messages 1502 exchanged among objects 1504, but it is also a collaboration, which is a set of objects 1504 related in a particular context. Contrary to sequence diagrams 1400 (FIG. 14), which emphasize the time ordering of messages along the vertical axis, collaboration diagrams 1500 (FIG. 15) emphasize the structural organization of objects.
  • A statechart diagram 1600 is depicted in FIG. 16. The statechart diagram 1600 includes the sequences of states 1602 that an object or interaction goes through during its life in response to stimuli, together with its responses and actions. It uses a graphic notation that shows states of an object, the events that cause a transition from one state to another, and the actions that result from the transition.
  • The functional view can be represented by activity diagrams 1700 and more traditional descriptive narratives such as pseudocode and minispecifications. An activity diagram 1700 is depicted in FIG. 17, and is a special case of a state diagram where most, if not all, of the states are action states 1702 and where most, if not all, of the transitions are triggered by completion of the actions in the source states. Activity diagrams 1700 are used in situations where all or most of the events represent the completion of internally generated actions.
  • There is also a fourth view mingled with the static view called the architectural view. This view is modeled using package, component and deployment diagrams. Package diagrams show packages of classes and the dependencies among them. Component diagrams 1800, depicted in FIG. 18, are graphical representations of a system or its component parts. Component diagrams 1800 show the dependencies among software components, including source code components, binary code components and executable components. As depicted in FIG. 19, Deployment diagrams 1900 are used to show the distribution strategy for a distributed object system. Deployment diagrams 1900 show the configuration of run-time processing elements and the software components, processes and objects that live on them.
  • Although discussed in terms of class diagrams, one skilled in the art will recognize that the software development tool of the present invention may support these and other graphical views.
  • Relating a Data Structure and Object-oriented Element for Distributed Computing
  • In addition to the functionality described above, the software development tool significantly reduces programming development time for a developer by allowing the developer to automatically generate an Enterprise JavaBean.™. (EJB) or a persistent class from a database table and automatically generate a database table from an EJB or a persistent class. Furthermore, when the EJB or persistent class is modified, the software development tool is able to automatically update the corresponding database table so as to keep the EJB or persistent class and the corresponding database table in synchronization. Similarly, when the database table corresponding to the EJB or persistent class is updated, the software development tool is able to automatically update the EJB or persistent class.
  • As is well known to one skilled in the art, a persistent class has attributes that are mapped to a database table and whose state is maintained between calls to operations within code corresponding to the persistent class. Because the software development tool is able to relate a database table to a persistent class, the software development tool saves the programmer time in developing and maintaining code that includes these attributes by generating and updating code for these attributes from a corresponding database table. Also, as is well known to one skilled in the art, an EJB serves as a front-end to a DBMS, where the EJB embodies business logic that is performed on the data in the database associated with the DBMS. The data in the database represents the specific details and information flow of the organization or of a particular industry. An EJB allows application programs to be independent of the business logic, so that when the business logic changes, the application need not change. Thus, a developer is able to focus on developing code for a client application that utilizes the business data stored in the database, rather than worrying about endless amounts of programming and coding needed to connect all the working parts for accessing the database,
  • An example of an EJB representing a real-world object (e.g., a customer of an enterprise) is depicted in FIG. 37. Each record in the Customer Table 3705 found in the database 3710 is accessible by the example Customer EJB 3715 via the attribute fields 3720 of the Customer Table 3705 (i.e., “ID”, “Name”, “Social Security Number”, and “Age” are shown) that are mapped to attributes 3725 in the code corresponding to the EJB. Assuming the Client Application 3730 needs to determine whether the person named “Jones” qualifies for a senior citizen discount on a purchase order, the Customer EJB 3715 may be invoked to answer the question by performing the necessary business logic operation which may involve ascertaining the “age” for “Jones” from the Customer Table 3705 and determining if the “age” for “Jones” is over 50 before reporting back the answer to the Client Application 3730.
  • As shown in the above example, an EJB (i.e., an EJB EntityBean) may represent a real-world object, such as a customer, a bank account, or a cruise ship, which has persistent records (i.e., data structures) in a database. An EJB (i.e., an EJB SessionBean) may also represent a set of processes or tasks, which are performed on behalf of a client application. Thus, an EJB is a distributed computing component, where a distributed computing component is a software component that runs on a computer and is designed to perform business logic for client application(s) requiring a solution to a business problem (e.g., process a customer order or determine a senior citizen discount for a customer). The solution to the business problem typically requires access to corresponding business data contained in an enterprise database. As discribed below, the software development tool supports relating a distributed computing component, such as an EJB, to a database table or data structure.
  • By allowing a developer to generate or update an EJB from an existing data structure in a database, the software development tool saves the developer development time as the programmer no longer has to use one tool to query the database for the composition of the data structure and another tool to create the EJB with attributes and methods (i.e., business logic operations) that map to the database in order to allow access to the data structure after the EJB is deployed. Similarly, the software development tool saves a developer time that would be spent creating a data structure that maps to code corresponding to a previously developed EJB by allowing the developer to form or update a data structure from the EJB. Thus, the software development tool relates a data structure to an object-oriented element, such as a persistent class or an EJB, so that code corresponding to the object-oriented element correlates to the data structure. One skilled in the art will appreciate that other object-oriented elements may be related to a data structure in a database by the software development tool using methods and systems consistent with the present invention. However, for clarity in the detailed description below, the methods and systems consistent with the present invention are discussed in reference to a persistent class and an EJB. An EJB is more clearly described in the following references that are incorporated herein by reference: (1) Richard Monson-Haefel, Enterprise JavaBeans,™. 2.sup.nd Edition, O'Reilly & Associates (2000); and (2) Sun Microsystems' Enterprise JavaBeans.™. Specification v1.0, v1.1, and v2.0, available at http://java.sun.com/products/ejb/docs.html.
  • Turning to FIG. 20, a data processing system 2000 is depicted that is suitable for practicing methods and systems consistent with the present invention, including relating an object-oriented element to a data structure in a database that contains business data. Data processing system 2000 includes a computer 2002 and a database server system 2004 that are connected via network 2006. The network 2006 may be any known physical or wireless link capable of supporting a data transmission between two computer systems, such as a Local Area Network (LAN), a Wide Area Network (WAN), Internet or leased phone lines.
  • Computer 2002 includes the software development tool 610. The database server system 2004 includes a memory 2008, a secondary storage device 2010, an I/O device 2012, and a processor 2014. The secondary storage device 2010 includes a database 2016 that contains data structures which hold business data used in distributed computing. Memory 2008 includes a database management system 2018 that enables a requester, such as a developer using the software development tool 610, to store, modify, and extract information from the database 2016. The database management system 2018 may be any known database management system (DBMS) that is able to control the access to the database 2016.
  • In another implementation, the secondary storage device 2003 of the computer 2002 includes the database 2016 and the memory 2001 of the computer 2002 includes the database management system 2018. In this implementation, the software development tool 610 accesses the database 2016 without communicating via network 2006 to database server system 2004.
  • FIGS. 21A-C depict a flow diagram illustrating an exemplary process performed by the software development tool 610 for generating source code for an object-oriented element from a data structure in a database. To form an object-oriented element from a data structure, the software development tool 610 receives a request to access a database (step 2102). As depicted in FIG. 22, the software development tool may receive the request to access the database via a menu selection 2202 on a user interface 2200. However, a programmer may indicate the request to the software development tool using any known programming input technique, such as a keyboard input or icon selection.
  • The software development tool 610 also receives access information for the database (step 2104). FIG. 23 depicts an exemplary user interface displayed by the software development tool for receiving access information 2302 for the database. In this implementation, the access information 2302 includes an identification 2304 of the database management system 2018, a driver 2306 for the software development tool to use to communicate with the database 2016 via the database management system 2018, a location 2308 on the computer 2002 where the driver 2306 is stored, and a network address 2310 or URL for the database 2016 on the database server system 2004. The identified database management system 2304 maybe any known DBMS server type, such as Oracle 7.3x/8x, ODBC/Access 97, Cloudscape, ODBC/MS SQL Server, and IBM DB2 6.1. The driver 2306 may be any known driver or interface program that is suitable for communicating with the identified database management system 2304. In the exemplary implementation shown in FIG. 24, the software development tool 610 displays a default network address 2310 that a developer can change by providing a new address prefix 2312 corresponding to the identified database management system 2306, a new host name 2414 that identifies a system platform where the database management system 2018 and the database 2016 reside (e.g., local host corresponds to the computer 2002), a port 2316 assigned to the identified database management system 2304 for network communication, and a database identification 2318. As known to one skilled in the art, a commercially available DBMS may control a number of different databases. Thus, in this implementation where the identified database management system 2304 is a DBMS, the database identification 2318 names the database to be accessed via the identified database management system 2304.
  • Returning to FIG. 21A, after receiving access information for the database, the software development tool 610 determines if authorization is required to access the database 2016 (step 2106). The software development tool 610 determines if authorization is required based on the identification of the database management system 2304 or by querying the database management system 2304. If authorization is required, the software development tool receives an access privilege from a user (step 2108). As shown in FIG. 23, the access privilege received by the software development tool may include a user name 2322 and a password 2324, and then determines whether the access privilege 2320 is authorized (step 2110). The software development tool determines if the received access privilege is authorized by performing known authentication methods, such as querying the identified database management system to authenticate access or querying the computer 2004 where the database management system resides to authenticate access based on a respective user access profile (not shown in figures).
  • If access is authorized or authorization is not required, the software development tool determines whether the database contains any data structure which the programmer may select (step 2112). To determine if the database contains a data structure, the software development tool may query the database for an identification of each data structure within the database 2016. In another implementation, the software development tool may request that the database 2016 provide an identification of at least one data structure within the database. In either implementation, the software development tool may abort processing if the software development tool does not receive an identification of at least one data structure in the database.
  • If the database contains a data structure, the software development tool displays an identification of each data structure in the database (step 2114 in FIG. 21B). For example, in FIG. 24, an exemplary user interface 2400 displayed by the software development tool shows the identification of each data structure 2402 displayed by the software development tool in response to querying the database 2016. Next, the software development tool 610 receives an identification of a selected data structure 2404 (step 2116). As shown in FIG. 24, the software development tool may receive an identification of a selected data structure 2404 via any known programming input technique, such as a mouse click on one of the displayed data structures 2402. In one implementation, the software development tool allows the programmer to select multiple data structures to be accessed by the software development tool in order to form multiple object-oriented elements as discussed below.
  • Next, the software development tool receives an indication of a type of object-oriented element to form from the selected data structure (step 2118). As illustrated in FIG. 25, the type of object-oriented element 2502 may be any object-oriented element that has source code with persistent attributes mapped to the data structure in the database, such as a persistent class 2504 or an Enterprise JavaBean.™, 2506. As previously discussed, a persistent attribute has a state that is maintained between calls to operations within code corresponding to the respective object-oriented element.
  • The software development tool accesses a portion of the selected data structure from the database (step 2120). In one implementation, the software development tool 610 accesses a portion of the selected data structure using access information 2302 to query the database in order to receive all the attribute fields in the data structure for forming the object-oriented element. In another implementation, the software development tool may receive the entire data structure. The query is formed by the software development tool to be recognizable to the database management system 2018 that functions as a DBMS in this instance. As known to one skilled in the art, a DBMS retrieves information from a respective database based on a query that corresponds to a known, recognizable command to the DBMS.
  • Based on the indication of the type of object-oriented element to form, the software development tool determines whether the type of object-oriented element is a class (step 2122). In one implementation shown in FIG. 26, if the type of object-oriented element is a class, the software development tool generates source code for a class 2602 having a name 2604 that corresponds to the selected data structure 2404 (step 2124). As discussed below, if the software development tool is later instructed to update the class 2602, the identification of the data structure to access may be obtained by the software development tool from the name of the class 2602. When forming the class 2602, the software development tool generates new code for the class 2602 that includes an attribute 2606 that is related to an attribute field in the portion of the selected data structure 2404 (step 2126). Thus, the software development tool saves a developer time and effort by providing a class that has attributes that mirror the data structure so that the developer can add new methods or code specifically for referencing the data structure.
  • The software development tool also places the identification of the selected data structure in a comment of the source code for the class (step 2128). Therefore, in the event that the selected data structure 2404 is modified or the class is modified, the software development tool is still able to relate the data structure to the class and update one to the other as explained below. In addition, the software development tool associates the access information with the source code of the class (step 2130). By associating the access information with the source code of the class, the software development tool enables the data structure to be accessed again without prompting a developer for the access information. In one implementation, the software development tool may associate the access information with the source by storing the access information with the identification of the selected data structure in a configuration file. In this implementation, the configuration file may be stored anywhere in the project. In another implementation, the software development tool may associate the access information with the source code by storing the access information with the identification of the data structure as a comment in the source code of the class 2602. In either implementation, the software development tool is able to identify the access information based on the identification of the selected data structure 2404. Having generated the source code of the class to correspond to the selected data structure, the software development tool displays a graphical representation of the source code of the class (step 2132). As shown in FIG. 26, the software development tool graphically represents source code corresponding to the class 2602 in the diagram 2608.
  • If the type of object-oriented element is not a class, the software development tool determines whether the type of object-oriented element is an EJB (step 2134). If the type of object-oriented element is an EJB, the software development tool generates source code for the EJB that has a name that corresponds to the selected data structure (step 2136). In FIG. 27, the software development tool displays a portion of the source code for the EJB 2702 in the textual pane 2706. The source code for the EJB in its entirety as generated by the software development tool is shown in FIG. 28. As illustrated in FIGS. 27 and 28, the software development tool generates source code 2702 that has a name 2704 “DEPARTMENTBean” which corresponds to the selected data structure 2404, “DEPARTMENT,” shown in FIG. 24.
  • The software development tool also generates new code for the EJB that includes an attribute that is related to an attribute field in the portion of the selected data structure (step 2138). As shown in FIG. 27, the software development tool generates an attribute 2708 in code 2702 corresponding to the displayed EJB 2712 that is related to an attribute field in the portion of the selected data structure 2404. In addition, the software development tool generates other new code for the RIB that includes a method that accesses the related attribute field in the portion of the selected data structure (step 2140). As illustrated in FIG. 27, the software development tool generates other new code for the EJB that includes a method 2710 (“getDepartment_ID( ) long”) that accesses the related attribute field in the portion of the selected data structure 2404. Thus, the software development tool again saves a developer time and effort by providing an EJB that has attributes that mirror the attribute fields of the selected data structure and that has methods that access the attributes. The developer can then add other code specifically for referencing the data structure and using business related information contained therein to perform a specific function, such as remotely accessing a car parts inventory and generating an automated order to re-supply a customer when certain parts are found to be low.
  • The software development tool also adds the identification associated with the selected data structure as a comment in the source code for the EJB (step 2142). The software development tool then associates the access information with the source code of the class (step 2144). In performing these steps, the software development tool enables the data structure to be accessed again without prompting a developer for the selected data structure or access information. The software development tool may associate the access information with the source by storing the access information with the identification of the selected data structure in a configuration file. In another implementation, the software development tool may associate the access information with the source code by storing the access information with the identification of the data structure as a comment 2804 in the source code of the EJB. Having generated the source code of the EJB to correspond to the selected data structure, the software development tool displays a graphical representation of the source code of the EJB (step 2146). As shown in FIG. 27, the software development tool graphically represents source code corresponding to the EJB 2702, 2802 in the diagram 2712.
  • Once source code is generated from a data structure, the software development tool is able to update the source code to match the current state of a related data structure without losing any code. In FIGS. 29A-B, a flow diagram is shown that illustrates an exemplary process performed by the software development tool for updating an object-oriented element from a related data structure. The software development tool receives an indication of an object-oriented element (step 2902) and receives an indication to update the object-oriented element (step 2904). Turning to FIG. 30, in one implementation, the indication of the object-oriented element is the last element selected on the textual pane 3002. In another implementation, the object-oriented element may be any object-oriented element in the project that is related to a data structure or that has been previously formed from a data structure.
  • To update the source code of the object-oriented, the software development tool retrieves the identification of the data structure that is related to the object-oriented element (step 2906). In one implementation, to retrieve the identification of the data structure, the software development tool searches a source code file associated with the object-oriented element for the identification of the data structure. In this implementation, the software development tool is able to check comment fields within the source code of the object-oriented element for a predefined delimiter that identifies the data structure that is related to the object-oriented element. In another implementation, the software development tool may associate the name of the source code or object-oriented element with the identification of the data structure.
  • Next, the software development tool also retrieves access information for a database that stores the selected data structure (step 2908). In one implementation, the access information is stored in association with the identification of the data structure in a configuration file for the project. In another implementation, the access information is stored in association with the identification of the data structure in the source code of the object-oriented element. In either implementation, the software development tool is able to locate the access information based on the retrieved identification of the data structure.
  • After retrieving the access information for the database, the software development tool retrieves a portion of the data structure by accessing the database using the retrieved access information (step 2910). The portion retrieved by the software development tool includes each attribute field in the data structure. By retrieving each attribute field in the data structure, the software development tool is able to update the object-oriented element by removing an attribute that has been added to the data structure since the object-oriented element was formed from the data structure. In addition, the software development tool is able to update the object-oriented element by adding an attribute that corresponds to an attribute field added to the data structure since the object-oriented element was formed.
  • To update the object-oriented element to reflect a deletion to the data structure, the software development tool 610 determines whether each attribute in the object-oriented element has been checked (step 2912). If each attribute in the object-oriented element has not been checked, the software development tool selects the next attribute, starting with the first attribute (step 2913). The software development tool then determines whether the next attribute in the object-oriented element is associated with an attribute field in the data structure (step 2914). If the next attribute in the object-oriented element is not associated with the attribute field from the data structure, the software development tool removes the next attribute from the source code of the object-oriented element (step 2916). In one implementation, the software development tool removes the next attribute and a method that accesses the next attribute.
  • As part of updating the object-oriented element to reflect an addition to the data structure, the software development tool determines whether each attribute in the data structure has been checked (step 2918). If each attribute in the object-oriented element has not been checked, the software development tool selects the next attribute field, starting with the first attribute field (step 2919). The software development tool then determines whether the next attribute field in the data structure is associated with an attribute in the source code of the object-oriented element (step 2920). If the next attribute field in the data structure is not associated with an attribute in the source code of the object-oriented element, the software development tool adds the attribute to the source code of the object-oriented element (step 2922).
  • The software development tool then displays a graphical representation of the object-oriented element to reflect the update to the data structure (step 2924). For example, in FIG. 30 a user interface 3000 is displayed by the software development tool in response to the updating of source code 2802 associated with the EJB (graphically depicted as 2712 in FIG. 27) to the data structure “DEPARTMENT.” The data structure “DEPARTMENT” had previously been used to form the EJB 2712 as illustrated in FIG. 27. In response to the indication to update the object-oriented element, the software development tool removes the first attribute 2714, “public String NAME” (depicted in FIG. 27), and adds the second attribute 3004, “public int NAME” (depicted in FIG. 30), to the source code of the EJB. Hence, changing the attribute field “NAME” in the data structure causes the development tool to update the source code to reflect the change. The diagram 3006 (i.e., the graphical representation of the source code for the EJB) reflects the deletion of the first attibute 2714 and the addition of the second attribute 3404. Thus, when an attribute field of the data structure is eliminated or added by a developer after the EJB is formed from the data structure, the software development tool is able to quickly update the EJB to the data structure to resynchronize attributes of the data structure to the EJB. One skilled in the art will appreciate that the software development tool may perform the process in FIGS. 29A-B for other object-oriented elements, such as a persistent class.
  • FIGS. 31A-B depicts a flow diagram illustrating an exemplary process performed by the software development tool for forming a data structure used in distributed computing from source code of an object-oriented element. To form the data structure, the software development tool receives a request to form a new data structure in a database (step 3102). The type of data structure to be formed may correspond to any known data structure used for distributed computing, such as a table in a database. As shown in FIG. 32, the software development tool may receive the request from a programmer via any known programming input technique, such as a keyboard input or a menu selection 3202 on a user interface 3200. In the example illustrated in FIG. 32, when menu Selection 3602 is received, the software development tool receives the indication that the type of data structure to form is a Data Description Language (DDL) file. The Data Description Language is a known language recognized by a known DBMS for describing a table in a database. The DDL file may be transmitted by the software development tool to the DBMS 2018 generate a table in the database 2016.
  • The software development tool also receives an indication of an object-oriented element to use to form the data structure in the database (step 3104). In one implementation shown in FIG. 33, the programmer may indicate to the software development tool that the object-oriented element is an EJB 3302 or a persistent class 3304 that has a name 3306 depicted graphically in a diagram on the graphical pane 3308. In another implementation, the software development tool may receive the indication that the last selected object-oriented element (e.g., the EJB graphically depicted as 3310) on the graphical pane 3308 is to be used to form the data structure in the database.
  • The software development tool also receives access information for the database (step 3106). In one implementation shown in FIG. 34, the software development tool receives access information 3402 for the database, where access information includes an identification 3404 of the database management system 2018, a driver 3406 for the software development tool to use to communicate with the database 2016 via the database management system 2018, and a network address 2308 (i.e., URL) for the database 2016 on the database server system 2004.
  • Returning to FIG. 31A, after receiving the access information for the database, the software development tool determines if authorization is required to access the database 2016 (step 3108). The software development tool determines if authorization is required based on the identification of the database management system 3404 or by querying the database management system 3404. If authorization is required, the software development tool receives an access privilege 3410 (step 3110), and then determines whether the access privilege 3410 is authorized (step 3112).
  • Once the source code of the object-oriented element is identified, the software development tool generates an attribute field in the data structure from an attribute in the object-oriented element (step 3114 in FIG. 31B). If the object-oriented element is an EJB, the software development tool generates an attribute field from an attribute that is accessed by a method or operation in the source of the object-oriented element. In one implementation, the software development tool receives an indication 3412 to generate the attribute field in the data structure by accessing the database 2016 via the DBMS 2018 and requesting the formation of the data structure with the attribute field. In another implementation shown in FIG. 35, the software development tool receives an indication 3412 to store the data structure in a file 3502, such as a Data Definition Language (DDL) file, so that an administrator with the authority to access and modify the database 2016 is able to form the data structure in the database 2016 at a later time.
  • The software development tool stores an identification of the data structure with the source code of the object-oriented element (step 3116). By storing the identification of the data structure with the source code of the object-oriented element, the software development tool is able to easily identify the data structure to update the data structure from the source code of the associated object-oriented element. The software development tool also stores the access information with the identification of the data structure in association with the source code of the object-oriented element (step 3118). In one implementation, the identification of the data structure is stored with the access information in a configuration file. In another implementation, the identification of the data structure is stored with the access information as a comment in the source code of the object-oriented element.
  • When the data structure is formed from an object-oriented element, the software development tool is able to update the data structure to match the current state of a related object-oriented element without corrupting the remainder of the data structure. In FIGS. 36A-B, a flow diagram is shown that illustrates an exemplary process performed by the software development tool for updating a related data structure from source code of an object-oriented element. The software development tool first receives an indication of a data structure (step 3602). The software development tool also receives an indication to update the data structure (step 3604). The software development tool then retrieves an identification of an object-oriented element that is related to the data structure (step 3606). In one implementation, the software development tool is able to search the source code of each object-oriented element in the project for the identification of the data structure. The identification of the data structure may be stored as the name of the object-oriented element. In another implementation, the identification of the data structure may be stored as a comment in the source code of the object-oriented element.
  • Next, the software development tool retrieves access information for a database that contains the data structure (step 3608). The software development tool may retrieve the access information from a configuration file where it is stored in association with the identification of the data structure. In another embodiment, the software development tool may retrieve the access information with the identification of the data structure from a comment in the source code of the object-oriented element.
  • The software development tool retrieves a portion of the data structure by accessing the database using the retrieved access information (step 3610). The portion retrieved by the software development tool includes each attribute field in the data structure. By retrieving each attribute field in the data structure, the software development tool is able to update the data structure by removing an attribute field that has been removed from the source code of the object-oriented element since the data structure was formed. In addition, the software development tool is able to update the data structure by adding an attribute that corresponds to an attribute field added to the data structure since the object-oriented element was formed.
  • To update the data structure to reflect a deletion to the object-oriented element, the software development tool determines whether each attribute field in the data structure has been checked (step 3612 in FIG. 36B). If each attribute field in the data structure element has not been checked, the software development tool selects the next attribute field, starting with the first attribute field (step 3613). The software development tool then determines whether the next attribute field in the data structure is associated with an attribute in the source code of the object-oriented element (step 3614). If the next attribute field in the data structure is not associated with an attribute in the source code of the object-oriented element, the software development tool removes the next attribute field from the data structure (step 3616).
  • To update the data structure to reflect an addition to source code of the object-oriented element, the software development tool determines whether each attribute in the object-oriented element has been checked (step 3618). If each attribute in the object-oriented element has not been checked, the software development tool selects the next attribute, starting with the first attribute (step 3619). If each attribute in the object-oriented element has not been checked, the software development tool determines whether an attribute in the object-oriented element is associated with an attribute field in the data structure (step 3820). The software development tool then adds the attribute field to the data structure (step 3622).
  • While various embodiments of the present invention have been described, it will be apparent to those of ordinary skill in the art that many more embodiments and implementations are possible that are within the scope of this invention. Accordingly, the invention is not to be restricted except in light of the attached claims and their equivalents.

Claims (14)

1. (canceled)
2. A method comprising:
selecting a data structure in a database;
receiving an indication of a type of object-oriented element to form from the data structure;
accessing at least a portion of the data structure;
determining the type of object-oriented element to form;
when a determination is made of the type of object-oriented element to form, generating an object-oriented element of the type of object-oriented element to form, the object-oriented element having a name that corresponds to the data structure;
generating source code for the object-oriented element, wherein the object-oriented element includes an attribute related to an attribute field in the data structure; and
storing an identification of the data structure in a comment of the source code.
3. The method of claim 2, wherein the storing the identification associates the data structure and the source code.
4. The method of claim 2, wherein the selecting the data structure in the database comprises:
determining whether the database has one or more data structures;
displaying an identification of each of the one or more data structures; and
receiving an indication of the data structure.
5. The method of claim 2, further comprising authorizing access to the database.
6. The method of claim 5, wherein the authorizing access to the database comprises:
receiving a request to access the database;
receiving access information for the database;
determining if an authorization is used to access the database;
when a determination is made that the authorization is used to access the database, receiving an access privilege; and
determining if the access privilege is authorized.
7. The method of claim 6, wherein the access information comprises:
an identification of a database management system;
a driver associated with a software development tool for communicating with the database;
a driver location; and
a database location.
8. The method of claim 6, wherein the access privilege comprises a user name and a password.
9. The method of claim 6, further comprising associating the access information with the source code.
10. The method of claim 2, further comprising displaying a graphical representation of the source code.
11. The method of claim 2, wherein the attribute has an attribute name that corresponds to the attribute field.
12. The method of claim 2, wherein the object-oriented element is a class.
13. The method of claim 2, wherein the object-oriented element is a distributed computing component.
14. A computer-readable medium including instructions for a software development tool to execute a method, the method comprising:
selecting a data structure in a database;
receiving an indication of a type of object-oriented element to form from the data structure;
accessing at least a portion of the data structure;
determining the type of object-oriented element to form;
when a determination is made of the type of object-oriented element to form, generating an object-oriented element of the type of object-oriented element to form, the object-oriented element having a name that corresponds to the data structure;
generating source code for the object-oriented element, wherein the object-oriented element includes an attribute related to an attribute field in the data structure; and
storing an identification of the data structure in a comment of the source code.
US12/895,797 1999-10-05 2010-09-30 Methods and systems for relating data structures and object-oriented elements for distributed computing Abandoned US20110167406A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/895,797 US20110167406A1 (en) 1999-10-05 2010-09-30 Methods and systems for relating data structures and object-oriented elements for distributed computing

Applications Claiming Priority (5)

Application Number Priority Date Filing Date Title
US15782699P 1999-10-05 1999-10-05
US19904600P 2000-04-21 2000-04-21
US09/680,063 US6851107B1 (en) 1999-10-05 2000-10-04 Software development tool with instant updating and simultaneous view of graphical and a textual display of source code
US09/839,526 US7810069B2 (en) 1999-10-05 2001-04-20 Methods and systems for relating data structures and object-oriented elements for distributed computing
US12/895,797 US20110167406A1 (en) 1999-10-05 2010-09-30 Methods and systems for relating data structures and object-oriented elements for distributed computing

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/839,526 Continuation US7810069B2 (en) 1999-10-05 2001-04-20 Methods and systems for relating data structures and object-oriented elements for distributed computing

Publications (1)

Publication Number Publication Date
US20110167406A1 true US20110167406A1 (en) 2011-07-07

Family

ID=46204099

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/839,526 Expired - Fee Related US7810069B2 (en) 1999-10-05 2001-04-20 Methods and systems for relating data structures and object-oriented elements for distributed computing
US12/895,797 Abandoned US20110167406A1 (en) 1999-10-05 2010-09-30 Methods and systems for relating data structures and object-oriented elements for distributed computing

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/839,526 Expired - Fee Related US7810069B2 (en) 1999-10-05 2001-04-20 Methods and systems for relating data structures and object-oriented elements for distributed computing

Country Status (1)

Country Link
US (2) US7810069B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8914778B2 (en) * 2012-11-05 2014-12-16 International Business Machines Corporation Data placement for execution of an executable
US8930921B2 (en) 2012-11-05 2015-01-06 International Business Machines Corporation Compilation and placement of instructions in a memory system

Families Citing this family (63)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6986062B2 (en) * 1998-04-09 2006-01-10 Microsoft Corporation Set top box object security system
US6574759B1 (en) * 2000-01-18 2003-06-03 Rambus Inc. Method for verifying and improving run-time of a memory test
US6832365B1 (en) * 2000-10-11 2004-12-14 Microsoft Corporation System and method for interacting with computer programming languages at semantic level
US7370315B1 (en) * 2000-11-21 2008-05-06 Microsoft Corporation Visual programming environment providing synchronization between source code and graphical component objects
US7080361B2 (en) * 2001-07-30 2006-07-18 Lockheed Martin Corporation Process for generating enterprise java bean components from an SQL database
US7080093B2 (en) * 2002-01-14 2006-07-18 Sun Microsystems, Inc. System and method for database design
US6892202B2 (en) * 2002-04-17 2005-05-10 Sun Microsystems, Inc. Optimistic transaction compiler
US8639542B2 (en) * 2002-06-27 2014-01-28 Siebel Systems, Inc. Method and apparatus to facilitate development of a customer-specific business process model
US7412436B2 (en) * 2002-07-20 2008-08-12 Microsoft Corporation System and interface for manipulating a database
US7136873B2 (en) * 2002-07-20 2006-11-14 Microsoft Corporation Dynamic filtering in a database system
US7219328B2 (en) * 2002-08-28 2007-05-15 Honeywell International Inc. Model-based composable code generation
US20040044637A1 (en) * 2002-08-30 2004-03-04 Thomas Vachuska Apparatus and method using reflection to generate database commands at runtime
US20040044687A1 (en) * 2002-08-30 2004-03-04 Thomas Vachuska Apparatus and method using pre-described patterns and reflection to generate a database schema
US20040044989A1 (en) * 2002-08-30 2004-03-04 Thomas Vachuska Apparatus and method using pre-described patterns and reflection to generate source code
US7802234B2 (en) * 2003-01-02 2010-09-21 Oracle International Corporation Integration of context-sensitive runtime metrics into integrated development environments
US10049127B1 (en) * 2003-12-19 2018-08-14 Oracle America, Inc. Meta-transactional synchronization
US7797673B2 (en) * 2004-12-16 2010-09-14 The Mathworks, Inc. Applying coding standards in graphical programming environments
US7779384B2 (en) * 2004-12-22 2010-08-17 International Business Machines Corporation Managing visual renderings of typing classes in a model driven development environment
US7689969B1 (en) 2005-01-18 2010-03-30 The Mathworks, Inc. Obfuscation of automatically generated code
EP1872230B1 (en) * 2005-04-18 2011-01-05 Research In Motion Limited Centralized memory management in wireless terminal devices
US7831453B2 (en) * 2005-05-05 2010-11-09 Siebel Systems, Inc. Modeling of business process data
US7895070B2 (en) * 2005-05-05 2011-02-22 Siebel Systems, Inc. Providing multiple views of a business process definition to different users
US7809597B2 (en) * 2005-05-05 2010-10-05 Siebel Systems, Inc. Progressive refinement model for business processes
US8719716B2 (en) 2005-09-15 2014-05-06 The Mathworks, Inc. Locked element for use in a graphical modeling environment
US20070094306A1 (en) * 2005-10-26 2007-04-26 Kyriazakos Nikolaos G Method and model for enterprise system development and execution
US7778968B2 (en) * 2005-10-31 2010-08-17 Sap Ag Systems and methods for compiling applications on a test server
US7786979B2 (en) 2006-01-13 2010-08-31 Research In Motion Limited Handheld electronic device and method for disambiguation of text input and providing spelling substitution
JP4854332B2 (en) * 2006-03-02 2012-01-18 富士通株式会社 Graphic display program and graphic display method
JP2007233821A (en) * 2006-03-02 2007-09-13 Fujitsu Ltd Graphic editing program, graphic editing device and computer-readable storage medium recorded with graphic editing program
US7752596B2 (en) * 2006-03-17 2010-07-06 Microsoft Corporation Connecting alternative development environment to interpretive runtime engine
US8086998B2 (en) * 2006-04-27 2011-12-27 International Business Machines Corporation transforming meta object facility specifications into relational data definition language structures and JAVA classes
US7770146B2 (en) * 2006-05-19 2010-08-03 Sap Ag Computer software development incorporating core and compound services
US20080163159A1 (en) * 2007-01-03 2008-07-03 Relativity Technologies, Inc. System and method for extracting UML models from legacy applications
US8321847B1 (en) * 2007-05-17 2012-11-27 The Mathworks, Inc. Dynamic function wizard
US8782599B2 (en) * 2008-06-26 2014-07-15 Invensys Systems, Inc. Multi-mode editor for configuring process control blocks including both logical functions and arithmetic computations
US20100070949A1 (en) * 2008-09-15 2010-03-18 Infosys Technologies Limited Process and system for assessing modularity of an object-oriented program
US9213541B2 (en) * 2009-04-17 2015-12-15 ArtinSoft Corporation, S.A. Creation, generation, distribution and application of self-contained modifications to source code
US8756564B2 (en) * 2009-05-29 2014-06-17 International Business Machines Corporation Techniques for providing environmental impact information associated with code
US8214393B2 (en) * 2009-10-15 2012-07-03 Microsoft Corporation Integrating database deployment with code deployment
US8533668B2 (en) * 2010-04-26 2013-09-10 Red Hat, Inc. Comparing source code using code statement structures
US9069559B2 (en) 2010-06-30 2015-06-30 International Business Machines Corporation Modularizing steps within a UML user model interaction pattern
JP5817256B2 (en) * 2011-06-29 2015-11-18 株式会社ジェイテクト Machine control program creation device
US9461876B2 (en) * 2012-08-29 2016-10-04 Loci System and method for fuzzy concept mapping, voting ontology crowd sourcing, and technology prediction
US10456686B2 (en) 2012-09-05 2019-10-29 Zynga Inc. Methods and systems for adaptive tuning of game events
GB2507273A (en) * 2012-10-23 2014-04-30 Ibm Maintaining integrity of output of code generators
US9843624B1 (en) 2013-06-13 2017-12-12 Pouya Taaghol Distributed software defined networking
US9535664B1 (en) * 2014-04-23 2017-01-03 William Knight Foster Computerized software development process and management environment
US11294665B1 (en) 2014-04-23 2022-04-05 William Knight Foster Computerized software version control with a software database and a human database
JP6070641B2 (en) * 2014-06-18 2017-02-01 コニカミノルタ株式会社 Driver program generation device, driver program generation method, driver program generation program, and driver program
US10218754B2 (en) 2014-07-30 2019-02-26 Walmart Apollo, Llc Systems and methods for management of digitally emulated shadow resources
US9675889B2 (en) 2014-09-10 2017-06-13 Zynga Inc. Systems and methods for determining game level attributes based on player skill level prior to game play in the level
US10561944B2 (en) 2014-09-10 2020-02-18 Zynga Inc. Adjusting object adaptive modification or game level difficulty and physical gestures through level definition files
US9921811B2 (en) 2015-03-26 2018-03-20 Wal-Mart Stores, Inc. Multiple display environment for software development projects
US10445755B2 (en) 2015-12-30 2019-10-15 Paypal, Inc. Data structures for categorizing and filtering content
US10515029B2 (en) * 2016-11-18 2019-12-24 Vmware, Inc. Conversion tool for moving from block-based persistence to byte-based persistence
US10185556B2 (en) * 2017-02-22 2019-01-22 Sap Se Interactive software development kit documentation tool
AU2018322049B2 (en) 2017-08-22 2023-11-16 New Relic, Inc. Systems and methods for providing an instant communication channel within integrated development environments
US11561771B2 (en) 2017-08-22 2023-01-24 Codestream, Inc. System and method for in-ide code review
US10963244B2 (en) * 2017-12-29 2021-03-30 Microsoft Technology Licensing, Llc Commit reversion detection
CN110413266B (en) * 2019-08-05 2024-01-19 广东三维家信息科技有限公司 Improved method and system for haxe reflection mechanism
US11409552B2 (en) * 2019-09-24 2022-08-09 International Business Machines Corporation Hardware expansion prediction for a hyperconverged system
US11250128B2 (en) * 2020-02-18 2022-02-15 Bank Of America Corporation System and method for detecting source code anomalies
CN111400286B (en) * 2020-03-27 2023-06-16 江南造船(集团)有限责任公司 Marine pipe accessory digital modeling system and method based on Tribon M3 system

Citations (37)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5175856A (en) * 1990-06-11 1992-12-29 Supercomputer Systems Limited Partnership Computer with integrated hierarchical representation (ihr) of program wherein ihr file is available for debugging and optimizing during target execution
US5499371A (en) * 1993-07-21 1996-03-12 Persistence Software, Inc. Method and apparatus for automatic generation of object oriented code for mapping relational data to objects
US5642513A (en) * 1994-01-19 1997-06-24 Eastman Kodak Company Method and apparatus for multiple autorouter rule language
US5819086A (en) * 1995-06-07 1998-10-06 Wall Data Incorporated Computer system for creating semantic object models from existing relational database schemas
US5826087A (en) * 1995-10-02 1998-10-20 Lohmann; William C. Method and apparatus for cross calling programs of different lexical scoping methodology
US5829006A (en) * 1995-06-06 1998-10-27 International Business Machines Corporation System and method for efficient relational query generation and tuple-to-object translation in an object-relational gateway supporting class inheritance
US5848273A (en) * 1995-10-27 1998-12-08 Unisys Corp. Method for generating OLE automation and IDL interfaces from metadata information
US5872977A (en) * 1997-08-08 1999-02-16 International Business Machines Corporation Object-oriented method and apparatus for creating a makefile
US5937402A (en) * 1997-06-19 1999-08-10 Ontos, Inc. System for enabling access to a relational database from an object oriented program
US5956725A (en) * 1997-11-26 1999-09-21 Interanational Business Machines Corporation Schema mapping to a legacy table with primary and foreign key support
US5963724A (en) * 1996-02-16 1999-10-05 Analogy, Inc. Component-based analog and mixed-signal simulation model development
US5966126A (en) * 1996-12-23 1999-10-12 Szabo; Andrew J. Graphic user interface for database system
US6028997A (en) * 1992-05-30 2000-02-22 International Business Machines Corporation Method of generating an implementation of reusable parts from containers of a workflow process-model
US6041180A (en) * 1997-04-28 2000-03-21 International Business Machines Corporation System and method for optimizing template object files
US6044217A (en) * 1997-03-27 2000-03-28 International Business Machines Corporation Hierarchical metadata store for an integrated development environment
US6141660A (en) * 1998-07-16 2000-10-31 International Business Machines Corporation Command line interface for creating business objects for accessing a hierarchical database
US6145117A (en) * 1998-01-30 2000-11-07 Tera Systems Incorporated Creating optimized physical implementations from high-level descriptions of electronic design using placement based information
US6175837B1 (en) * 1998-06-29 2001-01-16 Sun Microsystems, Inc. Object-relational mapping toll that processes views
US6182142B1 (en) * 1998-07-10 2001-01-30 Encommerce, Inc. Distributed access management of information resources
US6199195B1 (en) * 1999-07-08 2001-03-06 Science Application International Corporation Automatically generated objects within extensible object frameworks and links to enterprise resources
US6209124B1 (en) * 1999-08-30 2001-03-27 Touchnet Information Systems, Inc. Method of markup language accessing of host systems and data using a constructed intermediary
US6247020B1 (en) * 1997-12-17 2001-06-12 Borland Software Corporation Development system with application browser user interface
US6269475B1 (en) * 1997-06-02 2001-07-31 Webgain, Inc. Interface for object oriented programming language
US6289344B1 (en) * 1998-05-11 2001-09-11 International Business Machines Corporation Context-sensitive authorization in an RDBMS
US20020108101A1 (en) * 1999-10-05 2002-08-08 Dietrich Charisius Methods and systems for relating a data definition file and a data model for distributed computing
US6487713B1 (en) * 1999-09-24 2002-11-26 Phoenix Technologies Ltd. Software development system that presents a logical view of project components, facilitates their selection, and signals missing links prior to compilation
US20020178394A1 (en) * 2000-11-06 2002-11-28 Naama Bamberger System for processing at least partially structured data
US20020184610A1 (en) * 2001-01-22 2002-12-05 Kelvin Chong System and method for building multi-modal and multi-channel applications
US6738975B1 (en) * 1998-11-18 2004-05-18 Software Ag, Inc. Extensible distributed enterprise application integration system
US6742175B1 (en) * 1998-10-13 2004-05-25 Codagen Technologies Corp. Component-based source code generator
US20040230955A1 (en) * 2003-02-26 2004-11-18 Bea Systems, Inc. System for multi-language debugging
US6850950B1 (en) * 1999-02-11 2005-02-01 Pitney Bowes Inc. Method facilitating data stream parsing for use with electronic commerce
US6901579B1 (en) * 1996-11-07 2005-05-31 Fujitsu Limited Generation of source code from classes and maintaining the comment that indicates the role of the class in the generated source code
US7155705B1 (en) * 2001-11-26 2006-12-26 Cisco Technology, Inc. Techniques for binding an application with a data exchange format based on tags in comments
US7316003B1 (en) * 2002-12-18 2008-01-01 Oracle International Corp. System and method for developing a dynamic web page
US20080010629A1 (en) * 2004-11-30 2008-01-10 International Business Machines Corporation Shareable, bidirectional mechanism for conversion between object model and XML
US20130104100A1 (en) * 2011-10-21 2013-04-25 Sap Ag Scripting Language for Business Applications

Family Cites Families (23)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4203096A (en) * 1978-04-06 1980-05-13 Mallinckrodt, Inc. Sensor monitoring alarm system
US5325531A (en) * 1989-06-30 1994-06-28 Digital Equipment Corporation Compiler using clean lines table with entries indicating unchanged text lines for incrementally compiling only changed source text lines
US5367468A (en) * 1990-02-21 1994-11-22 Kabushiki Kaisha Toshiba Design aid method and design aid apparatus for integrated circuits
JPH05225181A (en) * 1991-03-14 1993-09-03 Nec Corp Editing device
JPH0644339A (en) * 1992-03-06 1994-02-18 Hewlett Packard Co <Hp> Graphic object operation system and method
US5630131A (en) * 1994-11-14 1997-05-13 Object Technology Licensing Corp. Method and apparatus for importing and exporting archive files for a graphical user interface
US5748975A (en) * 1995-07-06 1998-05-05 Sun Microsystems, Inc. System and method for textual editing of structurally-represented computer programs with on-the-fly typographical display
US5760788A (en) * 1995-07-28 1998-06-02 Microsoft Corporation Graphical programming system and method for enabling a person to learn text-based programming
US5983016A (en) * 1996-11-12 1999-11-09 International Business Machines Corporation Execution engine in an object modeling tool
US6038393A (en) * 1997-09-22 2000-03-14 Unisys Corp. Software development tool to accept object modeling data from a wide variety of other vendors and filter the format into a format that is able to be stored in OMG compliant UML representation
US6654954B1 (en) * 1998-02-17 2003-11-25 International Business Machines Corporation Computer system, program product and method utilizing executable file with alternate program code attached as a file attribute
US6237135B1 (en) * 1998-06-18 2001-05-22 Borland Software Corporation Development system with visual design tools for creating and maintaining Java Beans components
US6564368B1 (en) * 1998-10-01 2003-05-13 Call Center Technology, Inc. System and method for visual application development without programming
US6346945B1 (en) * 1998-12-28 2002-02-12 Klocwork Solutions Method and apparatus for pattern-based flowcharting of source code
JP3765949B2 (en) 1999-02-17 2006-04-12 富士通株式会社 Object-oriented software development support apparatus and development support method
US6611844B1 (en) 1999-02-19 2003-08-26 Sun Microsystems, Inc. Method and system for java program storing database object entries in an intermediate form between textual form and an object-oriented form
US6366874B1 (en) * 1999-05-24 2002-04-02 Novas Software, Inc. System and method for browsing graphically an electronic design based on a hardware description language specification
US6874146B1 (en) * 1999-06-30 2005-03-29 Unisys Corporation Metadata driven system for effecting extensible data interchange based on universal modeling language (UML), meta object facility (MOF) and extensible markup language (XML) standards
WO2001025911A1 (en) * 1999-10-05 2001-04-12 Togethersoft Corporation Method and system for developing software
US6701513B1 (en) * 2000-01-14 2004-03-02 Measurement Computing Corporation Program-development environment for use in generating application programs
US6684385B1 (en) * 2000-01-14 2004-01-27 Softwire Technology, Llc Program object for use in generating application programs
EP1195675A1 (en) * 2000-07-14 2002-04-10 Sun Microsystems, Inc. Comment driven processing
US6560769B1 (en) * 2000-09-28 2003-05-06 Unisys Corporation Computer-implemented method for generating a UML representation from JAVA source code

Patent Citations (38)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5175856A (en) * 1990-06-11 1992-12-29 Supercomputer Systems Limited Partnership Computer with integrated hierarchical representation (ihr) of program wherein ihr file is available for debugging and optimizing during target execution
US6028997A (en) * 1992-05-30 2000-02-22 International Business Machines Corporation Method of generating an implementation of reusable parts from containers of a workflow process-model
US5499371A (en) * 1993-07-21 1996-03-12 Persistence Software, Inc. Method and apparatus for automatic generation of object oriented code for mapping relational data to objects
US5642513A (en) * 1994-01-19 1997-06-24 Eastman Kodak Company Method and apparatus for multiple autorouter rule language
US5829006A (en) * 1995-06-06 1998-10-27 International Business Machines Corporation System and method for efficient relational query generation and tuple-to-object translation in an object-relational gateway supporting class inheritance
US5819086A (en) * 1995-06-07 1998-10-06 Wall Data Incorporated Computer system for creating semantic object models from existing relational database schemas
US5826087A (en) * 1995-10-02 1998-10-20 Lohmann; William C. Method and apparatus for cross calling programs of different lexical scoping methodology
US5848273A (en) * 1995-10-27 1998-12-08 Unisys Corp. Method for generating OLE automation and IDL interfaces from metadata information
US5963724A (en) * 1996-02-16 1999-10-05 Analogy, Inc. Component-based analog and mixed-signal simulation model development
US6901579B1 (en) * 1996-11-07 2005-05-31 Fujitsu Limited Generation of source code from classes and maintaining the comment that indicates the role of the class in the generated source code
US5966126A (en) * 1996-12-23 1999-10-12 Szabo; Andrew J. Graphic user interface for database system
US6044217A (en) * 1997-03-27 2000-03-28 International Business Machines Corporation Hierarchical metadata store for an integrated development environment
US6041180A (en) * 1997-04-28 2000-03-21 International Business Machines Corporation System and method for optimizing template object files
US6269475B1 (en) * 1997-06-02 2001-07-31 Webgain, Inc. Interface for object oriented programming language
US5937402A (en) * 1997-06-19 1999-08-10 Ontos, Inc. System for enabling access to a relational database from an object oriented program
US5872977A (en) * 1997-08-08 1999-02-16 International Business Machines Corporation Object-oriented method and apparatus for creating a makefile
US5956725A (en) * 1997-11-26 1999-09-21 Interanational Business Machines Corporation Schema mapping to a legacy table with primary and foreign key support
US6247020B1 (en) * 1997-12-17 2001-06-12 Borland Software Corporation Development system with application browser user interface
US6145117A (en) * 1998-01-30 2000-11-07 Tera Systems Incorporated Creating optimized physical implementations from high-level descriptions of electronic design using placement based information
US6289344B1 (en) * 1998-05-11 2001-09-11 International Business Machines Corporation Context-sensitive authorization in an RDBMS
US6175837B1 (en) * 1998-06-29 2001-01-16 Sun Microsystems, Inc. Object-relational mapping toll that processes views
US6182142B1 (en) * 1998-07-10 2001-01-30 Encommerce, Inc. Distributed access management of information resources
US6141660A (en) * 1998-07-16 2000-10-31 International Business Machines Corporation Command line interface for creating business objects for accessing a hierarchical database
US6742175B1 (en) * 1998-10-13 2004-05-25 Codagen Technologies Corp. Component-based source code generator
US6738975B1 (en) * 1998-11-18 2004-05-18 Software Ag, Inc. Extensible distributed enterprise application integration system
US6850950B1 (en) * 1999-02-11 2005-02-01 Pitney Bowes Inc. Method facilitating data stream parsing for use with electronic commerce
US6199195B1 (en) * 1999-07-08 2001-03-06 Science Application International Corporation Automatically generated objects within extensible object frameworks and links to enterprise resources
US6209124B1 (en) * 1999-08-30 2001-03-27 Touchnet Information Systems, Inc. Method of markup language accessing of host systems and data using a constructed intermediary
US6487713B1 (en) * 1999-09-24 2002-11-26 Phoenix Technologies Ltd. Software development system that presents a logical view of project components, facilitates their selection, and signals missing links prior to compilation
US20020108101A1 (en) * 1999-10-05 2002-08-08 Dietrich Charisius Methods and systems for relating a data definition file and a data model for distributed computing
US7233940B2 (en) * 2000-11-06 2007-06-19 Answers Corporation System for processing at least partially structured data
US20020178394A1 (en) * 2000-11-06 2002-11-28 Naama Bamberger System for processing at least partially structured data
US20020184610A1 (en) * 2001-01-22 2002-12-05 Kelvin Chong System and method for building multi-modal and multi-channel applications
US7155705B1 (en) * 2001-11-26 2006-12-26 Cisco Technology, Inc. Techniques for binding an application with a data exchange format based on tags in comments
US7316003B1 (en) * 2002-12-18 2008-01-01 Oracle International Corp. System and method for developing a dynamic web page
US20040230955A1 (en) * 2003-02-26 2004-11-18 Bea Systems, Inc. System for multi-language debugging
US20080010629A1 (en) * 2004-11-30 2008-01-10 International Business Machines Corporation Shareable, bidirectional mechanism for conversion between object model and XML
US20130104100A1 (en) * 2011-10-21 2013-04-25 Sap Ag Scripting Language for Business Applications

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
G. Hedin "Supporting Programming Convetnions", 1996, pp.1-7, available at as of 6/27/13. *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8914778B2 (en) * 2012-11-05 2014-12-16 International Business Machines Corporation Data placement for execution of an executable
US8914779B2 (en) * 2012-11-05 2014-12-16 International Business Machines Corporation Data placement for execution of an executable
US8930921B2 (en) 2012-11-05 2015-01-06 International Business Machines Corporation Compilation and placement of instructions in a memory system

Also Published As

Publication number Publication date
US7810069B2 (en) 2010-10-05
US20020016954A1 (en) 2002-02-07

Similar Documents

Publication Publication Date Title
US7810069B2 (en) Methods and systems for relating data structures and object-oriented elements for distributed computing
US7188332B2 (en) Methods and systems for relating a data definition file and a data model for distributed computing
US6993759B2 (en) Diagrammatic control of software in a version control system
US6851107B1 (en) Software development tool with instant updating and simultaneous view of graphical and a textual display of source code
US7055131B2 (en) Methods and systems for animating the interaction of objects in an object oriented program
US7171646B2 (en) Generating source code for object oriented elements with language neutral transient meta model and correlating display of names, symbols and code
US6993710B1 (en) Method and system for displaying changes of source code
US6976243B2 (en) Method and system for developing source code and displaying linked elements found within the source code
US7055130B2 (en) Methods and systems for identifying dependencies between object-oriented elements
US7114149B2 (en) Navigation links in generated documentation
US6983446B2 (en) Methods and systems for finding specific line of source code
US7793256B2 (en) Methods and systems for supporting and deploying distributed computing components
US9916134B2 (en) Methods and systems for accessing distributed computing components through the internet
AU2001241945B2 (en) Automatic software production system
US8347266B2 (en) Declarative object identity
EP1290550A1 (en) Diagrammatic control of software in a version control system
EP1290551A1 (en) Methods and systems for relating data structures and object-oriented elements for distributed computing
Jakumeit et al. The GrGen .NET User Manual
D'Abruzzo Pereira et al. A Model-Driven Approach for the Management and Enforcement of Coding Conventions
Van Gorp et al. Hybrid transformation modeling: A case study based on developer interaction

Legal Events

Date Code Title Description
AS Assignment

Owner name: BANK OF AMERICA, N.A., CALIFORNIA

Free format text: SECURITY INTEREST;ASSIGNORS:MICRO FOCUS (US), INC.;BORLAND SOFTWARE CORPORATION;ATTACHMATE CORPORATION;AND OTHERS;REEL/FRAME:035656/0251

Effective date: 20141120

STCB Information on status: application discontinuation

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

AS Assignment

Owner name: JPMORGAN CHASE BANK, N.A., AS SUCCESSOR AGENT, NEW

Free format text: NOTICE OF SUCCESSION OF AGENCY;ASSIGNOR:BANK OF AMERICA, N.A., AS PRIOR AGENT;REEL/FRAME:042388/0386

Effective date: 20170501

AS Assignment

Owner name: JPMORGAN CHASE BANK, N.A., AS SUCCESSOR AGENT, NEW

Free format text: CORRECTIVE ASSIGNMENT TO CORRECT THE TO CORRECT TYPO IN APPLICATION NUMBER 10708121 WHICH SHOULD BE 10708021 PREVIOUSLY RECORDED ON REEL 042388 FRAME 0386. ASSIGNOR(S) HEREBY CONFIRMS THE NOTICE OF SUCCESSION OF AGENCY;ASSIGNOR:BANK OF AMERICA, N.A., AS PRIOR AGENT;REEL/FRAME:048793/0832

Effective date: 20170501

AS Assignment

Owner name: MICRO FOCUS SOFTWARE INC. (F/K/A NOVELL, INC.), WASHINGTON

Free format text: RELEASE OF SECURITY INTEREST REEL/FRAME 035656/0251;ASSIGNOR:JPMORGAN CHASE BANK, N.A.;REEL/FRAME:062623/0009

Effective date: 20230131

Owner name: MICRO FOCUS (US), INC., MARYLAND

Free format text: RELEASE OF SECURITY INTEREST REEL/FRAME 035656/0251;ASSIGNOR:JPMORGAN CHASE BANK, N.A.;REEL/FRAME:062623/0009

Effective date: 20230131

Owner name: NETIQ CORPORATION, WASHINGTON

Free format text: RELEASE OF SECURITY INTEREST REEL/FRAME 035656/0251;ASSIGNOR:JPMORGAN CHASE BANK, N.A.;REEL/FRAME:062623/0009

Effective date: 20230131

Owner name: ATTACHMATE CORPORATION, WASHINGTON

Free format text: RELEASE OF SECURITY INTEREST REEL/FRAME 035656/0251;ASSIGNOR:JPMORGAN CHASE BANK, N.A.;REEL/FRAME:062623/0009

Effective date: 20230131

Owner name: BORLAND SOFTWARE CORPORATION, MARYLAND

Free format text: RELEASE OF SECURITY INTEREST REEL/FRAME 035656/0251;ASSIGNOR:JPMORGAN CHASE BANK, N.A.;REEL/FRAME:062623/0009

Effective date: 20230131