OJB

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ]

Articles
Presentations
  

Articles:
  • Object-Relational Mapping with Apache Jakarta OJB by Charles Chan   - [Clicks: 321]
    In this article, we will focus on OJB. OJB integrates smoothly into J2EE containers with full support of JTA and JCA, and is a viable alternative to EJB entity beans. Since OJB does not modify your source code or byte code in any way, you can make an object persistent even without access to the original source code. This article introduces OJB and focuses on its component-inheritance capabilities. The Appendix presents some best practices to show you how to decouple your application from the specifics of a persistence layer.
    http://www.onjava.com/pub/a/onjava/2003/01/08/ojb.html - Jan, 2003

[Top]

Presentations:
  • Object Relatonal Mapping with OJB by Chuck Cavaness   - [Clicks: 47]
    This presentation will present the problems that ORM frameworks are designed to solve, and will showcase OJB as a viable open source ORM solution for Java teams.
    [PDF - 645 Kb]
    http://www.ajug.org/meetings/2003/apr03.html - Apr, 2003

[Top]