1. Field of the Invention
Embodiments of the invention are related to tools used to develop application software. More specifically, embodiments of the invention provide an intelligent integrated development environment (IDE) tool for database-aware application development.
2. Description of the Related Art
Developing software applications is a complex task, and IDE tools are available to assist computer programmers with the development process. Currently, IDE tools are available to assist programmers developing applications in a variety of programming languages (e.g., Java® programming language, Microsoft® .net, C, C++, C#, etc.). These tools are typically configured with features such as auto-indenting, syntax highlighting, type checking, and a variety of other features that assist the development process. An IDE tool may include a text editor that visually displays errors as source code is typed, allowing a developer to correct errors before proceeding with the next line to code. Typically, IDE tools are customized for different programming languages and errors are identified based on the programming language being used by the developer, often determined a suffix of a project file (e.g., .cpp for a c++ program or .java for a Java® program).
Although very useful, these IDE tools have a variety of limitations. For example, software applications often need to interact with a database. And application source code often includes embedded database statements. The database statements may retrieve data from, or update/insert data into, the database. In the program source code, database statements are usually specified as text strings in a database query language, such as SQL. The following source code fragment illustrates an embedded SQL query using the Java® programming language:
Generally, the application program is responsible to catch any errors and send the right error messages to help identify the reason for failure. This leaves a burden on the developer to write source code to retrieve and identify the cause of the error. Upon executing the program and identifying what went wrong, the developer now goes back to the program source code to fix the problem. The process is repeated until all of the database statements in the program are perfected.
Additionally, even when database statements are written correctly, the application may not function properly in practice. That is, the database statement “works,” but does not update or retrieve records from the database as intended by the developer. Errors like this are notoriously difficult to detect and correct, as they do not manifest themselves until after the project is built and executed. Further, because the IDE ignores database statements—treating them as literal text strings—developers writing database-aware applications have to use different disconnected tools in order to accomplish their task. For example, to test the database statements, the developer may either (i) copy a database statement and paste it into another tool to execute the statement or (ii) build the project and execute it. At runtime, the database statement is executed and the results can be evaluated by the developer. If the results are not what the developer expected, then the developer can revise the query, build the application, and test it again.
These approaches diminish the developer's productivity as switching from one tool to another while in the middle of programming an application is distracting. Further, the latter approach requires the developer to wait for the whole program to be completed and run to see the results of the database statement may increase the time required to code the application, without improving application quality. That is, incrementally fixing each SQL error and running the application (and repeating this process until the whole application is complete) can introduce large delays in the development cycle.
Accordingly, as the foregoing discussion illustrates, there remains a need for an intelligent IDE tool for database-aware application development.
Embodiments of the invention provide an intelligent integrated development environment (IDE) tool for database-aware application development. For example, embodiments of the invention may provide development assistance to a computer programmer related to database statements embedded within computer program source code.
One embodiment of the invention includes a method for identifying and presenting a developer with an error in a database statement embedded in program source code. The method generally includes displaying a portion of the source code in an editing pane of an integrated development environment (IDE) tool where the portion of the source code includes a text string. The method also includes detecting that the text string is a database statement and passing the text string to a query parser. The query parser is configured to evaluate whether the database statement represented by the text string is valid. The method also includes receiving a result of the evaluation performed by the query parser and, upon determining that the result indicates the database statement is not valid, presenting an indication in the editing pane that the text string is not a valid database statement.
Another embodiment of the invention includes a computer program product comprising a computer useable storage medium having a computer readable program, where the computer readable program when executed on a computer causes the computer to perform an operation. The operation generally includes displaying a portion of source code in an editing pane of an integrated development environment (IDE) tool, where the portion of the source code includes a text string. The operation also includes detecting that the text string is a database statement and passing the text string to a query parser. The query parser is configured to evaluate whether the database statement represented by the text string is valid. The operation also includes receiving a result of the evaluation performed by the query parser, and upon determining that the result indicates the database statement is not valid, also includes presenting an indication in the editing pane that the text string is not a valid database statement.
Still another embodiment of the invention includes a system having a processor and a memory containing an integrated development environment (IDE) tool configured to identify and present a developer with an error in a database statement embedded in program source code. The IDE tool may be configured to perform an operation that includes displaying a portion of the source code in an editing pane of the IDE tool where the portion of the source code includes a text string. The operation may also include detecting that the text string is a database statement and passing the text string to a query parser. The query parser is configured to evaluate whether the database statement represented by the text string is valid. The operation may also include receiving a result of the evaluation performed by the query parser and, upon determining that the result indicates the database statement is not valid, presenting an indication in the editing pane that the text string is not a valid database statement.
So that the manner in which the above recited features, advantages and objects of the present invention are attained and can be understood in detail, a more particular description of the invention, briefly summarized above, may be had by reference to the embodiments thereof which are illustrated in the appended drawings.
It is to be noted, however, that the appended drawings illustrate only typical embodiments of this invention and are therefore not to be considered limiting of its scope, for the invention may admit to other equally effective embodiments.
Embodiments of the invention provide seamless integration within an integrated development environment (IDE) tool for displaying database structure and other database information, query editing and execution, and error detection for database statements embedded in program source code. Currently, database statements are routinely ignored by IDE tools, leaving the developer to learn of errors only after the project is built and the resulting application is executed. Embodiments of the invention integrate database connectivity and error detection into the IDE tool, thereby potentially reducing the time required for database-aware application development.
In one embodiment, the IDE tool may be configured to parse program source code as it is entered into a text editor provided by the IDE. Upon detecting that a text string is embedded database statement, the IDE may pass the query to a query parser configured to evaluate both the syntactic structure and semantic content of the query. For example, semantic validation provides the validation to indicate whether database table names, column names and other such artifacts referred to in an embedded database statement are valid. And syntactic validation provides validation to indicate whether keywords and statement structure are valid, based on a particular query language (e.g., SQL). Any errors identified by the query parser may be returned to the IDE, and displayed to the developer. Thus, embodiments of the invention may increase developer productivity by flagging SQL errors as the developer enters SQL and also by indicating the cause of the errors. This allows the developer to fix the errors in place, without having to wait until the program is built, executed, and errors occur. Further, because the IDE may allow the developer to specify a database to associate with a particular development project, the IDE tool may be configured to connect with the database and provide a variety of development assistance such as statement type-ahead features, type-checking features, and query execution, to name a couple examples.
In one embodiment, as the IDE tool may be configured to recognize database statements embedded as text-strings within the program source code. Further, the IDE tool may prevent a developer from successfully compiling a project so long as errors are detected in the database statements. This may provide a significant advantage to application development and a boost in productivity since all database statements may be validated during application development. Moreover, by integrating database functionality within the IDE, embodiments of the invention may be used to test database statements embedded in program source code using the same IDE interface used to create the software application. Thus, rather than having to switch between tools when developing a database-aware application, the developer may rely on the single, database-aware IDE.
In the following, reference is made to embodiments of the invention. However, it should be understood that the invention is not limited to specific described embodiments. Instead, any combination of the following features and elements, whether related to different embodiments or not, is contemplated to implement and practice the invention. Furthermore, in various embodiments the invention provides numerous advantages over the prior art. However, although embodiments of the invention may achieve advantages over other possible solutions and/or over the prior art, whether or not a particular advantage is achieved by a given embodiment is not limiting of the invention. Thus, the following aspects, features, embodiments and advantages are merely illustrative and are not considered elements or limitations of the appended claims except where explicitly recited in a claim(s). Likewise, reference to “the invention” shall not be construed as a generalization of any inventive subject matter disclosed herein and shall not be considered to be an element or limitation of the appended claims except where explicitly recited in a claim(s).
One embodiment of the invention is implemented as a program product for use with a computer system. The program(s) of the program product defines functions of the embodiments (including the methods described herein) and can be contained on a variety of computer-readable storage media. Illustrative computer-readable storage media include, but are not limited to: (i) non-writable storage media (e.g., read-only memory devices within a computer such as CD-ROM disks readable by a CD-ROM drive) on which information is permanently stored; (ii) writable storage media (e.g., writable DVDs, RW-CDs, and hard-disk drive) on which alterable information is stored. Such computer-readable storage media, when carrying computer-readable instructions that direct the functions of the present invention, are embodiments of the present invention. Other media include communications media through which information is conveyed to a computer, such as through a computer or telephone network, including wireless communications networks. The latter embodiment specifically includes transmitting information to/from the Internet and other networks. Such communications media, when carrying computer-readable instructions that direct the functions of the present invention, are embodiments of the present invention. Broadly, computer-readable storage media and communications media may be referred to herein as computer-readable media.
In general, the routines executed to implement the embodiments of the invention, may be part of an operating system or a specific application, component, program, module, object, or sequence of instructions. The computer program of the present invention typically is comprised of a multitude of instructions that will be translated by the native computer into a machine-readable format and hence executable instructions. Also, programs are comprised of variables and data structures that either reside locally to the program or are found in memory or on storage devices. In addition, various programs described hereinafter may be identified based upon the application for which they are implemented in a specific embodiment of the invention. However, it should be appreciated that any particular program nomenclature that follows is used merely for convenience, and thus the invention should not be limited to use solely in any specific application identified and/or implied by such nomenclature.
Additionally, an embodiment of the invention is described herein relative to an IDE tool used to develop a database-aware software application using the Java® programming language that includes embedded SQL statements. One of ordinary skill in the art will readily recognize, however, that embodiments of the invention may be adapted for use with a wide variety of programming languages that allow database statements to be embedded within program source code. Similarly, embodiments of the invention may be adapted for use with other database query languages.
As shown, computer system 120 includes a processor (or processors) 122, a storage device 124, a networking device 125, and a memory 126, all connected by a bus 121. CPU 122 is a programmable logic device that executes user applications (e.g., an IDE tool 130). Computer system 120 may be connected to a display device 115 and one or more input devices 117. Typically, user input devices 117 include a mouse pointing device and a keyboard, and display device 115 is a CRT monitor or LCD display. The processing activity and hardware resources on computer system 120 may be managed by an operating system (not shown). Well known examples of operating systems include the Windows® operating system, distributions of the Linux® operating system, and IBM's AIX and OS/2® operating systems, among others. (Linux is a trademark of Linus Torvalds in the US, other countries, or both). Network device 125 may connect computer system 120 to any kind of data communications network, including both wired and wireless networks.
Storage device 126 stores application programs and data for use by computer system 120. Typical storage devices include hard-disk drives, flash memory devices, optical media, network and virtual storage devices, and the like. As shown, storage device 126 contains a database 140 and a development project 144. Database 140 may store a collection of data records organized according to a data model 142. For example, data model 142 may provide a relational schema of tables, columns, and keys for organizing data records stored in database 140 accessed using SQL database statements. Development project 144 represents a collection of information used to build a software application. For example, development project 144 may include source code files, scripts, etc., along with resources such as fonts, images, build-instructions, and project documentation, etc.
As shown, memory 124 stores a number of software applications, including an IDE tool 130, a query parser 134, and a query tool 136. Also, memory 124 includes a project file 132.
IDE tool 130 provides a programming environment that assists a computer programmer in developing software. IDE tool 130 may include of a source code editor, a compiler and/or interpreter, build-automation tools, and a debugger (not shown). Other components provided by IDE tool 130 may include a version control system, a class browser, an object inspector and, a class hierarchy diagram generator, etc.
Project file 132 represents a file included in development project 144 that is being edited by a developer using IDE tool 130, e.g., a source code file of a database-aware software application. IDE tool 130 may display the text of the source code to the developer on display device 115 and provide an interface that allows the user to edit project file 132.
Query parser 134 may be configured to evaluate a database statement according to a set of rules for a given query language, e.g., SQL. In one embodiment, IDE tool 130 may interact with query parser 134 and query tool 136 as a developer writes the source code for a database-aware software application. For example, the IDE tool 130 may be configured to detect that certain text-strings embedded in project file 132 are, in fact, database statements. In turn, IDE tool 130 may pass such a database statement to query parser 134, which may evaluate the statement for syntactic and semantic correctness. Any errors in the statement may be returned to the IDE tool 130 and presented to the developer. Additionally, the developer may interact with IDE tool 130 and query tool 136 to execute a database query included in project file 132, to display the results of query execution, and to display elements of the data model 142 using the common interface provided by the IDE tool 130. Examples these scenarios are provided below.
In one embodiment, the IDE tool 130 may detect that line 230 is, in fact a database query, and pass it to a query parser, which may return a message indicating that the syntax of this query is invalid, as typed. Further, the query parser may also return a text-error message describing what caused the query to fail evaluation. As shown in
Further, screenshot 250 of
The misspelled keyword illustrated in
Additionally, the IDE tool 130 may be configured to recommend an appropriate correction for a detected error. In one embodiment, the developer may accept the recommendation and allow the IDE tool 130 to edit the database statement directly. For example, for the syntax error shown in
In one embodiment, the IDE tool 130 may detect that line 330 is, in fact, a database query, and pass it to a query parser, which may return a message indicating that the query is invalid, as typed. Further, the query parser may also return a text-error message describing what caused the query to fail evaluation. As shown in
Further, screenshot 350 of
As stated, developers may frequently embed text strings representing database statements within the source code of a computer program. In one embodiment, an IDE tool 130 may integrate testing the database statements with application development by providing seamless integration of a database query tool within the IDE tool 130. For example, in one embodiment, the developer may simply right-click on a database statement displayed in an editing pane and select a menu item to execute the statement. The IDE tool 130 may also display a user interface dialog allowing the developer to select various options to run the database statement or prompt the developer for values for input and output variables supplied to the query tool. Further, the IDE tool 130 may store the values provided for each statement, providing the developer with a quick way to re-perform the database operation represented by the embedded database statement in the future. This may be particularity useful for database statements that include a large number of parameters.
In one embodiment, the developer may also specify options regarding query execution. For example, the IDE tool 130 may provide the developer with an option to commit or rollback an insert or update transaction after the database statement is executed. This may be useful where a new application is developed for an existing “live” database. By rolling back any database operations preformed during application development, embedded database statements may be fully tested without permanently modifying data records stored in the “live” database. Another option includes allowing the developer to limit the number of rows retrieved from the database for a test query. This may be useful if a developer needs to review only a small number of rows returned from query execution to evaluate an embedded database query.
In one embodiment, the results of executing the embedded database statement are presented in an output pane provided by the IDE tool 130. The query output pane may include tabs that may be selected to various aspects of the query results. For example,
Moreover, a typical database-aware application is likely to include several database statements. For example, at a minimum, a database-aware application is likely to include statements to create records, retrieve records, update records, and delete records from a given database. Thus, the developer may use an embodiment of the invention to perfect each separate database statement. Accordingly, embodiments of the invention provide productivity enhancements for application developers as they write code that accesses an external database (e.g., as the developer composes a database statement).
At step 810, the IDE tool 130 may determine whether the statement specified at step 805 references any host variables. If so, then at step 815, the IDE tool 130 may present a dialog, or other user interface construct, allowing the developer to specify values to use in performing the database operation. At step 820, the database statement (and any supplied values or parameters) are passed to a database query tool which executes the database statement. After executing the database statement, the results may be passed back to the IDE tool 130.
At step 825, if an error occurred while the query tool executed the database statement, then at step 830, error messages may be presented to the developer in the user interface provided by the IDE. For example,
In one embodiment, the IDE tool 130 may be configured to provide a variety of code assistance features that an application developer may use while writing a database-aware software application. For example, code assist features may provide valid options for a database statement as the developer types the statement in an editing pane of the IDE tool 130, based on both the syntax and context of the of the particular query language being used. Features such as database statement completion assist the developer by providing valid selections for database statements, as they are typed. Further, features such as syntax colorization may simplify the readability and understandability of complex database operations, reducing errors. Similarly, as the IDE tool 130 may establish a connection with the database, the IDE tool 130 may be may be able to import and display portions of a data model of a database in response to developer requests for information related to a data model. For example, the IDE tool 130 may be configured to present elements of a database schema (e.g., tables, columns, keys, etc.) that underlie a given database statement embedded in program source code. All of the above features may increase developer productivity and assist the developer in building complex yet less error-prone applications.
Further, screenshot 950 of
In addition to providing type-ahead features for a database statement embedded in program source code, the IDE tool 130 may be configured to provide a developer with information regarding a database statement embedded in program source code. In one embodiment, the developer may open a declaration for a table, column or schema name or host variable inside the SQL statement. The IDE may display various properties such as table columns, number of tables in a schema or column properties. In the case of a host variable, the definition of the variable may be displayed. For example,
In response, element pane 1025 displays information related to the structure of the database referenced by lines 1005. Specifically, the definition of the “DEPTNAME” column of the “MYDEPARTMENT” table is shown at 1045. Other elements of the “SSURANGE” database (e.g., table names, and columns of the “MYDEPARTMENT” database are also shown in 1025. As this example illustrates, embodiments of the invention may allow a developer to efficiently determine the structure and definitions underlying database elements referenced in program source code. Further, the IDE tool 130 may provide this functionality directly from database statements embedded as text strings in the source code of a database-aware application. Thus, in one embodiment, a developer may right-click on the text of a database statement, and in response, the IDE tool 130 may identify the text and open a definition of the database element in a pane like pane 1025. For example, a user may click on the name of a column or table included in a database query and be presented with a definition of the selected database element.
Alternatively, at step 1125, the IDE tool 130 may determine whether the developer is requesting to open a definition of a database element. If so, at step 1130, the IDE tool 130 may identify the data model associated with the database statement. At step 1135, the IDE may retrieve the definition for the database element specified at step 1125. And at step 1140, the definition retrieved from the database may be displayed to the developer using the common interface provided by the IDE tool 130. For example,
Alternatively, at step 1145, the IDE tool 130 may determine whether the developer has completed entering the database statement. If so, at step 1150, the IDE tool 130 may identify the database statement and add any syntax highlighting. For example, statement keywords may be highlighted within the text string to distinguish these elements of the statement from others. Further, as described above, the IDE tool 130 may also be configured to pass the text string of the database statement to a query parser and return any errors introduced by the developer.
Advantageously, embodiments of the invention provide seamless integration within an integrated development environment (IDE) tool for displaying database structure and other database information, query editing and execution, and error detection for database statements embedded in program source code. Currently, database statements are routinely ignored by IDE tools, leaving the developer to learn of errors only after the project is built and the resulting application is executed. By integrating database functionality within the IDE, embodiments of the invention may be used to test database statements embedded in program source code using the same IDE interface used to create the software application. Thus, rather than having to switch between tools when developing a database-aware application, the developer may rely on the single, database-aware IDE.
While the foregoing is directed to embodiments of the present invention, other and further embodiments of the invention may be devised without departing from the basic scope thereof, and the scope thereof is determined by the claims that follow.
Number | Name | Date | Kind |
---|---|---|---|
5675801 | Lindsey | Oct 1997 | A |
5701400 | Amado | Dec 1997 | A |
5754858 | Broman et al. | May 1998 | A |
5832270 | Laffra et al. | Nov 1998 | A |
5897949 | Luhmann et al. | Apr 1999 | A |
6006224 | McComb et al. | Dec 1999 | A |
6097995 | Tipton et al. | Aug 2000 | A |
6240417 | Eastwick et al. | May 2001 | B1 |
6298342 | Graefe et al. | Oct 2001 | B1 |
6341288 | Yach et al. | Jan 2002 | B1 |
6353820 | Edwards et al. | Mar 2002 | B1 |
6446256 | Hyman et al. | Sep 2002 | B1 |
6457020 | Carey et al. | Sep 2002 | B1 |
6473768 | Srivastava et al. | Oct 2002 | B1 |
6496833 | Goldberg et al. | Dec 2002 | B1 |
6507834 | Kabra et al. | Jan 2003 | B1 |
6591272 | Williams | Jul 2003 | B1 |
6594653 | Colby et al. | Jul 2003 | B2 |
6629094 | Colby et al. | Sep 2003 | B1 |
6658426 | Poskanzer | Dec 2003 | B1 |
6658646 | Hernandez, III | Dec 2003 | B1 |
6799184 | Bhatt et al. | Sep 2004 | B2 |
6799718 | Chan et al. | Oct 2004 | B2 |
7047518 | Little et al. | May 2006 | B2 |
7054924 | Harvey et al. | May 2006 | B1 |
7072983 | Kanai et al. | Jul 2006 | B1 |
7076772 | Zatloukal | Jul 2006 | B2 |
7086009 | Resnick et al. | Aug 2006 | B2 |
7107578 | Alpern | Sep 2006 | B1 |
7110936 | Hiew et al. | Sep 2006 | B2 |
7137100 | Iborra et al. | Nov 2006 | B2 |
7210136 | Swett | Apr 2007 | B2 |
7240332 | Berg et al. | Jul 2007 | B2 |
7240340 | Vaidyanathan et al. | Jul 2007 | B2 |
7350192 | Seitz et al. | Mar 2008 | B2 |
7380239 | Srivastava et al. | May 2008 | B1 |
7421680 | DeLine et al. | Sep 2008 | B2 |
7516128 | Colby et al. | Apr 2009 | B2 |
7539973 | Hodge | May 2009 | B2 |
7650592 | Eckels et al. | Jan 2010 | B2 |
7665058 | Vogel et al. | Feb 2010 | B2 |
7681176 | Wills et al. | Mar 2010 | B2 |
7685194 | Kabra et al. | Mar 2010 | B2 |
7689614 | de la Iglesia et al. | Mar 2010 | B2 |
7707550 | Resnick et al. | Apr 2010 | B2 |
7725460 | Seitz et al. | May 2010 | B2 |
7756850 | Keith, Jr. | Jul 2010 | B2 |
7761443 | Bhaghavan et al. | Jul 2010 | B2 |
7774333 | Colledge et al. | Aug 2010 | B2 |
7788085 | Brun et al. | Aug 2010 | B2 |
7792836 | Taswell | Sep 2010 | B2 |
7792851 | Berg et al. | Sep 2010 | B2 |
7797303 | Roulland et al. | Sep 2010 | B2 |
7801882 | Cunningham et al. | Sep 2010 | B2 |
7900193 | Kolawa et al. | Mar 2011 | B1 |
7962904 | Zabokritski | Jun 2011 | B2 |
8087002 | Fjeldstad et al. | Dec 2011 | B2 |
8095823 | Griffith et al. | Jan 2012 | B2 |
8301620 | Sthanikam et al. | Oct 2012 | B2 |
8302078 | Thunemann et al. | Oct 2012 | B2 |
20020016953 | Sollich | Feb 2002 | A1 |
20020059444 | Shinno | May 2002 | A1 |
20020156772 | Chau et al. | Oct 2002 | A1 |
20020178434 | Fox et al. | Nov 2002 | A1 |
20030004979 | Woodring | Jan 2003 | A1 |
20030074358 | Sarbaz et al. | Apr 2003 | A1 |
20030172076 | Arnold et al. | Sep 2003 | A1 |
20030229885 | Gownder et al. | Dec 2003 | A1 |
20040044687 | Vachuska et al. | Mar 2004 | A1 |
20040064788 | Gownder et al. | Apr 2004 | A1 |
20040078470 | Baumeister et al. | Apr 2004 | A1 |
20040267690 | Bhogal et al. | Dec 2004 | A1 |
20050091366 | Acharya | Apr 2005 | A1 |
20050114771 | Piehler et al. | May 2005 | A1 |
20050120014 | Deffler | Jun 2005 | A1 |
20050160104 | Meera et al. | Jul 2005 | A1 |
20050182758 | Seitz et al. | Aug 2005 | A1 |
20050210374 | Lander | Sep 2005 | A1 |
20050229154 | Hiew et al. | Oct 2005 | A1 |
20050256852 | McNall et al. | Nov 2005 | A1 |
20050256907 | Novik et al. | Nov 2005 | A1 |
20050262046 | Day et al. | Nov 2005 | A1 |
20050278270 | Carr et al. | Dec 2005 | A1 |
20060041864 | Holloway et al. | Feb 2006 | A1 |
20060075120 | Smit | Apr 2006 | A1 |
20060085400 | Minore et al. | Apr 2006 | A1 |
20060112067 | Morris | May 2006 | A1 |
20060156286 | Morgan et al. | Jul 2006 | A1 |
20060179027 | Bechtel et al. | Aug 2006 | A1 |
20060236304 | Luo et al. | Oct 2006 | A1 |
20060242077 | Dettinger et al. | Oct 2006 | A1 |
20060248045 | Toledano et al. | Nov 2006 | A1 |
20060278270 | Jones | Dec 2006 | A1 |
20070011651 | Wagner | Jan 2007 | A1 |
20070044066 | Meijer et al. | Feb 2007 | A1 |
20080162445 | Ghazal | Jul 2008 | A1 |
20080172360 | Lim et al. | Jul 2008 | A1 |
20080189240 | Mullins et al. | Aug 2008 | A1 |
20080222129 | Komatsu et al. | Sep 2008 | A1 |
20080270980 | Ahadian et al. | Oct 2008 | A1 |
20080320013 | Bireley et al. | Dec 2008 | A1 |
20080320441 | Ahadian et al. | Dec 2008 | A1 |
Number | Date | Country |
---|---|---|
1251423 | Oct 2002 | EP |
Entry |
---|
Koch, “A computational semantic approach applied to simple database queries”, IEEE, pp. 388-393, 2003. |
Wu et al, Integrating diverse CIM data bases: The role of natural language interface, IEEE Trans. on system and cybernetics, vol. 22, No. 6, pp. 1331-1347, 1992. |
Cao et al, “Design and implementation for SQL parser based on ANTLR”, IEEE, pp. 276-279, 2010. |
Ghodke et al, “Fast query for large treebanks”, ACM Human Langugae Technologies, pp. 267-275, 2010. |
Zhang et al, “Understanding web query interfaces: Best efforts parsing with hidden syntax”, ACM SIGMOD, pp. 107-118, 2004. |
Kats et al, “The spoofax language workbench”, ACM OOPSLA, pp. 444-463, 2010. |
Fitzpatrick, GP. et al.; “Source Code Critical Region Hyper-Data”; www.ip.com, 1993. |
Abramson, D. et al. “A Debugging and Testing Tool for Supporting Software Evolution”; Automated Software Engineering, 1996 (vol. 3, pp. 369-390). |
Brylow, D. et al.; “Deadline Analysis of Interrupt-driven Software”; Software Engineering Notes, 2003 (vol. 28, pp. 198-207). |
Brodsky et al., “Processing Database Queries Embedded in Application Source Code from within Integrated Development Environment Tool”, U.S. Appl. No. 11/741,672, filed Apr. 27, 2007. |
Ahadian et al., “Database Connectivity and Database Model Integration within Integrated Development Environment Tool”, U.S. Appl. No. 11/741,683, filed Apr. 27, 2007. |
International Search Report and Written Opinion for PCT Patent Application Serial No. PCT/EP2008/053831 dated Aug. 5, 2008. |
Office Action of U.S. Appl. No. 11/741,683, dated May 24, 2011. |
“Eclipse Database Explorer—Database browser, SQL editor, ERD Specialized Oracle Connector, JDBC connection templates for all relational databases,” Mar. 25, 2006: pp. 1-8. |
Charles Z. Mitchell, “Engineering VAX Ada for a Multi-Language Programming Environment”, ACM SIGSOFT/ SIGPLAN software engineering symposium on Practical software development environments, Jan. 1, 1987, pp. 49-58. vol. 22 Issue 1. New York, NY. |
Hartum et al., “The AFIT Wide Spectrum Object Modeling Environment: An Awsome Beginning”, Proceedings of the IEEE 2000 National Aerospace and Electronics Conference, pp. 35-42, Oct. 10-12, 2000. |
Robert A. Ballance et al., “The Pan Language-Based Editing System for Integrated Development Environments”, SIGSOFT'90 Proceedings of the Fourth ACM SIGSOFT Symposium on Software Development Environments, Dec. 3-5, 1990, pp. 77-93, vol. 15 No. 6, Irvine, California. |
Maarit Harsu et al., “A Language Implementation Framework in Java”, Object-Oriented Technology, ECOOP'97 Workshop Reader, Lecture Notes in Computer Science, Jun. 9-13, 1997, pp. 141-144, vol. 1357, Jyvaskyla, Finland. |
PCT International Search Report & Written Opinion for PCT/EP2008/053916, Dated January 14, 2008. |
Kurniawan, Budi, Chapter 15. The Persistence Layer, Struts Design and Programming: A Tutorial, Apr. 1, 2005, BrainySoftware, Markham, Ontario, Canada. |
DB Solo: The Ultimate Database Tool, 2007, 26 Pages, Retrieved From http://dbsolo.com/. |
Azadeh Ahadian, “Understanding Purequery, Part 1: Purequery: IBM'S New Paradigm for Writing Java Database Applications,” Aug. 2007. |
J. Liberty, “Safari Books Online, ”Visual C#2005: A Developer'S Notebook, Apr. 2005, Retreived From http://proquest.safaribooksonline.com/059600799X?tocview=true. |
Number | Date | Country | |
---|---|---|---|
20080270989 A1 | Oct 2008 | US |