Databases

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Examples of OODB usage for program database?

    3 answers - 749 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Hello,
    I'm looking for examples that demonstrate the use of an DB to store
    information extracted from source code. BBQ
    () is the only related project that
    I've found but it works with .class and .jar files not source code.
    The basic intent is to store the information contained in an annotated
    abstract syntax tree (AST) and symbol table to a database. As a minimum, I'd
    like to be able to store the same sort of information that the Program
    Database Toolkit () stores.
    I'd also like opinions on the feasibility of using an DB to store even
    more information so that the source code can be completely recovered from
    the information in the database alone.
    Thank you.
    Kunle
  • No.1 | | 880 bytes | |

    In comp.databases.object Kunle <noemails@replytothegroup.nospam.orgwrote:
    I'm looking for examples that demonstrate the use of an DB to store
    information extracted from source code. BBQ
    () is the only related project that
    I've found but it works with .class and .jar files not source code.

    The basic intent is to store the information contained in an annotated
    abstract syntax tree (AST) and symbol table to a database. As a minimum, I'd
    like to be able to store the same sort of information that the Program
    Database Toolkit () stores.

    I'd also like opinions on the feasibility of using an DB to store even
    more information so that the source code can be completely recovered from
    the information in the database alone.

    You might want to look at the different smalltalk systems.

    Stephan
  • No.2 | | 1145 bytes | |

    "Stephan Eggermont" wrote in message
    news:44056d92$0$11070$e4fe514c@news.xs4all.nl
    In comp.databases.object Kunle
    <noemails@replytothegroup.nospam.orgwrote:
    I'm looking for examples that demonstrate the use of an DB to store
    information extracted from source code. BBQ
    () is the only related project that
    I've found but it works with .class and .jar files not source code.

    The basic intent is to store the information contained in an annotated
    abstract syntax tree (AST) and symbol table to a database. As a minimum,
    I'd
    like to be able to store the same sort of information that the Program
    Database Toolkit ()
    stores.

    I'd also like opinions on the feasibility of using an DB to store even
    more information so that the source code can be completely recovered
    from
    the information in the database alone.

    You might want to look at the different smalltalk systems.

    Thanks.

    Aren't their program database subsystems generally written in Smalltalk?
    Using custom DB-type storage (also written in Smalltalk)?.

    Kunle

  • No.3 | | 289 bytes | |

    In comp.databases.object Kunle <noemails@replytothegroup.nospam.orgwrote:
    Aren't their program database subsystems generally written in Smalltalk?
    Using custom DB-type storage (also written in Smalltalk)?.
    Yes, they are mostly integrated.
    Stephan

Re: Examples of OODB usage for program database?


max 4000 letters.
Your nickname that display:
In order to stop the spam: 3 + 3 =
QUESTION ON "Databases"

EMSDN.COM