Re: Having difficulty refactoring a DB application

From: Wolfgang Keller (wk_at_objectarchitects.de)
Date: 10/08/04

  • Next message: JXStern: "qubits"
    Date: 8 Oct 2004 12:12:46 -0700
    
    

    > Any other ideas about how to structure this aside from the two I've
    > stated?
     if you work in Java or .NET use a persistence product the like
    of Hibernate or JDO
    http://www.hibernate.org/
    http://www.jdocentral.com/
    or for .NET find some entry points at
    http://www.objectarchitects.de/ObjectArchitects/orpatterns/index.htm?Appendices/products.htm

    if yo work in an older language like C, COBOL or the
    like have a look at the persistence patterns at
    http://www.objectarchitects.de/ObjectArchitects/orpatterns/
    (sorry for the self advertisement ..)
    It also explains some on general persistence problems

    Hope that helps

    Wolfgang


  • Next message: JXStern: "qubits"

    Relevant Pages

    • Re: Prevalence (was: Re: Question about data save/load)
      ... Especially compared to Java, where the Prevayler ... to scale this is a non-issue. ... you need either a new persistence ... If the system was using Lisp we could even do that (evolve the data ...
      (comp.lang.lisp)
    • Re: SQL
      ... Persistence access is the abstraction, ... However, UML is just one of many OOA/D notations proposed, so it is an implementation of an OOA/D notation. ... Note that I was careful to say that SQL is a solution to persistence /access/ when the data is represented in RDB form. ... Sounds a little bit like Java and the JVM.... ...
      (comp.object)
    • Re: Issues with unique object IDs in persistence
      ... You won't be able to use an actual Java HashMap; ... If heavyweight persistence is needed, or the application has other needs that can be met by a database, a heavyweight database might be a good back-end for the implementation, yes. ...
      (comp.lang.java.programmer)
    • Re: SQL
      ... Java is a specific implementation of a 3GL. ... > abstraction, SQL is an implementation. ... > solution to persistence access that is designed around a particular ... > implements the RDB view of persistence and only the RDB view. ...
      (comp.object)
    • Re: Best way to handle persistance? Web frameworks?
      ... on the web and found out that Java now has the Java Persistence API. ... selected options, etc.) ...
      (comp.lang.java.programmer)