OJB

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

Articles
Presentations
  

Articles:
  • Using Lucene with OJB by Brian McCallister   - [Clicks: 116]
    Brian McCallister looks at the Lucene search engine and shows us how to index and retrieve objects from a sample Student application. The Student objects are persisted using ObjectRelationalBridge (OJB); Brian shows us how to query against the Student index, pull out all the pk's for the hits, then select for the domain objects using those pks.
    http://www.theserverside.com/blogs/showblog.tss?id=LuceneWithOJB - Nov, 2004

[Top]

Presentations:
  • Apache OJB by Brian McCallister   - [Clicks: 52]
    - Object persistence from the client (Beer Truck Example); - How does it know what to do (Mapping)?; - What about transactions?; - How about caching? - When, where, and how should I use OJB?
    [You can download also source code.]
    http://kasparov.skife.org/ojb-phillyjug.pdf - Mar, 2004 - (PDF)

[Top]